![ICS 8099 Скачать руководство пользователя страница 60](http://html1.mh-extra.com/html/ics/8099/8099_instruction-manual_3540995060.webp)
3-24
3
5.
Select the 8099 from the resulting instrument list.
Check Allow IDN query. Uncheck Host Names. Click OK
6.
The Connection Expert should verify the device and add it to the
Instrument IO tree.
The user should exit the Agilent Connection Expert after the device is found.
Run ICS’s VXI-Error Log Utility if you experience unstable operation, program
hangups or see the 8099’s ERR LED blinking often. Use the log to debug and
modify your VISA program.
3.7.4 Using Agilent’s SICL Library
Agilent’ SICL Library includes a complete set of VXI-11.2 and VXI-11.3 func-
tions and works well with C language and Visual Basic. It is very stable and
has been around a long time. Agilent’s SICL User's Guide lists all of SICL's
functions and provides easy to follow instructions for creating a LAN Session
and for controlling VXI-11 devices. The SICL help file provides detailed
function explanations. ICS’ Application Note, AB80-2, describes how to write
an interactive Visual Basic program (SICL_kybd) using SICL functions. The
example SICL program can be used as a starting point for your program. The
Application Note, executable and source files may also be downloaded from
ICS’s website.
The hardest part about using the SICL library is setting up the open function
to link to the 8099. The SICL_kybd program has a comboBox where the user
can enter the 8099's IP address. The Create Link button calls the cmdLink
function that closes any open interface links and then opens an interface link
to the 8099's IP address.
The 8099 interface link format is:
intfc = iopen(“lan;vxi-11[192.168.0.254]:inst0”)
Establishing an alias like '8099' and then referring to the alias in the iopen com-
mand eliminates this problem.
Note that the command ends with 'inst0' which specifies the interface link
to an instrument. The IP address shown in the above example is the 8099's
default IP address and is a placeholder for the 8099’s current IP address. The
SICL_kybd program inserts the user supplied IP address from the comboBox,
if the user had entered an address, or it uses the 8099 default IP address if no
IP address was entered.
Содержание 8099
Страница 20: ...1 16 1 This page intentionally left blank...
Страница 40: ...3 4 3 Figure 3 1 Status Reporting Structure Flash Data Corrupted...
Страница 156: ...Index 6 I This page intentionally left blank...