Select when specify voltage/current data and continuous analog output
AoSamplingTimes |
Initial value: 1 |
[Essential]
Specify the number of data to be written by the number of sampling per
1 Ch
The sampling times is
independent of the number of channels to be used
For example, if 1000 samples are performed on 2 channels and 2000 data
is output,
1000 is specified for AoSamplingTimes
AoData |
Initial value: 0 |
[Essential]
Specify the analog output data to be written by an array (1D array) of
voltage/current values
e.g.) How to arrange data when writing data
for 3 channels (numbers are channel No.)
[0][1][2][0][1][2][0][1][2]...
After outputting waveform, the signal level output from the device is retained the last output data. It's same as all the data has been output. And it's same as output is terminated forcedly by [stop] VI. If you want to make the signal level to 0V after outputting waveform, you can set the last data to 0V, or write (output) 0V for 1 time output without buffer.
|