LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

what is the difference between value and value(signalling)

Hi All,
 
Can anyone let me know the difference between value and value(signalling) in Labview 8.2 ?
 
Thanks and Regards !
Sarita
0 Kudos
Message 1 of 3
(8,168 Views)

If you right click a property node with the Value(Signaling) property selected and click Help for Value(Signaling), you will get the LV help for it which says:

This property updates the value of an object similar to the Value property, however, Value (Signaling) also causes LabVIEW to generate an event as if the user had interactively changed the value of the object.

Basically, if you used an event structure and registered for a value change event for that control, that event will fire when use the signaling property.

To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).

 


___________________
Try to take over the world!
Message 2 of 3
(8,163 Views)

Thanks a lot for your prompt response.

Regards !

Sarita

0 Kudos
Message 3 of 3
(8,152 Views)