07-18-2008 06:07 AM
07-20-2008 09:03 AM
07-22-2008 09:54 PM
Hi Dennis,
I have done the same way as you suggested.but the sample rate is common to all the channels.( that is each channel is one boolean array column in the 2D boolean array which is fed to the Digital function , but i need separate sample rate for each channel(1-D array).
The Boolean array to digital takes 2D array as input, so i was not able to get different Time on X-axis.
But i found out a solution( very long method) by building time array separately and plotting the waveform without using sample rate.
Now i want to get rid of the '1' and '0' which gets displayed on the digital waveform by default . That is for every high there is number 1 shown and every low number 0 is shown on the graph. Please can I know how to remove this number display.
I saw digital waveform example too, but on all digital waveform, the numbers are shown. Is there any property to be set to disable 1 and zero display.
Thank you.
07-22-2008 10:48 PM
07-23-2008 04:26 AM
Hi Dennis,
I was of the notion that a separate Time array is to be built to get the custom time on X axis for digital waveform. So i unnecessarily complicated the solution. By taking the example that you posted, i analyzed this time ,got clear idea and simplified my VI. Thanks a lot.
Also i got rid of the 1 and 0 number display on the graph.
Thank you.