LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to output element from array with time delay and the element is not inside the loop?

The condition is I have the setpoint array where these setpoints will be input to the mass flow controller in further processing. This part of the operation cannot be completed in the loop since I was making improvements based on the current programme, the original programme already had a setpoint input setting. Now I want the Setpoint stores in the array to input one-by-one into the Write Setpoint VI with time intervals. That's the reason why I try to look for a method to output the element from the array with time delay.

0 Kudos
Message 11 of 12
(204 Views)

Hi Jerry,

 


@Jerry0117273 wrote:

Now I want the Setpoint stores in the array to input one-by-one into the Write Setpoint VI with time intervals. That's the reason why I try to look for a method to output the element from the array with time delay.


Place the WriteSetpointVI inside the FOR loop shown by Altenbach and you finished your job…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 12 of 12
(200 Views)