![Dini Argeo 3590 EBOX Series Technical Manual Download Page 78](http://html.mh-extra.com/html/dini-argeo/3590-ebox-series/3590-ebox-series_technical-manual_2505688078.webp)
3590EKR, 3590EXP, 3590EXT, 3590 EBOX, CPWE, CPWET series indicator E-AF03_05.01_14.07_EN_T.doc
78
[TOPR] Transmission of numeric and/or alphanumeric string to printer:
Syntax
Format
<CC>TOPR<XXX…X> <CR LF>
Parameters
XXX…X = numeric and/or alphanumeric string which one wants to print
Answer
<CC>OK<CR LF>
The answer does not imply that the command has been made.
Example
01TOPRABCDE<CR LF>
Result
The ABCDE string will be printed
TECHNICAL NOTE
: The reception and transmission buffers of the indicator are of 256 bytes; knowing that each
transmitted character is equal to one byte, the maximum number of characters which can be transmitted is 248.
This value changes depending on the transmitted data.
NOTES:
-
It is possible to print numeric and alphanumeric characters ( A…Z, a…z, 0…9), for example TOPRABC CR +
LF
-
It is possible to print ASCII characters by entering the corresponding decimal code (on three digits)
preceded by the \ character; for example, if one wants to print the message <!!ATTENTION!!>, the command will be
the following: TOPR\060\033\033ATTENTION\033\033\062+ CR + LF;
-
It is possible to print the print blocks by entering the block number preceded by the \M abbreviation;
for example, if one wants to print the block 301 NET WEIGHT (see section
7.3 LIST OF PRINT BLOCKS
), 302
GROSS WEIGHT, 303 TARE, the command will be the following:
TOPR\M301\M302\M303 + CR + LF
[OIN] Key with which one has exit from the user input
With this command it is possible to know which key the user used to exit the input (ENTER or C).
Syntax
Format
<CC>OIN<CR LF>
Parameters
-
Answer
<CC>OIN[<KEY> | NO]<CR LF>
Key
ENT Exited with the Enter key
CLR Exited with the Clear key
Example
01OIN<CR LF>
Result
01OINENT<CR LF>
If the command is wrong one will have the <ESC><II>OINNO<STX> message.