11-02-2009 04:02 AM
04-15-2015 05:47 PM
Hello,
I am using LabVIEW 8.6 and trying to do a similar thing (monitor a measured value then deactivate a user selected toggle if the measured value exceeds a specified limit) but I don't understand Martin's second image that shows the triggered true state. I don't recognize the boxed Switch that is connected to the boolean constant. What function/control does that element represent, in what menu is it located? Thanks in advance.
04-15-2015 06:12 PM - edited 04-15-2015 06:14 PM
It is a local variable of the switch.
Right-click the switch and "create....local variable".
(Make sure the switch does not have a latch mechanical action)
04-16-2015 02:42 PM
Implemented successfully. Thank you and kudos.