Step 11 : Start Conversion

For a device with relay circuit, it is necessary to turn ON the relay circuit before enabling the output.

Ret = AioEnableAo ( Id , AoChannel )

In AoChannel, specify the channel whose relay is turned ON. To turn ON the relays of multiple channel, please execute this function repeatedly.

Start conversion by using function AioStartAo.

Ret = AioStartAo ( Id )

Based on the condition settings, start DA conversion. When the relay circuit is in the OFF state, device operation starts, but data is not actually output.

This function can not be executed again when DA conversion has already started. Execute this function with conversion stopped.

Device operation stops when all output is completed under the set conditions.