07-31-2023 07:06 AM
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.
07-31-2023 09:58 AM
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…