05-23-2015 04:39 PM
05-23-2015 04:48 PM
I did it. Dennis, Thanks
Check the picture please. Is it right? 'control' loop inside of 'for' loop
But the control loop take only the first value from the array. It does not changed every 100 ms..
or in case of Knob - control loop takes the knob value that was set when I press the start button, and then it does not react to knob change..
The solution should be simple..
Mike, I'll consider this point, thanks a lot.
Negvet
05-23-2015 04:59 PM
You have a For loop into which you are "feeding" your waveform that you want output at a 10Hz (100 msec) rate. Yet inside that For loop is another Control and Simulation loop (which looks to me like a Timed Loop, but I haven't encountered this specific function yet). What happens if you simply remove that additional loop, leaving only the For loop?
[I always learn new things about LabVIEW by participating in the Forums ...]
There may be a Good Reason to use the inner Timed Loop, but then you need to get rid of the For loop and "peel off" the points to output one at a time.
Bob Schor