Agilent Technologies ES Switch User Manual


 
LAN Interface Supplement 6-49
Controlling the Analyzer via the LAN
Controlling the Analyzer using SICL LAN
Controlling Your Analyzer with SICL LAN and
HP BASIC for Windows
Before you can use HP BASIC for Windows with SICL LAN, you need to
set up HP VISA/SICL LAN I/O drivers for use with your HP BASIC
applications. Consult your HP BASIC documentation for information
how to do this.
To set up SICL LAN for HP BASIC, add the following statement to the
AUTOST program on your PC (all on a single line):
LOAD BIN “HPIBS;DEV lan[analyzer IP address]:HP-IB name
TIME 30 ISC 7”
Replace analyzer IP address with the IP address of your analyzer,
HP-IB name with the GPIB name given to your analyzer, and 7 with the
logical unit number.
For example, the following LOAD statement should be added to your
AUTOST program for the parameters listed below:
analyzer IP
address 12.22.344.225
analyzer GPIB
name test02
logical unit
number 7
timeout value
(seconds) 30
LOAD statement (all on a single line)
LOAD BIN “HPIBS;DEV lan[12.22.344.225]:test02 TIME 30
ISC 7