
p c l S t a t u s
Description
Retrieves the Print subsystem’s status.
After submitting a print job, the application should call pclStatus in a loop, waiting until the printer becomes free. See “Pausing While Printing” in Chapter 6 for more information.
Syntax
short far pclStatus(void);
Parameters
None
Return Values
0 | The Print subsystem is ready. |
1 | The Print subsystem is busy. |
A motion control error occurred. After the operator | |
| corrects the printer condition, the application must call |
| pclClearError to reset the Motion Control subsystem. |
Refer to the MPCL Packet Reference Manual for more information.
Example
See “pclGetOnDemandSensor” for an example.