Chapter 3
Local Command Set
©
National Instruments Corporation
3-63
A24
Purpose
Write a 16-bit value into VXI A24 space.
Command Syntax
A24 <A24 address>, <word value>
Notice that
<A24 address>
has a valid range of 2097152 to 14680062 (
#h200000
to
#hE7FFFE
).
Action
Write
<word value>
to
<A24 address>
.
Example
Write the value A502h to VXI A24 address 504305h.
A24 #h504305, #hA502