11-09-2004 11:59 PM
11-11-2004 11:39 AM
11-16-2004 04:37 AM
11-17-2004 09:02 AM
11-18-2004 01:32 AM
11-19-2004
08:56 AM
- last edited on
12-01-2025
06:50 PM
by
Content Cleaner
If you would prefer to use the API for your device, then no, there is no need to use VISA. You can call the same functions from LabVIEW that the API calls using a Call Library Function Node. This is basically an item on the block diagram that calls a function from a dynamic link library, or dll, and allows you to pass in the appropriate parameters and get the return value back. Here is a great document from that National Instruments website about how to use these nodes:
An Overview of Accessing DLLs or Shared Libraries from LabVIEW
Hope this helps!
John M
11-23-2004 11:23 PM
11-29-2004 08:22 AM