Jump to content

Who can help me? Help ! Thanks!


lolu

Recommended Posts

  • 3 months later...

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. :)

Link to comment

Join the conversation

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

Guest
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.