DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Graphing channels where ChnLength = 1

I have been thinking about something I cannot figure out, if anyone has tried this before, please help!
 
Here is one scenario:
 
I have 10 channels, each with one value.  I would like to make a graph of these values versus the channel name.  Is this possible?  For example,
 
ChD(1, "Channel A") = 1
ChD(1, "Channel B") = 2
ChD(1, "Channel C") = 3
...
ChD(1, "Channel J") = 10
 
Obviously, this graph would look like a straight line (x = y) .
 
Now, I have thought of a few ideas, but I'm not sure if they are the best. 
One, I could create a channel with a script something like this:
 
For i = 1 to NumChansToPlot
    
 
 
 
0 Kudos
Message 1 of 2
(2,682 Views)
This thread continuous here.
Ingo Schumacher
Systems Engineering Manager CEERNational Instruments Germany
0 Kudos
Message 2 of 2
(2,659 Views)