01-10-2012 05:08 AM
Hi,
For an internal project I need my small server to be automatically found with Visa.
Where can I find documentation how to do this?
The (Linux) server makes some measurements, and eventually I need to import the data remotely.
So I was thinking I use the Visa layer to handle the TCP part for me so I could focus on the measurement.
As other people will use it later on, automatically discovery is a very big pre.
Best regards,
Jeffrey
01-10-2012 10:00 AM
Once you setup the TCP/IP port for the connection and the control computer can see the port with VISA and MAX, it should come up everytime you boot and the resource is available. Once it is setup, you can set the default on the Instrment control handle to default to that item and it will always start with that connection.
01-11-2012 01:38 AM - edited 01-11-2012 01:38 AM
Thank you for your reply.
But I am looking for an autodetection method.
Is it true that this is based on the VXI 11 standard?