Ribbonminder, when worn action – Printronix P9000 Series User Manual

Page 162

Advertising
background image

Programming

6-64

RibbonMinder, When Worn Action

ASCII

Hex

Decimal

P-Series

SFCC r A S

SFCC 72 41 53

SFCC 114 65 83

SFCC r A A

SFCC 72 41 41

SFCC 114 65 65

SFCC r A V

SFCC 72 41 56

SFCC 114 65 86

Serial

ESC r A S

1B 72 41 53

27 114 65 83

ESC r A A

1B 72 41 41

27 114 65 65

ESC r A V

1B 72 41 56

27 114 65 86

Purpose

Determines printer action when ribbon is worn.

P-Series

Expression

(using SOH)

CHR$(1);rAS";

CHR$(1);rAA";

CHR$(1);rAV";

Serial

Expression

CHR$(27);rAS";

CHR$(27);rAA";

CHR$(27);rAV";

where

S = stops the printer upon completion of the page when a worn

ribbon is detected

A = activates audio and visual alarm when a worn ribbon is detected

V = activates only visual alarm when a worn ribbon is detected

Comment

Refer to the RibbonMinder chapter for more information.

Example

Refer to the RibbonMinder Enable/Disable control code on page 6-62.

Advertising