Chapter 2
Analog Input Timing/Control
©
National Instruments Corporation
2-65
DAQ-STC Technical Reference Manual
AI_SC_Switch_Load_On_TC
bit: 4
type: Strobe
in: AI_Command_2_Register
address: 4
Setting this bit to 1 causes the SC counter to switch load registers at the next SC_TC. You can
use this bit for staged analog input. This bit is cleared automatically.
AI_SC_TC_Error_Confirm
bit: 7
type: Strobe
in: Interrupt_A_Ack_Register
address: 2
Setting this bit to 1 clears AI_SC_TC_Error_St. This bit is cleared automatically. Related
bitfields: AI_SC_TC_Error_St.
AI_SC_TC_Error_St
bit: 9
type: Read
in: AI_Status_1_Register
address: 2
This bit indicates the detection of an SC_TC error:
0: No error.
1: Error.
An SC_TC error is detected if AI_SC_TC_Interrupt_Ack is not set between two SC TCs.
This allows you to detect large interrupt latencies and potential problems associated with
them. To clear this bit, set SC_TC_Error_Confirm to 1. Related bitfields:
AI_SC_TC_Interrupt_Ack, AI_SC_TC_Error_Confirm.
AI_SC_TC_Interrupt_Ack
bit: 8
type: Strobe
in: Interrupt_A_Ack_Register
address: 2
Setting this bit to 1 clears AI_Last_Shiftin_St, AI_SC_TC_St, and the SC_TC interrupt
request (in either interrupt bank) if the SC_TC interrupt is enabled. This bit is cleared
automatically. Related bitfields: AI_Last_Shiftin_St, AI_SC_TC_St.
AI_SC_TC_Interrupt_Enable
bit: 0
ype: Write
in: Interrupt_A_Enable_Register
address: 73
This bit enables the SC_TC interrupt:
0: Disabled.
1: Enabled.
SC_TC interrupts are generated on every SC_TC falling edge unless the pretrigger
acquisition mode is selected. In the pretrigger acquisition mode, the first SC_TC falling edge
does not generate an interrupt, but subsequent SC_TC falling edges do.