01-31-2013 03:47 AM
I have this program which writes a 1 or 0 to a physical board but now i am wondering how can the graph chart read if the Elvis is sending a one or zero? I am trying to display the signal from each lines. Thank yoU! 😃
01-31-2013 04:04 AM
Hi txrxmo,
I have this program which writes...
Which program? Any VIs to attach?
how can the graph chart read if the Elvis is sending a one or zero? I am trying to display the signal from each lines.
- Do you use a graph or a chart? There's a difference between...
- Graph/charts are indicators, they only display data instead of "reading" them
- To display data on a graph/chart you have to wire them to their terminal
01-31-2013 09:28 PM
I am currently using a chart. so i am trying to display the lines 20-23 but it still keep on displaying one waveform.
02-01-2013 02:21 AM
Hi txrxmo,
why don't you follow the context help of the chart? It explains pretty clear how to plot more than one plot in the chart!
Also read the LabVIEW help. There are even examples showing how to achieve your goal...
For a chart you either have to wire a 2D array or a 1D-array of waveforms to plot more than one signal!
02-03-2013 07:09 PM
Hi GerdW!
Thanks so much for the help, i manage to solve the problem using Index Array. 😃