High Performance Analog Output

The high performance analog output can be roughly divided into the following two usage examples.

Output Arbitrary Waveform
The output data created by the user is continuously output.
This method includes a processing that output the data only once and end. It also includes a processing of long time output by adding new data during data output.

Output Certain Waveform Periodically
It is a method to periodically and repeatedly output a certain waveform such as sine wave, pulse, etc.
Waveform, cycle, number of data, number of repeat times, etc. can be set arbitrarily.


Programming of high performance analog outputs is roughly divided into three processes.

  1. Set the conversion conditions (Step 1 to Step 10)

  2. Conversion start (Step 11)

  3. Monitor the conversion status, conversion end (Step 12 to Step 13)