![]() |
|
|
This example VI takes two arrays of X and Y data and combines them together into a customized waveform graph. The VI utilizes the Array Max Min, Interpolate 1D, and Index Array to combine the data and parce from it the needed information to set the ranges on the graph. This is a different take than just using a while loop and shift registers to build an array and then pass the whole array into a waveform chart. This is more useful for people who already have two seperate data arrays they would like to view together with a time stamp.
There are no comments on this document