User`s manual

Application Hints 71
PCIS-DASK
Digital Output Programming Hints
Pattern Generation Digital Output
This section describes the function flow typical of pattern genera-
tion for digital output. While performing pattern generation of DO,
the DO configuration function has to be called at the beginning of
the application.
Example code fragment:
DI_XXXX_Config
(XXXX = card type)
DO_PGStart
Complete pattern generation
DO_PGStop
card = Register_Card(PCI_7300A_RevB, card_number);
DO_7300B_Config (card, 16, TRIG_INT_PACER,
P7300_WAIT_NO, P7300_TERM_ON, 0, 0x40004000);
//start pattern generation
DO_PGStart (card, out_buf, 10000, 5000000);
//stop pattern generation
DO_PGStop (card);
Release_Card(card);