10-06-2008 08:11 AM
Hello,
i am using Tektronix 2014B Scope to access CAN signal through IVI Drivers.
now i got problem in getting waveform data from Scope using IVI drivers(tktds1k2k).
please provide me of useful info like sample driver functions or sample code.
Thx in advance.
10-06-2008 08:47 AM
10-06-2008 09:33 AM
Hi,
I am using Labwindows 8.5.
i could not find any function in IVI to store my Waveform data in a .txt file for the analysis.
untill now i can initialize & config the scope,but i am not getting any idea how to save the waveform values.
10-06-2008 09:50 AM - edited 10-06-2008 09:51 AM
Writing to file has nothing to do with the driver. It has everything to do with what you write in LabVIEW. I don't know about the instrument specific driver but the class driver has initial x, x increment, and x array outputs. You can use Write Text File, Write to Spreadsheet File and if you convert to a waveform data type, Export Waveforms to Spreadsheet File and Write to Measurement File. There are a lot of shipping examples on File I/O that you can look at.
10-06-2008 10:14 AM
Thanks Dennis..
I am using Specific drivers in Labwindows/CVI ..so can you give me idea how to do the same thing in CVI as you have given for Labview.
tktds1k2k_init (LogicalName, VI_TRUE, Reset, &session);
tktds1k2k_ConfigureChannel (session, ChannelName, VerticalRange, VerticalOffset, TKTDS1K2K_VAL_DC, 10.0, VI_TRUE);
if some one is familiar with specific Drivers... please help me out
10-06-2008 11:19 AM