ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plot Name Mixed Signal Graph Digital Line

Hi,

 

I am trying to get the plot name of a digital line on the mixed signal graph.  The line is under the group, digital.  I cant seem to find a node to give me this value.

 



-Matt
0 Kudos
Message 1 of 2
(2,819 Views)

Hi 

 

If you only need to extract the Plot Name, you could use a property node to do so. Right click your Mixed Signal Graph on the Block Diagram, then select Create>Property Node>Plot>Plot Name. That will display the first Active Plot it finds (by default is 0). So you will need to create a For Loop that changes the Active Plot (Using another Property Node>Active Plot , then right -click it and set it to "Change to write"). Lastly, output an array of strings from each Plot.Name available.  It should look like the image:

Hope you find this useful!

0 Kudos
Message 2 of 2
(2,744 Views)