Hey,
I'm testing the TC57 with the datawedge 7.3.
I'm using the demo source https://developer.zebra.com/blog/listening-keypress-events-datawedge.
Is there a possibility to get the prefix output in order to determine the barcode type ?
brgds and have a nice day
Wolf
Scanning with Datawedge 7.3 |
4 Replies
Hey Darryn
thats what I want. :-)
Perfect documentation !
Can you export the profile for me ?
Does it work in Chrome too?
brgds
-wolf-
Thank you for your support.
I expressed it badly.
I don't want to add the prefix myself, but that should be done automatically by the sanner. The scanner should output the barcode type as the first character. If I have a barcode 39 a different character should be delivered, such as at Interleaved 2of5. But maybe I need to communicate directly with the DataWedge?
Many thanks fpr the support.
brgds
>Is there a possibility to get the prefix output in order to determine the barcode type ?
Yes, You could configure an ADF rule to add a prefix to your data when the 'criteria' is a certain symbology. https://techdocs.zebra.com/datawedge/latest/guide/process/adf/ .&n…; Ensure you configure your rule to send the remainder of the barcode after the prefix and then strip off the prefix from within your web app when receiving the data.
Yes, keystroke output supports advanced data formatting. You could configure an ADF rule to add a prefix to your data when the 'criteria' is a certain symbology. https://techdocs.zebra.com/datawedge/latest/guide/process/adf/