07-09-2007 07:05 PM
07-09-2007 08:13 PM
You are not plotting voltage versus time. You are plotting one channel versus the other channel. You don't need an xy graph to do this and you certainly don't need the picture control. All you need to do is use the normal waveform graph. If you were using an NI DAQ board and it's more sophisticated driver, you wouldn't have to do anything special. The NI driver will automatically add a timestamp. There's several ways you can add time information to a graph. Attached is an example that uses the build waveform function. The waveform data type is the type of data that is returned by the NI DAQ driver so you can get an idea of what extra code you have to write by using someone else's hardware.
07-09-2007 08:33 PM