For simple analog output such as performing analog output of specified channel or multiple channels only once, it is convenient to use an appropriative function.
To analog output from a single (specified) channel, use function AioSingleAo , AioSingleAoEx
To analog output to multi (multiple) channels, use function AioMultiAo , AioMultiAoEx
These functions can be used with the following functions.
・Set the analog output range
AioSetAoRange , AioSetAoRangeAll
For other analog output setting functions, it is not necessary to use them together with function AioSingleAo and AioMultiAo.
The processing flow of simple analog output is a follows.
Init processing
Set analog output range
Analog output
Exit processing
The simple analog output functions have limitations on usage. Please refer to FAQ -> [How to use simple functions and continuous functions at the same time].