LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I want to change setpoint value by automatic

I want to change Numeric Control (my setpoint)
can you see my picture
0 Kudos
Message 1 of 3
(2,736 Views)
It seems that you want to use a setpoint value based on your current time index. Are you keeping track of your time, or have a way of getting it? If so, you just need a simple lookup table, which you can implement as a VI. Input is time and output is setpoint value.
0 Kudos
Message 2 of 3
(2,728 Views)
Here's a basic example that shows one way with a couple of arrays. One is the setpoint values and the other is the dwell time.
0 Kudos
Message 3 of 3
(2,703 Views)