A SERVICE OF

logo

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
}