LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Standard Boolean Button returns type "VOID"

Solved!
Go to solution

I am working on a program that relies on the user pressing a Boolean button in order to move out of a loop. The program was working fine, then I began using property nodes and now when I ask for the button's value using a property node, I receive the data type "VOID":

 

Property node.JPG

When I have the control connected directly to my stop button it will work, but if I connect the property node it will give me a data type mismatch error. I have tried removing the button and property nodes related to it and replacing them, but it is not improving anything.

 

Anyone have any thoughts?

 

Thanks,

 

Michael

0 Kudos
Message 1 of 3
(2,476 Views)
Solution
Accepted by topic author MTHPCB

Is your boolean control set to Latched mode? You cannot have Value property nodes for latched booleans

see here: http://digital.ni.com/public.nsf/allkb/0774F8F0498017B886256F080066E2E3

Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 2 of 3
(2,470 Views)

That was it.

 

Thanks!

0 Kudos
Message 3 of 3
(2,466 Views)