Meine Frage hat sich erledigt. Habe sehr schnell folgende Antwort vom Support erhalten. Prima!
You requested information how to define a ASCII character for the FNC1 character in UCC/EAN barcodes.
You did not mention what application you are using for scanning but assuming that you are using our scanwedge application you can do the following:
1. Open the scanwedge configuration file \ipsm\scanwedge.exm
2. Go to the symbologies section
3. Double click on "Code 128 / EAN 128"
4. To define a substitution character for FNC1 change the configuration string to the sample below:
Code:
Code 128 / EAN 128=1,0,80,0,0,0,120,0,0
5. Close the window, Save the configuration changes, Restart ScanWedge.
Setting this parameter to non-zero tells Scanwedge to replace the default character <GS> with the ASCII character specified in the parameter (this is a decimal value). This example demonstrates how to replace <GS> with the ASCII character 'x' (decimal 120).