When generating an internal REQ signal, the asserted time of the resulting clock will be one period of the timebase used to generate the REQ.
REQ Pulse Width = 1 / Timebase Frequency
The timebase frequencies available for the 653x boards are: 20 MHz, 10 MHz, 1 MHz, 100 kHz, 10 kHz, 1 kHz and 100 Hz.
The transfer rate is equal to the timebase frequency / timebase divisor. The timebase divisor can be any integer from 2 to 65,355. With a timebase of 20 MHz, the divisor can be set to 1.
Transfer Rate = Timebase Frequency / Timebase Divisor
A timebase frequency of 100 kHz and a timebase divisor of 25 will give you a transfer rate of 4 kHz and a pulse width of 0.01 ms.
REQ Pulse Width = 1 / 100kHz = 0.01ms
Transfer Rate = 100kHz / 25 = 4kHz
I
n LabVIEW, you can set these two parameters by using the Digital Clock Config VI. In CVI, this is done with the DIG_Block_PG_Config function, where the "timebase" parameter is the timebase frequency, and the "reqInterval" is the timebase divisor.
Brian