Analog I/O Control ============================== ============================================== Analog Input ============================================== Basic Function ------------------------------------------------------------------------------- .. csv-table:: :widths: 10 90 :header-rows: 1 :stub-columns: 0 함수명, 함수 설명 :ref:`cmlAiSetVoltRangeMode`, 아날로그 입력에 대한 전압 범위를 지정된 모드를 통해 설정합니다. :ref:`cmlAiGetVoltRangeMode`, 아날로그 입력에 대해 설정된 전압 범위에 해당하는 모드를 반환합니다. :ref:`cmlAiGetRangeDigit`, 아날로그 입력에 대해 설정된 입력 범위를 Digit 값으로 반환합니다. :ref:`cmlAiGetDigit`, 대상 아날로그 입력 채널에 대하여 AD 결과를 Digit 값으로 반환합니다. :ref:`cmlAiGetVolt`, 대상 아날로그 입력 채널에 대하여 AD 결과를 전압(Volt) 값으로 반환합니다. :ref:`cmlAiGetCurrent`, 대상 아날로그 입력 채널에 대하여 AD 결과를 전류(Current)값으로 반환합니다. ============================================== Analog Output ============================================== Basic Function ------------------------------------------------------------------------------- .. csv-table:: :widths: 10 90 :header-rows: 1 :stub-columns: 0 함수명, 함수 설명 :ref:`cmlAoOutDigit`, 대상 아날로그 출력 채널을 통해 Digit 값을 출력합니다. :ref:`cmlAoOutVolt`, 대상 아날로그 출력 채널을 통해 전압(Volt) 값을 출력합니다. :ref:`cmlAoOutCurrent`, 대상 아날로그 출력 채널을 통해 전류(Current) 값을 출력합니다. .. toctree:: :glob: :hidden: Analog Input/Basic Functions/* Analog Output/Basic Functions/*