ADLINK ACL-8112 Series User Manual

Page 70

Advertising
background image

62

• C Language Library

for( j = 0; j < 7 ; j++)
{
_8112_AD_Set_Channel( j );

printf( "AD channel %d is now selected.\n“, j );

}
_8112_Switch_Card_No(CARD_1);
_8112_AD_Input_Mode( SINGLE_ENDED) ;
for( j = 0; j < 7 ; j++)
{
_8112_AD_Set_Channel( j );

printf( "AD channel %d is now selected.\n“, j );

}
/* the following A/D's operation is based on channel
3 */
}

Advertising