Chapter 3 Analog Output Timing/ControlDAQ-STC Technical Reference Manual3-30 ©National Instruments CorporationFunction AO_FIFO{Begin critical section;AO_Configuration_Start = 1;AO_FIFO_Mode = 0 (generate on empty FIFO) or1 (generate on less than half-full FIFO) or2 (generate on less than full FIFO) or3 (generate on less than half-full FIFO, but keep asserted untilFIFO is full);AO_FIFO_Retransmit_Enable = 0 (disable local buffer mode) or1 (enable local buffer mode);AO_Configuration_End = 1;End critical section;}3.6.1.11 Enable InterruptsUse this function to enable the AOTM to generate interrupts.Function AO_Interrupt_Install{Begin critical section;AO_UPDATE_Interrupt_Enable = 0 (no interrupt) or 1 (generate interrupt);AO_BC_TC_Interrupt_Enable = 0 (no interrupt) or 1 (generate interrupt);AO_UC_TC_Interrupt_Enable = 0 (no interrupt) or 1 (generate interrupt);AO_START1_Interrupt_Enable = 0 (no interrupt) or 1 (generate interrupt);AO_Error_Interrupt_Enable = 0 (no interrupt) or 1 (generate interrupt);AO_START_Interrupt_Enable = 0 (no interrupt) or 1 (generate interrupt);AO_FIFO_Interrupt_Enable = 0 (no interrupt) or 1 (generate interrupt);End critical section;}To generate interrupts, you must also program the interrupt control module. Refer toChapter 8, Interrupt Control, for more information on programming the interrupt controlmodule. To use interrupts, refer to section 3.6.5, Primary Analog Output Group-RelatedInterrupts.3.6.1.12 ArmingUse this function to arm the analog output counters and to preload the DACs with the firstanalog output value.Function AO_Arming{Begin critical section;AO_Not_An_UPDATE = 1;