LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Analog Output

I have data going into an AO Write that I only want written once outside of a while loop.(an initial ramp to 10) I also have multiple other AO Writes located inside a while loop that have separate data entering in them. I want the AO writes inside the while loop to generate continuously. I have tried using multiple AO Start(s) without success. Is there a possible way to change this to work?
0 Kudos
Message 1 of 2
(2,688 Views)
On the AO start set number of buffer iterations to 0 thus allowing for
continuous output possible. if you leave it at 1 once the 1st buffer has
been sent the output will clear and stop. when setting it to 0 you must
include a AO clear before execution completion of the VI ie out side of the
loop with the task id wired from indside the loop. Also make sure you
assign your channels to be output on the AO config.

Ron

"123454353" wrote in message
news:5065000000080000008A530000-1027480788000@exchange.ni.com...
> I have data going into an AO Write that I only want written once
> outside of a while loop.(an initial ramp to 10) I also have multiple
> other AO Writes located inside a while loop that have separate data
> entering in them. I want th
e AO writes inside the while loop to
> generate continuously. I have tried using multiple AO Start(s)
> without success. Is there a possible way to change this to work?
0 Kudos
Message 2 of 2
(2,688 Views)