LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sample and hold control

Is there a control that can be configured to sample and hold?
 
For example, if the vertical pointer control had two arrows, one indicating the current reading and the other the max value attained during a session.
 
 
 
0 Kudos
Message 1 of 4
(3,106 Views)
Hi Wes,

yes, just take a slider or a gauge type indicator. Then (by rightclick mouse on the indicator) add a slider or a needle. Now the type of the indicator in the blockdiagram changes to an array type: You have to feed it with an cluster of 2 values (or: the number of sliders/needles used) to set all the sliders.
You have to program the sample&hold on your own, maybe you can use the min&max function for this?

Attached example in LV7.1...

Message Edited by GerdW on 01-24-2007 05:03 PM

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(3,101 Views)
OK, Thanks!
0 Kudos
Message 3 of 4
(3,096 Views)
Hi Wes,

just added an example - see above!
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(3,093 Views)