![VXI GPIB-VXI Скачать руководство пользователя страница 85](http://html1.mh-extra.com/html/vxi/gpib-vxi/gpib-vxi_user-manual_1057860085.webp)
Chapter 3
Local Command Set
© National Instruments Corporation
3-43
GPIB-VXI User Manual
*WAI
488.2
Intent:
Prevent device from executing any further commands until the No-Operation
Pending flag is TRUE.
Command
Syntax:
*WAI
Action:
None.
VXIbus Access Commands and Queries
The VXIbus access commands and queries are described on the following pages.
•
A16
•
A16?
•
A24
•
A24?
•
SYSRESET
The
A16
and
A24
commands can be used to
poke
, or write, locations in VME A16 and A24
memory space. The
A16?
and
A24?
queries can be used to
peek
, or read, locations in VME
A16 and A24 memory space.
The
SYSRESET
command can be used to remotely reset the system.
A16
Purpose:
Write a 16-bit value into VXI A16 space.
Command
Syntax:
A16 <A16 address>, <word value>
Action:
Write
<word value>
to
<A16 address>
.
Example:
Write A502h to VXI A16 address 4305h.
A16 #h4305, #hA502