Hi.
I am reading in a text file and tokenizing strings in the file to pass into a waveform graph. The column I pass into the plot value for the graph works perfectly, but I also want to pass in a time value string for the marker values on my x-axis, and I'm having difficulty doing this due to the fact that the graph doesn't like string values.
The strings are in the form of "12:00:00 AM". I need to pass them in the correct places, of course, so that they correspond with the Y value being passed in by that same line.
I hope that makes sense...it's hard to put into words!
Also, is there a way to create gaps in the plots of a waveform graph? To elaborate, there is a third column I pass in that contains a count. Sometimes the count "jumps" out of order (i.e., 1-2-3-6-7-9). These jumps indicate a reading from my device was missed, so I want to indicate those jumps with gaps in the plot. I know how to discover the gaps (compare the column value with the count of my while loop), so all I need to know is how to pass a "blank" or gap into my waveform array.
Thanks everyone!
Ryan Hannebaum
Campus Ambassador
National Instruments
ELP Intern '06
Message Edited by Ryan H on 11-27-2006 10:53 AM