09-21-2005 09:37 AM
09-21-2005
11:02 AM
- last edited on
05-26-2009
10:50 AM
by
Support
Here's some RS232 and GPIB drivers for other Inficon equipment, my browser hung on the popup to display specific models supported.
http://sine.ni.com/idnetwork/main/p/sn/n25:IK.inficon
If you have the programming manual for the device, you could set up Windows Hyperterminal to quickly check communications and cabling out
09-22-2005
10:24 AM
- last edited on
05-26-2009
10:51 AM
by
Support
Hi Justin,
I searched our Instrument Driver Network (IDNet) and only found two devices from Inficon that we have instrument drivers for.
http://sine.ni.com/idnetwork/main/p/sn/n25:IK.inficonhttp://sine.ni.com/idnetwork/main/p/sn/n25:IK.inficon
Neither of these drivers is certified by National Instruments and are provided as-is. You may be able to modify one of these drivers to use it with your IC/5. Your other option is to use VISA read and write to send commands to the device. You would need to know the serial settings of the device (baud rate, parity, termination character, etc.), and the command set of the device. You can use the Basic Serial Write and Read VI that ships with LabVIEW as a starting point. This can be found in the NI Example Finder by selecting Help >> Find Examples... then browsing to Hardware Input and Output >> Serial. You should be able to send commands using this VI to verify that you can communicate with your device in LabVIEW, and to use as a starting point for developing your program.
Message Edited by Michael C on 09-22-2005 10:46 AM
06-11-2008 07:22 PM
06-12-2008 05:33 PM