12-03-2007 02:25 PM
12-03-2007 02:50 PM
Make sure "ignore attributes" is checked for the graph.
Ben
12-03-2007 03:01 PM
08-19-2008 11:29 AM
Hi people,
Can someone please explain how this is done ( in the .png file)
I cannot seem to add elements (as I choose) to the property node. I wish to assign unique names to each plot 0,1,2........ I guess I can do it in a loop but this looks much neater
Using LV 8.5
Thanks,
08-20-2008 06:23 PM
Hi di_1,
Are you trying to add more elements to a property node? Just grab the bottom and drag it down...check out the pictures.
08-21-2008 04:02 AM
Hi,
Thanks for reply. I have no problem adding elements to a property node. The png there though shows the same elements repeated, and Active Plot property is wired to "0" and its plots named, then "1" selected and named all on the same property node.
I was looking to set up names for data "lines" in a single go. I've used a loop to do it but was curious as to add the same elements as I haven't seen it before.
Ds
08-21-2008 08:29 AM
DS,
Somewhere along the line I discovered that you can access properties multiple times in a property node. The property node will get and set values sequentially from top to bottom as it processes the node. Using this feature, you can set an active plot, get and set its properties, activate another plot and set its values, and so on. There are other LabVIEW components that can be used this way as well, like the TreeControl which has an Active Item property. I find a lot of this stuff through trial and error!
-cb