How Do I Change My Property Node From Read To Write?

Updated Nov 17, 2025

Reported In

Software

  • LabVIEW

Issue Details

I created a property node for one of my controls/indicators and it defaulted to Read. How do I change it so I can Write to the property node instead?

Solution

To change a property node from Read to Write, you need to use the right-click shortcut menu to change the Read/Write operation of the property. Right-click on the property node and click "Change To Write" / "Change To Read".
(Alternatively, you can use "Change All To Write/Read" if you have multiple properties in one node.) 
 
These steps are illustrated in the picture below:
 
A small direction arrow to the right of the property indicates a property you read. A small direction arrow to the left of the property indicates a property you write. 

Additional Information

You can read or write multiple properties using a single node. However, some properties are not readable and some are not writable.

Use the Positioning tool to resize the Property Node to add new terminals.