Avery Dennison 6035 Programmer Manual Rev.CA 6/01 User Manual

Page 82

Advertising
background image

Function Reference 4-41

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 s ubsystem 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 MPCLII Packet Reference Manual for
more information.


Example

See “pclGetOnDemandSensor” for an example.

Advertising