Chapter 3
Analog Output Timing/Control
DAQ-STC Technical Reference Manual
3-46
©
National Instruments Corporation
AO_AOFREQ_Enable
bit: 12
type: Write
in: AO_START_Select_Register
address: 66
This bit enables the AOFREQ output signal:
0: Disabled. The signal is forced to the inactive value (determined by
AO_AOFREQ_Polarity).
1: Enabled.
Related bitfields: AO_AOFREQ_Polarity.
AO_AOFREQ_Polarity
bit: 9
type: Write
in: AO_Personal_Register
address: 78
This bit selects the polarity of the AOFREQ output signal:
0: Active high.
1: Active low.
AO_BC_Arm
bit: 6
type: Strobe
in: AO_Command_1_Register
address: 9
This bit arms the BC counter. The counter remains armed, and the bit remains set, until it is
disarmed either by hardware or by setting AO_Disarm to 1. Related bitfields:
AO_BC_Armed_St, AO_Disarm.
AO_BC_Armed_St
bit: 0
type: Read
in: AO_Status_2_Register
address: 6
This bit indicates whether the BC counter is armed:
0: Disarmed.
1: Armed.
Related bitfields: AO_BC_Arm.
AO_BC_Gate_Enable
bit: 11
type: Write
in: AO_Command_2_Register
address: 5
This bit enables the BC_GATE:
0: Disabled.
1: Enabled.
Enabling the BC_GATE allows external UPDATE pulses to pass only when the BC counter
is enabled to count. You should set this bit to 0 in the internal UPDATE mode
(AO_UPDATE_Source_Select is set to 0) and to 1 otherwise. Related bitfields:
AO_UPDATE_Source_Select.