LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why doesn't the find menu appear for a property node?

Hello,
 
  I have inherited some code that has a property node that is generating errors. So I have tried to find the terminal and indictar by trying to right clock and the property node, but the find option does not appear, the name for the property node says "DigNum (strict)".
   Any idea what is going on? 
Regards,


Kaspar
0 Kudos
Message 1 of 2
(2,576 Views)
A property node can be linked to a specific control or it can recieve the refnum for the control it will control as an input. The top left input on the property node should be an input for a reference. That reference points to the control in question and you will have to find out where its value is coming from by following the wire back to the source.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,574 Views)