Zum Hauptinhalt gehen

Suche

Suche

Insert Break In Barcode

Kommentare

4 Kommentare

  • Avatar
    Ian Cummings
    Moderator

    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
  • Avatar
    Legacy Poster
    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
  • Avatar
    Ian Cummings
    Moderator

    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
  • Avatar
    Legacy Poster

    no  #2625 problem facing

    second printing barcode giving wrong words and and running in demo mode

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.