06-26-2012 03:52 AM
Property notes with what property ??
06-27-2012
10:03 AM
- last edited on
10-09-2024
10:37 AM
by
Content Cleaner
Property node. The value property.
I would recommend looking at the online LabVIEW tutorials
LabVIEW Introduction Course - Three Hours
LabVIEW Introduction Course - Six Hours
06-27-2012 10:10 AM
Property nodes are very much like a local variable in concept. If you write click a property node (value) you can change it from read to write. If the node is on "read" then when the property node reads a value, it will update the value of the origional item that its property is for. If you change the property node to the write direction, then the property node will have the value of your origional item that the property is for, but the property node will only output the value of that item. Hopefully that makes sense.
There are two types of property nodes, one is value and one is value signaling. The value signaling is useful when you are using event structures and you do want labview to act upon an event change that deals with the value change.
Hopefully that made sense.
06-27-2012 08:10 PM
Oh i know about the read and write . what im asking is what property should i use . the disabled , visible?? because i cant connect . i don't know why . is it possible to show me example . ?
06-27-2012 08:10 PM
Oh i know about the read and write . what im asking is what property should i use . the disabled , visible?? because i cant connect . i don't know why . is it possible to show me example . ?
06-27-2012 08:19 PM
Value
06-27-2012 08:54 PM
got it thanks .
07-05-2012 04:12 AM
Is it possible to put a save button , where it captures the image of my waveform . ??
08-15-2012
10:16 AM
- last edited on
10-09-2024
10:39 AM
by
Content Cleaner
Here is a great tutorial on this:
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YHq2CAG&l=en-US