Analog Input/Output Operation Check

Sample VI folder

  64bit environment: C:\Program Files (x86)\CONTEC\DAQ-LV-WIN for LabVIEW\Samples
  32bit environment: C:\Program Files\CONTEC\DAQ-LV-WIN\Samples

 


In case of analog input

1. Open MonitorAi.vi from the AI folder of the sample VI folder

2. Enter the device name to be used in the [DeviceName] field and execute the VI.
   If the device name confirmed by the device manager is [AIO000] (initial value), you can execute it as it is.

3. Change the input voltage to channel 0 and check that the value (voltage value) of AiData changes.
   (If the input terminal to be used is not channel 0, specify the channel number to be used with AiChannel)

 

If you can read the input change from the outside, the operation check is completed.
Please press [stop] button and close VI.

 


In case of analog output

1. Open ControlAo.vi from the AO folder of the sample VI folder

2. Enter the device name to be used in the [DeviceName] field and execute the VI.
   If the device name confirmed by the device manager is [AIO000] (initial value), you can execute it as it is.

3. Make sure that the output (voltage value) from channel 0 changes by manipulating the AoData bar or inputting the voltage value.
   (If the output terminal to be used is not channel 0, specify the channel number to be used with AoChannel)

If you can check the output change to the outside, the operation check is completed.
Please press [stop] button and close VI.