
Configuration
2
0
2
0
-0
9
19
4.3.6
Script
Here you can edit the read result using JavaScript. You can input your own source code or
assemble a script from predefined blocks.
If a prefix or a suffix is assigned to the read result, the prefixes or suffixes are assigned immedi-
ately after processing of the script.
Input Codes
The following predefined blocks are available:
SUBSTRING_FROM_POSITION_x_ON_y_CHARS
Only returns one part of the code. x refers to the position from which the characters are output,
where x = 0 represents the first character of the code. y denotes the number of characters that
are output after position x.
Example:
SUBSTRING_FROM_POSITION_6_ON_3_CHARS
returns characters 7 to 9.
SUBSTRING_FROM_POSITION_x_ON_ALL_CHARS
Only returns one part of the code. x refers to the position from which all subsequent characters
are output, where x = 0 represents the first character of the code.
OUTPUT_LAST_x_CHARS
Returns the last x characters of the code.
Example:
OUTPUT_LAST_3_CHARS
returns the last three characters.
OUTPUT_ALL_CHARS_BETWEEN_abc_AND_def
Returns the characters of the code that are between a data string abc and a data string def. If
there are multiple occurrences of the data strings abc and def, only the characters between the
first occurrence are returned. If the data string abc does not appear, no characters are
returned.
OUTPUT_ALL_CHARS_BEFORE_abc
Returns the characters of the code that appear before a data string abc. If there are multiple
occurrences of the data string abc, all characters before the first occurrence are returned. If the
data string abc does not appear, no characters are returned.
OUTPUT_ALL_CHARS_AFTER_abc
Returns the characters of the code that follow the data string abc. If the data string abc appears
multiple times, all characters from the first occurrence are returned and subsequent occur-
rences of the data string abc are deleted. If the data string abc does not appear, no characters
are returned.
OUTPUT_x_CHARS_AFTER_abc
Returns x characters of the code that follow the data string abc. If the data string abc appears
multiple times, x characters from the first occurrence are returned and subsequent occur-
rences of the data string abc are deleted. If the data string abc does not appear, no characters
are returned.
Summary of Contents for OHV110-F228-R2
Page 1: ...OHV110 F228 R2 1 D 2 D Code Handheld Reader Manual...
Page 25: ...OHV110 F228 R2 Configuration 2020 09 25...
Page 26: ...2020 09 26 OHV110 F228 R2 Configuration...
Page 27: ...OHV110 F228 R2 Configuration 2020 09 27...
Page 28: ...2020 09 28 OHV110 F228 R2 Configuration...
Page 29: ...OHV110 F228 R2 Configuration 2020 09 29...
Page 30: ...2020 09 30 OHV110 F228 R2 Configuration...
Page 31: ...OHV110 F228 R2 Configuration 2020 09 31...
Page 32: ...2020 09 32 OHV110 F228 R2 Configuration...
Page 33: ...OHV110 F228 R2 Configuration 2020 09 33...
Page 34: ...2020 09 34 OHV110 F228 R2 Configuration...
Page 35: ...OHV110 F228 R2 Configuration 2020 09 35...
Page 36: ...2020 09 36 OHV110 F228 R2 Configuration...
Page 37: ...OHV110 F228 R2 Configuration 2020 09 37...
Page 38: ...2020 09 38 OHV110 F228 R2 Configuration...
Page 39: ...OHV110 F228 R2 Configuration 2020 09 39...
Page 40: ...2020 09 40 OHV110 F228 R2 Configuration...
Page 41: ...OHV110 F228 R2 Configuration 2020 09 41...
Page 42: ...2020 09 42 OHV110 F228 R2 Configuration...
Page 43: ...OHV110 F228 R2 Configuration 2020 09 43...
Page 44: ...2020 09 44 OHV110 F228 R2 Configuration...
Page 45: ...OHV110 F228 R2 Configuration 2020 09 45...