11-11-2005 03:38 AM
11-11-2005 08:13 AM
11-14-2005 01:20 PM
Hello,
VISA Open is typically your first VISA function to call. You must open a connection to the resource before you use it. The resource is your instrument. To send it a command, you can use a VISA Write followed by a VISA Read in order to read the instruments response and then a Close to close out the resource. You sometimes will need a Wait in between your write and read in case your instrument needs more time to respond. What Dennis suggested is a great first step. If you know more about the VISA API, you will be able to program much more easily. You can also check out the examples that ship with LabVIEW from the Example Finder in the LabVIEW Help Menu (if you are using LabVIEW). If you are having trouble with anything, please give a little more information about what is happening so we can better assist you. Best of luck to you and have a great day!
Chris R.
Applications Engineer
National Instruments
11-15-2005 02:31 AM
I've played around with LabVIEW for a while and studied some instrument
driver documents from the NI web site. We are considering implementing an
instrument driver, however the "instrument" is completely implemented in
software in a DLL (it controls specific external hardware). How can i develope
an Instrument driver for the same device in labVIEW using Call Library Function
instead of using the VISA I/O.
11-15-2005 04:10 AM
11-15-2005 05:02 AM
11-15-2005 07:23 AM