mike5 Posted October 11, 2010 Report Share Posted October 11, 2010 Hi all, is there a way to create a custom property node in LabVIEW, and append some custom properties to it? These could be simple values or another property node of the same type. Sort of like the XML DOM property nodes. Thanks in advance, Mike Quote Link to comment
jcarmody Posted October 11, 2010 Report Share Posted October 11, 2010 Hi all, is there a way to create a custom property node in LabVIEW, and append some custom properties to it? These could be simple values or another property node of the same type. Sort of like the XML DOM property nodes. Thanks in advance, Mike You can access a LVOOP class data with property nodes (in LV2010). Quote Link to comment
mike5 Posted October 11, 2010 Author Report Share Posted October 11, 2010 You can access a LVOOP class data with property nodes (in LV2010). Thanks, I'm just playing with that. It doesn't come out quite the same, but maybe it will have to do... Mike Quote Link to comment
jgcode Posted October 11, 2010 Report Share Posted October 11, 2010 Is it properties for Data or a Control? If the later, you could check out X-Controls. Quote Link to comment
Michael Aivaliotis Posted October 11, 2010 Report Share Posted October 11, 2010 Hi all, is there a way to create a custom property node in LabVIEW, and append some custom properties to it? These could be simple values or another property node of the same type. Sort of like the XML DOM property nodes. Thanks in advance, Mike What are you trying to do? Access your data structure via property nodes? Why? Just use bundle and unbundle on clusters and objects. Is it because of the property node uses references? Quote Link to comment
mike5 Posted October 12, 2010 Author Report Share Posted October 12, 2010 What are you trying to do? Access your data structure via property nodes? Why? Just use bundle and unbundle on clusters and objects. Is it because of the property node uses references? Well, sort of like the DOM XML tree , since the functionality doesn't exist on LV-RT . I wanted to use property nodes so that the interface would feel the same as the native LV interface. Also, read property box does give me the ability to wire DVR directly into it. Br, Mike Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.