240
cab Produkttechnik GmbH & Co KG
240
PRODUCT MARKING AND BARCODE IDENTIFICATION
Hermes
Apollo
A-series
This
function is
available
for:
[TABLE OF CONTENTS] [COMMAND LIST]
M-series
POKE Variables:
„xoutput“
status of the peripheral connector control bits (output)
Note: you have to set the peripheral mask to 0 (x m command) before!
„read_controls“
Value: 0 or 1. 1 allows control characters to pass thru INPUT or INKEY$.
All characters are passed to abc, including the character terminating
the input line (e.g. CR). (This CR can be removed e.g. with TRIM$.)
„bypass“
Value:0 or 1. 1 allowsdata from interfaces to go directly to JScript.
„httpswap“
Can be used to swap the normal root directory and the memory card
on the webserver. E.g. POKE „httpswap“,“/secret“ moves the applet
to /secret/index.htm and /card/index.htm to /index.htm.
„lcd“
Controls the source for the LCD. 0 is standard, JScript content. 1 is the abc window.
„lcdx“, „lcdy“
Offset for the LCD in the abc window.
„led“
Controls the state of the front panel LEDs (if „lcd“ is 1). Bit coded:
1
=
Cancel
2
=
Mode
4
=
Feed
8
=
Pause
16 =
Arrows
„ledmask“
Masks the LEDs to be lit. Independent of „led“ -value. Same bit coding as „led“.
A 0 masks the respective LED.
„backlight“
Controls the backlight of the LCD of „lcd“ is 1. 1 is on, 0 is off, 2 is controlled
by JScript (Default).
„fcolor“, „bcolor“
Sets the fore- and background colors for abc window operations.
„color#x“
Sets the RGB value for color #x. x is valid from 1 to 254. Color 0 (black)
and 255 (white) cannot be modified.
„nice“
Sets the multitasking priority of abc vs. JScript. Ranges from 1 (JScript fast)
to 20 (abc fast). Default is 10.
„key“
Puts a character into the key buffer. E.g. POKE „key“,dec(„F001“) simulates
pressing the MODE key.
no
no