Chapter 5 programming, Programming considerations, Notation – National Instruments SCXI-1121 User Manual

Page 92: Programming considerations -1, Notation -1, Ter 5, Programming, Of chapter 5

Advertising
background image

© National Instruments Corporation

5-1

SCXI-1121 User Manual

5

Programming

This chapter contains a functional programming description of the
SCXI-1121 and Slot 0.

Note

If you plan to use a programming software package such as NI-DAQ, LabWindows,

or LabVIEW with your SCXI-1121 board, you do not need to read this chapter.

Programming Considerations

Programming the SCXI-1121 involves writing to the Configuration
Register. Programming Slot 0 involves writing to the HSCR and FIFO
Register. Programming the data acquisition boards involves writes to their
registers. See your data acquisition board user manual for more
information. The programming instructions list the sequence of steps to
take. The instructions are language independent that is, they instruct you to
write a value to a given register without presenting the actual code.

Notation

For the bit patterns to be written, the following symbols are used:

0

Binary zero

1

Binary one

X

Don't care, either zero or one may be written

C

One of two bits used to specify the channel to be loaded into the
MUXCOUNTER. This value will either be the channel to be read for
single reads, or a starting channel for scanned measurements.

The 16-bit patterns are presented MSB first, left to right.

Advertising