LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Boolean property node 'value' output is variant data type, not boolean.

I used the document entitled "Using Control References in LabVIEW To Programmatically Start and Stop a While Loop in a Sub VI" but the output of the property node in the sub VI is not the right data type. I changed the VI server class of the control and now I can't change it back to 'strict.' I'm attaching the main and sub VIs. Any suggestions?
Thanks!
Download All
0 Kudos
Message 1 of 3
(4,213 Views)
Try to set the mechanical action of the "quit" button to "Switch when pressed".
0 Kudos
Message 2 of 3
(4,213 Views)
Neither your main or subVI have a control reference. Did you attach the correct files? An easy way to get the correct control reference in a subVI is to create the reference to the control in the main VI and drag the reference from the diagram of the main VI to the front panel of the subVI. Another way is to drop a control refnum from the Refnum palette onto the front panel, drop a control of the correct type onto the front panel, and then drag the control onto the Refnum.
0 Kudos
Message 3 of 3
(4,213 Views)