09-20-2007 12:43 PM
09-20-2007 12:55 PM
09-20-2007 01:16 PM
09-20-2007 05:37 PM
09-21-2007 02:00 PM
12-14-2007 04:42 PM
12-17-2007 03:09 PM
Hi labrat101,
From what I understand, you want to combine data from two binary files to display versus time in a single 2D graph. The type of graph and its configuration will depend largely on how you save the data to the binary file originally. If your data uses the same timing, then you can bundle the two sets of data together and pass it to a normal XY Graph, or you can eliminate the timing from one set of data, then build a new array to be passed to a Waveform Graph. I recommend checking out the shipping examples Waveform Graph.vi and XY Graph.vi which can be found in the Example Finder when browsing by Task to Fundamentals » Graphs and Charts. These examples show the different ways you can pass data to a Waveform or XY Graph.