LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I display different modules on different graphs?

Solved!
Go to solution

I am reading out 56 strain gauge channels and would like to display each module on a different graph.  I have tried several approaches and so far none of them have worked. All 56 graphs end up being displayed on all the graphs. I am attaching my original project before trying to separate the graphs.  Eventually I would like to be able to select what module and channel is being display, so I could monitor that strain gauge for stress.

0 Kudos
Message 1 of 5
(2,747 Views)

I'm not sure what you are asking.


What are you trying to achieve?

 

Do you want to show all 56 readings over time on one graph?

 

Since I don't have Fieldpoint, some of the elemnts don't show up when I open your VI.

 

I suggest that you look at the LabVIEW Waveform Graph example which shows various ways of achieving multiple plots on one graph.

 

 

 

0 Kudos
Message 2 of 5
(2,725 Views)

I have 7 channels each making 8 readings.  I want to graph 8 channels from 1 module on one graph and the next 8 channels from the second module on another graph, etc.  The more ideal situation would be that I could select the exact channel and module that I want to display and have it be the active graph being displayed.

 

Cindy

0 Kudos
Message 3 of 5
(2,721 Views)

Your VI had only one graph as far as I can tell.

 

Did you look at the example program included with LabVIEW? If you don't understand how the example works, you won't be able to do anything.

 

You should try to create a VI to plot your 7 x 8 data. Create dummy data and try to plot it on a graph. It seems that you don't even know how to do that.

 

 

0 Kudos
Message 4 of 5
(2,710 Views)
Solution
Accepted by Cindi1

I figured it out myself.  I used a stacked sequence structure and set it up to graph each module on a different tab.  I explained that the project I attached was before I tried to separate the graphs.  On the attached project, I know I only have one graph and all the data was being graphed on the one waveform chart.  I wanted help to separate it.

0 Kudos
Message 5 of 5
(2,702 Views)