Paxar Gold 6037EX User Manual

Page 72

Advertising
background image

4-36 Programmer’s Manual

if (sStatus == 0)

{

/* Branch to printing routine */

else if (sStatus >= 703 && sStatus <= 793)

{

printf("Motion Control Error");

else

{

printf("Error-- press any key when reset.");

_getch();

pclClearError();

}

}

}

pclClose();

// Close Print subsystem

}

Advertising