beautypg.com

Paxar Gold 6037EX User Manual

Page 78

background image

4-42 Programmer’s Manual

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.

703-793

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.