08-18-2009 02:45 PM
Solved! Go to Solution.
08-18-2009 05:01 PM - edited 08-18-2009 05:02 PM
08-19-2009 10:44 AM
I am trying to control the device remotely through an ethernet connection using a this Labview development kit. I think it uses TCP/IP. I am currently trying to set it up with MAX I cannot locate it on MAX.
http://www.thinksrs.com/downloads/programs/labview/SrsIgcLv.ZIP
08-19-2009 11:29 AM
Their pdf says it uses GPIB or serial communication, but they mention broadcasting the data of TCP/IP. I think you have to hook a PC to it locally and that PC can broadcast the data over TCP/IP.
http://www.thinksrs.com/downloads/PDFs/ApplicationNotes/IG1labviewapp.pdf
08-19-2009 02:21 PM
Well, if you open up the VIs that are provided in the LLB, it has GPIB communication as default for the resource name. But, you can definitely use VISA to communicate with ethernet devices. In order to setup the VISA alias in MAX, follow these tutorials:
Ethernet Instrument Control Tutorial
How Do I Configure an Instrument to Communicate via TCP/IP in MAX?
09-17-2009 12:51 AM
I wrote the firmware for the embedded web server (EWS) on the IGC100. It wasn't designed to be a remote interface that will let you execute any command, primarily for security reasons. The EWS serves up data to a browser, and lets you control some instrument functions via the browser, not all. Also, while you can query the EWS and get data via direct ethernet communication, the commands won't be what we list in the manual.
The main ideas with the EWS were to 1) allow people to dump data to a CSV file without writing any code and 2) to easily monitor vacuum chambers anywhere in the world w/o proprietary software.
Jim