F U N C T I O N C A L L S
void WINAPI Clear_Channel(int Card, int Channel)
DESCRIPTION
This routine resets the hardware and clears either the Coarse or Fine settings for the given
channel.
INPUT DATA
Card = an integer between 0 and 7 for the card of interest. The card number is set in the
MOTION FEEDBACK BOARD MANAGER.
Channel = an integer between 0 and 5 for the channel of interest.
0 = channel 0 (Coarse)
1 = channel 1 (Fine)
2 = channel 2 (Coarse)
3 = channel 3 (Fine)
4 = channel 4 (Coarse)
5 = channel 5 (Fine)
RETURNED DATA
This routine does not return any data.
EXAMPLE CODE
Code Result/Returned
Data
Clear_Channel(4,0);
Resets the hardware and clears
channel 0 (coarse) for card #4.
Data Device Corporation
SB-3622X Manual
34