_rodrigo_
2006-01-06 18:12:02 UTC
Hi,
Currently I am working with a TDS 3054B, it is a digital phosphor oscilloscope. I need to project a vi interface threw LabView 8.0 to remotely control the oscilloscope. I went to the National Instruments Homepage and downloaded the instrument driver:
<a href="http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=014E9F890ACE6DA0E0440003BA7CCD71" target="_blank">http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=014E9F890ACE6DA0E0440003BA7CCD71</a>
It is a Plug and Play (project-style), this project already have the vi that I need to control remotely the oscilloscope threw serial interface.
This project has the following overview:
Instrument Driver Technology: LabVIEW Plug and Play (project-style) Manufacturer: Tektronix Supported Language(s): LabVIEW 8.0 Supported Model(s): Tektronix TDS 3012, 3012B, 3014, 3014B, 3024B, 3032, 3032B, 3034, 3034B, 3044B, 3052, 3052B, 3054, 3054B, 3064B Model(s) Tested: TDS 3054, TDS 3054B, TDS 3064B Interface(s): GPIB, Serial, Ethernet Firmware Revision Tested: v3.26, v3.35 (TDS 3064B only)
It support my oscilloscope model but it was not tested on my model.
I opened the project in LabView 8.0 and this project has 3 Examples:Tektronix TDS 3000 Series Auto Setup Waveform Acquire.viTektronix TDS 3000 Series Dual channel Waveform Acquire.viTektronix TDS 3000 Series Single channel Waveform Acquire.vi
I decided to start working on the Tektronix TDS 3000 Series Auto Setup Waveform Acquire.vi. I connected the oscilloscope with my computer threw serial interface, and tested on Max the connect (everything OK!!), then I opened the project and the example Tektronix TDS 3000 Series Auto Setup Waveform Acquire.vi. I run this example and it started to display a waveform but after few seconds it shows the following message:
Error -1074003951 occurred at Tek TDS 3k Initialize
Possible reason(s):
LabVIEW: (Hex 0xBFFC0011) Identification query failed.---Invalid Response to Instrument ID Query.
After searching on the ni forums I realized that was a Query problem and it was easy to fix it, I searched the vi that was responsible for this query, the name of the vi is Initialize.vi and is a vi from the public part of the lvlib. I opened this vi and removed the query option.
When I run again the Tektronix TDS 3000 Series Auto Setup Waveform Acquire.vi, it shows a new error message:
Error -1074002421 occurred at an unidentified location
Possible reason(s): tktds3k GetRawWaveformThe wafeform data returned does not meet the specified format.
Does anyone has the same problem ? Can anyone help me ?
Regards,
Rodrigo
Currently I am working with a TDS 3054B, it is a digital phosphor oscilloscope. I need to project a vi interface threw LabView 8.0 to remotely control the oscilloscope. I went to the National Instruments Homepage and downloaded the instrument driver:
<a href="http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=014E9F890ACE6DA0E0440003BA7CCD71" target="_blank">http://sine.ni.com/apps/we/niid_web_display.download_page?p_id_guid=014E9F890ACE6DA0E0440003BA7CCD71</a>
It is a Plug and Play (project-style), this project already have the vi that I need to control remotely the oscilloscope threw serial interface.
This project has the following overview:
Instrument Driver Technology: LabVIEW Plug and Play (project-style) Manufacturer: Tektronix Supported Language(s): LabVIEW 8.0 Supported Model(s): Tektronix TDS 3012, 3012B, 3014, 3014B, 3024B, 3032, 3032B, 3034, 3034B, 3044B, 3052, 3052B, 3054, 3054B, 3064B Model(s) Tested: TDS 3054, TDS 3054B, TDS 3064B Interface(s): GPIB, Serial, Ethernet Firmware Revision Tested: v3.26, v3.35 (TDS 3064B only)
It support my oscilloscope model but it was not tested on my model.
I opened the project in LabView 8.0 and this project has 3 Examples:Tektronix TDS 3000 Series Auto Setup Waveform Acquire.viTektronix TDS 3000 Series Dual channel Waveform Acquire.viTektronix TDS 3000 Series Single channel Waveform Acquire.vi
I decided to start working on the Tektronix TDS 3000 Series Auto Setup Waveform Acquire.vi. I connected the oscilloscope with my computer threw serial interface, and tested on Max the connect (everything OK!!), then I opened the project and the example Tektronix TDS 3000 Series Auto Setup Waveform Acquire.vi. I run this example and it started to display a waveform but after few seconds it shows the following message:
Error -1074003951 occurred at Tek TDS 3k Initialize
Possible reason(s):
LabVIEW: (Hex 0xBFFC0011) Identification query failed.---Invalid Response to Instrument ID Query.
After searching on the ni forums I realized that was a Query problem and it was easy to fix it, I searched the vi that was responsible for this query, the name of the vi is Initialize.vi and is a vi from the public part of the lvlib. I opened this vi and removed the query option.
When I run again the Tektronix TDS 3000 Series Auto Setup Waveform Acquire.vi, it shows a new error message:
Error -1074002421 occurred at an unidentified location
Possible reason(s): tktds3k GetRawWaveformThe wafeform data returned does not meet the specified format.
Does anyone has the same problem ? Can anyone help me ?
Regards,
Rodrigo