LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Adding plots programatically to mixed signal graphs

I have a VI where on draging channels from a tree on to a MSG  i expect it to display these dragged names as plot names.

Here is a detailed explanation of my requirement

 

I have N number of channels with a mixture of analog and digital data. I should be able to drag any number of channels at a time and before the waveform is generated i expect MSG to update the plot names respectively in their groups.

I could not find any property node to change group names or even add plots ( like XY graph for eg where we can add number of rows in the legend  and then update plot name)

0 Kudos
Message 1 of 5
(3,745 Views)

LVdynamicPlotNames.PNG

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 2 of 5
(3,682 Views)

Works fine for XY plots also

 

LVdynamicPlotNamesXY.PNG

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 3 of 5
(3,680 Views)

Thank you for the reply...But I want the same fuctionality to be implemented on a MIXED SIGNAL GRAPH (MSG)

0 Kudos
Message 4 of 5
(3,670 Views)

Don't know enough about MSG to know what works or not. This property may help you add charts. Modify the typeDef and let it auto-update

Auto-Update From Typedef Property

Short Name: Auto-Update

Requires: VI Scripting

Class: Control Properties

To Use: Create a property.

If TRUE, the control automatically updates when the type definition changes.

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 5 of 5
(3,648 Views)