
Other Settings |
|
OTHER SETTINGS |
|
PREAMBLE | 1 |
POSTAMBLE | 2 |
CHARACTERS | 3 |
EOF STRING | 4 |
DONE/EXIT | 0 |
CHANGE SETTING #: _ |
|
Preamble and Postamble
The Preamble and Postamble apply to data entered in
oPreambles are
NON PORTABLE mode. For example, if you set a preamble of @@ and scanned bar code data of 12345, @@12345 would be transmitted to the computer.
oPostambles are
PORTABLE mode. For example, if you set a preamble of @@ and scanned bar code data of 12345, 12345@@ would be transmitted to the computer.
oBy default, the TriCoder has no preambles or postambles configured. Preambles and Postambles can each contain up to 15 characters scanned from the bar coded FULL ASCII Menu.
To set a preamble or postamble:
1.Press the 5 key at the Main Menu (opening screen)
2.Press the 7 key at the TRICODER SETUP screen
3.Select 1 for Preamble or 2 for Postamble.
4.Enter keys from the keypad or Scan any other desired characters (up to 15) from the FULL ASCII Menu (available on the Utilities
5.Press the ENTER key on the TriCoder keypad to store the characters you want.
6.To clear the Preamble or Postamble and return to the default (no Preambles or Postambles defined), key CLEAR at step #4, then continue with your setup.
You can use the Preamble or Postamble to trim characters from the data you are entering into the TriCoder in NON PORTABLE mode. The Upload Prefix and Suffix is used to trim data in portable mode (data collection). You can trim from 1-
15 characters from the data by creating a preamble or postamble of:
~x
where ~ is ASCII 126 and x is a single hex digit
Here are some examples, with and without trimming included:
| Data Scanned | Preamble Value | Data Transmitted |
123 | XYZ | XYZ123 | |
12345678 | ~3XYZ | XYZ45678 | |
12345678 | ~9 | 12345678 | |
12345678901 | ~A | 1 | |
123456 | ~5 | 6 | |
Preamble affects leading (high order) characters | |||
|
|
|
|
| Data Scanned | Postamble Value | Data Transmitted |
123 | XYZ | 123XYZ | |
12345678 | ~3XYZ | 12345XYZ | |
12345678 | ~9 | 12345678 | |
12345678901 | ~A | 1 | |
123456 | ~5 | 1 |
Postamble affects trailing (low order) characters
45