I have an example program that uses a Property Node > Value(Signaling) to generate an event. The property looks like this:
When I create a VI to do the same thing the Property Node looks like this:
I right click the boolean control, create, property node, value(Signaling) to create the node.
My VI does not generate an event when a TRUE value is passed to the property node. Is there some way to change the Data Type to boolean? Is this the problem?