Jump to content

Who can help me? Help ! Thanks!


lolu

Recommended Posts

Posted

I am a labview-learner.Now I want connected the PC with TDS220 oscilloscope of Tektronix and show the oscilloscope waveform on PC,I have download the DLL,but I fell i have no way to make it true.Who can tell me?

:oops:

  • 3 months later...
Posted

Using Serial commport controls. As far as I know, there is a serial communication command sets come with TDS220, You should be able to communicate with your TDS220 and download data from it by using those commands. Hope it is not too late for you.

Posted

There are two ways. Neither is easy.

The first is to use the DLL. Labview has functions ("Call Library") to allow you to call library functions from DLLs.

The second is to ignore the DLL and as someone said to use the serial port primitives to make your own driver. This is more work, but the work is easier and more understandable- and you'll know more when you've finished and have a happy warm glow that you won't get by plugging in a black box DLL that will keep crapping out on you :)

The very first thing you should do if you play directly with it using the serial port is to use a serial terminal program like Hyperterminal to talk to the instrument, sending commands from the manual and getting responses back. Until you have achieved this, messing about with the serial port primitives will be futile and frustrating.

Once you can talk directly, you learn what commands you need to be able to do what you want with it, and then start writing Labview code to do those commands for you and you're there.

To appease my boss, I should say that there is of course the third option of contracting an NI Alliance Integrator to do it for you. There's plenty on here. :)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.