Chapter 3
Analog Output Timing/Control
DAQ-STC Technical Reference Manual
3-72
©
National Instruments Corporation
AO_UI_Armed_St
bit: 5
type: Read
in: AO_Status_2_Register
address: 6
This bit indicates whether the UI counter is armed:
0: Disarmed.
1: Armed.
Related bitfields: AO_UI_Arm.
AO_UI_Count_Enabled_St
bit: 8
type: Read
in: AO_Status_2_Register
address: 6
If the UI counter is armed, this bit indicates whether the UI counter is enabled to count:
0: No.
1: Yes.
If the counter is disarmed, this bit should be ignored.
AO_UI_Initial_Load_Source
bit: 7
type: Write
in: AO_Mode_2_Register
address: 39
If the UI counter is disarmed, this bit selects the initial UI load register:
0: Load register A.
1: Load register B.
If the UI counter is armed, writing to this bit has no effect. Related bitfields: AO_UI_Arm.
AO_UI_Load
bit: 9
type: Strobe
in: AO_Command_1_Register
address: 9
If the UI counter is disarmed, this bit loads the UI counter with the contents of the selected
UI load register (A or B). If the UI counter is armed, writing to this bit has no effect. This bit
is cleared automatically.
AO_UI_Load_A
bits: <0..7>
type: Write
in: AO_UI_Load_A_Registers
address: 40
bits: <0..15>
type: Write
in: AO_UI_Load_A_Registers
address: 41
This bitfield is load register A for the UI counter. If load register A is the selected UI load
register, the UI counter loads the value contained in this bitfield on AO_UI_Load and on
UI_TC. The eight MSBs are located at the lower address and the 16 LSBs are located at the
higher address. Related bitfields: AO_UI_Next_Load_Source_St, AO_UI_Load.