Chapter 4
Programming
4-48
©
National Instruments Corporation
4.
Call G0_Out_Enable() to enable GPCTR0_Out pin.
Analog_Trigger_Etc_Register
GPFO_0_Output_Enable =1;
GPFO_0_Output_Select=0;
5.
Call G0_Arm() to begin the operation.
G0_Command_Register
G0_Arm=1;
6.
Call G0_Seamless_Pulse_Train() to change the pulse rate during the
operation.
/*see if you legally change the rate. You cannot change the rate twice
in a row before generation of at least one cycle of intermediate
frequency/
if ( G0_Bank_St==1)==g_bank_to_be_used) then
{
G0_Load_A_Register (24 bits)
G0_Load_A <= pulse interval -1 (3)
G0_Load_B_Register
G0_Load_B <= pulse width -1 (3)
G0_Command_Register
G0_Bank_Switch_Start<=1
if (g_bank_to_be_used == 0)
g_bank_to_be_used =1;
else
g_bank_to_be_used =0;
}
else{
inform the user the wave rate cannot be changed
}
RTSI Trigger Lines Programming Considerations
For detailed descriptions of RTSI and RTSI programming, see Chapter 6,
RTSI Trigger, of the DAQ-STC Technical Reference Manual. Also, see the
same section of the DAQ-STC manual for a description of the signal lines
referred to in this chapter.
There are seven 12-1 muxes that drive the seven RTSI lines. Any of the
RTSI lines can be driven with any of eight internally generated timing
signals or with any of the four RTSI board signals. Similarly, there are four
Содержание AT-AI-16XE-10
Страница 131: ...Appendix A OKI MSM82C55A Data Sheet AT MIO E Series RLPM A 2 National Instruments Corporation...
Страница 132: ...Appendix A OKI MSM82C55A Data Sheet National Instruments Corporation A 3 AT MIO E Series RLPM...
Страница 133: ...Appendix A OKI MSM82C55A Data Sheet AT MIO E Series RLPM A 4 National Instruments Corporation...
Страница 134: ...Appendix A OKI MSM82C55A Data Sheet National Instruments Corporation A 5 AT MIO E Series RLPM...
Страница 135: ...Appendix A OKI MSM82C55A Data Sheet AT MIO E Series RLPM A 6 National Instruments Corporation...
Страница 136: ...Appendix A OKI MSM82C55A Data Sheet National Instruments Corporation A 7 AT MIO E Series RLPM...
Страница 137: ...Appendix A OKI MSM82C55A Data Sheet AT MIO E Series RLPM A 8 National Instruments Corporation...
Страница 138: ...Appendix A OKI MSM82C55A Data Sheet National Instruments Corporation A 9 AT MIO E Series RLPM...
Страница 139: ...Appendix A OKI MSM82C55A Data Sheet AT MIO E Series RLPM A 10 National Instruments Corporation...
Страница 140: ...Appendix A OKI MSM82C55A Data Sheet National Instruments Corporation A 11 AT MIO E Series RLPM...
Страница 141: ...Appendix A OKI MSM82C55A Data Sheet AT MIO E Series RLPM A 12 National Instruments Corporation...
Страница 142: ...Appendix A OKI MSM82C55A Data Sheet National Instruments Corporation A 13 AT MIO E Series RLPM...
Страница 143: ...Appendix A OKI MSM82C55A Data Sheet AT MIO E Series RLPM A 14 National Instruments Corporation...
Страница 144: ...Appendix A OKI MSM82C55A Data Sheet National Instruments Corporation A 15 AT MIO E Series RLPM...
Страница 145: ...Appendix A OKI MSM82C55A Data Sheet AT MIO E Series RLPM A 16 National Instruments Corporation...
Страница 146: ...Appendix A OKI MSM82C55A Data Sheet National Instruments Corporation A 17 AT MIO E Series RLPM...