RavenStatus.mesa
Copyright Ó Xerox Corporation 1985, 1986, 1987. All rights reserved.
Last edited by Jacks 13-Jun-85 9:55:32
Tim Diebert: March 31, 1987 8:54:47 am PST
RavenStatus: CEDAR DEFINITIONS = BEGIN
Type: TYPE = {
traysUnlatched,     -- C3 // Check paper handle.
preRegistrationFault,   -- C4 // Check paper cassette.
postRegistrationJam,   -- E2 // Clear paper path.
preExitJam,      -- E3 // Clear paper path.
postExitJam,      -- E4 // Empty output tray (B0-B1)/Clear paper path (B2).
doorOpen,      -- E5 // Close door.
outputTrayFull,    -- F5 // Empty output tray (B2).
tonerLow,      -- J1 // Add dry imager (B2).
aboutToDozeOff,   -- ** // Optional.
fuserUnderTemperature, -- L1 // Wait.
imageFault,      -- L2 // Call System Administrator.
commandStatusFault,   -- L4 // Call System Administrator.
offLine,       -- ** // Press on line key.
okay        -- ** // None.
};
END. -- of RavenStatus
LOG when/who/what
13-Jun-85 9:56:15 - Jacks - Created. Took def from MarkerControl.