Quantcast
Channel: LabVIEW topics
Viewing all articles
Browse latest Browse all 66732

LabVIEW VI scripting : property : change to Write

$
0
0

Hi. When using a "property node" to access an object's property, the property field is created in "read mode" by default. With the LabVIEW UI, a simple right click / "change to write"  operation allows to change it in "write mode" :
  change-to-write.png

But I couldn't find a way to do this with VI Scripting. Here is a practical example, with a vi script (attached) creating a property node accessing a property named AVALUE from a .NET DLL (attached too):

change-to-write-2.png

And here is the result:change-to-write-3.png

 

How am I supposed to change AVALUE property value into "write"  through VI scripting?


Viewing all articles
Browse latest Browse all 66732

Trending Articles