Hey, can anybody give me some suggestion about this question?
(1)System configuration
Labview RT 8.2, PXI-8186 controller, PXI-6281 M series multifunction daq.
(2) Target
Output an analogue voltage through the AO terminal of the daqmx according to the result of PID controller .
(3) Problem
The voltage output is not updating fast enough compared with the sampling rate of my program. For example, I ran the program at the rate of 15.1KHz, the output is updated at only 20Hz if I connect the output to an oscilloscope.
How can I get an instaneous update using the system?
The attachment: (1) AO output program.vi, (2) input signal to AI, (3)output signal from AO.