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,712 Views)

Wow, something odd happened and I created multiple messages without even finishing this one.

I was going to say that I can create a new channel whose values 1 through the number of channels (in my example, 10) would equal the first value.  And then I could plot this versus another index channel I create, that goes from 1 to the number of channels I want to plot (again, 10 for my example).

Thank you!

Julia

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