Appendix B
Using the DMAmove and CDS-852 Adapter Code Instruments
B-12
ni.com
Action
Enables read termination on an EOS with a value of
<hex number>
.
If
<hex number>
is greater than
FFh
, the EOS termination condition is disabled.
Examples
Set the EOS character to <CR>
!!E 0D
Disable EOS read termination.
!!E 100
!!L
Purpose
Set the A24 base address where the adapter CI expects to find the 852 adapter.
Command Syntax
!!L <val>
or
!!l <val>
<val>
is a hex value equal to the upper 8 bits of the target adapter’s A24 address.
Action
The adapter CI expects to find the target 852 adapter at offset
<val>
* 10000h.
The default (initial) value of
<val>
is the adapter DCI’s logical address.
Example
Set the adapter CI to operate with a 852 adapter at A24 base address 830000h.
!!L 83