Jump to content

Create property node


Recommended Posts

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

Link to comment

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).

Link to comment

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?

Link to comment

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 :wacko:, 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

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.