10-12-2018 12:42 PM
I am using the traverse for GObjects.vi To change an object in the block diagram. I have the vi configured correctly but I do not know how to populate the properties in a property node after I place it in the block diagram from the applications palette. I tried class browser under view but it does not list the properties of the object. There are examples that come with labview that I have been following however they do not describe how to get the propertied in the node.
Solved! Go to Solution.
10-12-2018 01:22 PM
Hi Dennis,
Can you show a little bit where you are getting stuck? Is the property node in your scripting VI, or in the VI that is being modified? What properties are you looking for?
Have you enabled VI scripting already?
10-12-2018 01:31 PM
Ahhhh.....Thank you so much Gregory. vi Scripting was not enabled. It is now and the nodes show properties as they should
Kudos!