Download Print this page

JARLTECH 8034 Operation Manual page 29

Customer pole display

Advertisement

C O M M A N D S
F U N C T I O N
PARAMETER FORMAT :
ESC " <BLOCK-NO> <DATA and/or CTRL/
ESC SEQUENCES><ESC EOT>
RANGES :
BLOCK-NO : 0 - 15 (048 - 063)
ESC EOT: 027, 004.
EXAMPLE :
PRINT #1, CHR$(27)+CHR$(34)+"0";
PRINT #1, CHR$(27)+"*"
PRINT #1, CHR$(27)+"Macro#0.";
PRINT #1, CHR$(27)+CHR$(4)
Pause (for a
ESC $
multiple of 8.88ms)
Code: 027,036
PARAMETER FORMAT :
ESC $ <DELAY>
RANGES :
DELAY : 0 - 255 (000-255)(0 sec - 2.26 secs).
Programming Commands
D E S C R I P T I O N
This is only useful
upon power up,
because if you have
data in the next block,
its data will be
overwritten. Therefore
it is suggested these
blocks are unutilized
as one of the first steps
to use the display.
To link blocks, simply
add a function call,
from within a block, to
the block that you wish
to use.
This function allows
the programmer to
stop the pole display
for a period
of time, The delay is in
multiple of 8.88ms.
2 9

Advertisement

loading