Insert Break In Barcode
Hi,
i have to create a data matrix code with following options,
number <break of 2 Secs> text <break of 2 secs> alphanemeric
for example 123 <break> Example <break> EXAMPLE0001
I have no idea at this moment, how to insert the break.
-
I'm not sure what you mean by "break"? What actual data do you want to encode into the code, and what behaviour do you wish to happen, and why, when the code is scanned? Are you wanting the scanner to read parts of the code's data at a time, with a delay of a couple of seconds as per your specification with a break? If so, for what purpose is that as this seems like a strange request?
0 -
The idea is to navigate through a Webpage site by site via one Scan.
the Scan should include data1 , data2 and data3
Data1 should go into an input field on the first website due to that another website is loaded. Here I want data2 to be entered into another input field as well. Now a third Page is loaded and i want data3 to be entered into the input field on that page.
since after each datablock a new webpage is loaded there needs to be a little delay to make sure that we are on the right page.
My approach so far is:
data1«CR»«DC1»«DC1»«DC1»«DC1»«DC1»«DC1»«DC1»«DC1»«DC1»data2«CR»«DC1»«DC1»«DC1»«DC1»«DC1»«DC1»«DC1»«DC1»«DC1»data3
This however only works until data1 - The rest is beeing ignored.0 -
Your requirement seems a little strange to me... I don't think you can do this by putting something into the data of the barcode. Instead you should program the barcode scanner so that it re-transmits the scanned data to the computer after a few seconds delay for the number of times you need. If you can only send the full string each time you'd need to modify the validation on the web forms to truncate the parts of the string that are not needed for each form. Sorry, but I have no idea whether barcode scanners offer such a function, or if your approach is at all feasible.
0 -
no #2625 problem facing
second printing barcode giving wrong words and and running in demo mode
0
Please sign in to leave a comment.
Comments
4 comments