Jump to content

USB port vs. labview6.0.2


ghianda

Recommended Posts

  • 3 weeks later...

I can't seem to find if VISA 3.0 supports LV6 anywhere. But VISA is basically a language-agnostic API. You could theoretically install VISA 4.0 (which definately doesn't support LV6), create a DLL (or shared object on UNIXy systems) in C exposing the VISA functions you want, then call this DLL in LV6. The VISA 'support' that you hear about is whether or not NI already has VIs for your version of VISA and LabVIEW. But by wrapping the API in a DLL, you can use it in 'unsupported' languages (i.e. older versions of LabVIEW).

Also, you may be able to use a different interface. We use VISA to communicate to a tds3012b over TCP/IP, and it worked quite well when we were using LV6. I don't know your particular scope, but thought I'd mention another option.

-Matt

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.