Barcode scanner not read Quantity  like 10 ,20,40...

HI ALL Experts
My barcode scnner gun not read Quantity of item they only read item code read as barcode
please if any setting in barcode scanner then tell me
Thanks
kalpen

I have not tried it but generate a barcode from some app and have it sepperate from the item code. When the user selects quantity then scan the quantity code it should work. try this site. http://www.barcoding.com/upc/

Similar Messages

  • Barcode is not reading using the barcode reades

    hi
    In my application i am generating barcode.But the barcode scanner is not reading this value.I am using CODE128 and also tried with code128A.
    it is urgently neede pls help me.
    will give points for helpful answers
    Warm regards
    Shanto Aloor

    Hi Shanto,
    The problem might be the width of the barcode. Try increasing the width, and the reader would recognise it.
    Regards
    Anil Madhavan

  • USB Barcode Scanner (Adesso) not reading on Mac Mini

    My friend bought an inexpensive USB bar-code scanner (Adesso Nuscan 1000U), which they said should work fine in OSX, to use on his Intel Mac Mini, running Leopard 10.5.4.
    Model Name: Mac mini
    Model Identifier: Macmini2,1
    Processor Name: Intel Core 2 Duo
    Processor Speed: 2 GHz
    Number Of Processors: 1
    Total Number Of Cores: 2
    L2 Cache: 4 MB
    Memory: 1 GB
    Bus Speed: 667 MHz
    Boot ROM Version: MM21.009A.B00
    SMC Version: 1.19f0
    Serial Number: YM7309F0YL2
    After plugging the scanner directly into his computer, it was acknowledged to be an "non-standard" keyboard...
    - the "Keyboard Setup Assistant" window popped up, and he hit continue (instead of closing the window)
    - "Identifying Your Keyboard" came up, and he had hit "z" on his main keyboard (a mistake, he knows now)
    - said scanner will not "print scanned data to screen" as it ought to
    - scanner "goes to sleep" after it scans it's first barcode - does not 'wake' until unplugged and re-plugged into Mini. Never does this on other machines.
    - scanner works perfectly on three other Macs running Leopard (same version on all four machines), both Intel and G4 based
    - I have repeatedly trashed the "com.apple.keyboardtype.plist" file in hopes of re-setting his computer to read this device properly, with no luck - but each time it's trashed and we plug in the scanner it pops up the "Keyboard Setup Assistant" window, which we simply close... like on the other test machines.
    I know it's not the scanner itself, as it works fine on all other systems with the same OS. We had simply skipped the "Identifying Your Keyboard" prompts and closed those windows and the device merrily scans barcodes and prints them to any text window - as it should.
    Is there a chance that some difference in the Mini hardware would somehow not allow this device to work properly with it? I'm completely stumped. Thanks for any assistance!!
    -ant.

    Not to be rude or contrary, but if you read my entire posting, the same unit (usb scanner) works successfully on at least three other machines with different processors running Leopard.
    To further elaborate:
    • manufacturer has been contacted and in touch - they have no idea why it doesn't work on mini
    • no software or drivers - none needed for all the other machines
    • my workaround (deleting .plist file) did nothing except prompt
    the computer to ask me what kind of keyboard device it was (none)
    Thanks for the effort... and the welcome.

  • Barcode not read by scanner

    hi all.
         i have create programe for printing barcode.programme running fine and i can print barcode on laser printer.but when i try to scan from barcode reader.its not reading by scanner.
    whats problem with it????
    i used following tutorial .
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/newBarcodePrintinginSAPusingSmartforms

    >
    Usha Kommalapaty wrote:
    > Hi,
    >
    > Software to be installed in all desktops in order to enable printing of barcode from their systems.
    > So, for printing barcodes on laser and dot matrix printers, additional software should be made available on all desktops.
    Not True, new barcode technology does not need any additional software in the desktop. (Refer Introduction part [here|https://www.sdn.sap.com/irj/scn/wiki?path=/display/profile/newBarcodePrintinginSAPusingSmartforms])
    What symbology you have used, did you check whether your scanner supports the used symbology?
    Regards
    Karthik D

  • Barcode printing -Barcode is not being scanned by the scanner.

    Hi,
    I am working on a rtf XML template creation for Pick slip Report. I have field called delivery_id which should be printed as barcode. I
    followed the instructions as per documents: 411899.1 and 373001.1.I downlaoded
    a demo version of the barcode font.(IDAutomationSC128L).
    I added it to the template . and registered the font in XMl publisher and ran the whole process
    which generates the report output. The report gave me a output as per the
    template witha a barcode.But the barcode reader did not read it. the barcode
    reader(I am using the Intermec Oracle Ready CK30 Handheld Computer) that I have
    is compataible with the following fonts.
    Supported Bar Code Symbologies
    Code 39, Code 39 Full ASCII, Code 93, Code128, UCC/EAN-128, Codabar, Code 11,
    DUN-14/16, EAN-8, EAN-13, 2 digit supplement, 5
    digit supplement, UPCA, UPC-E, 2/5, 2/5 I, 2/5 Matrix, EAN. UCC Composite, 2/5
    Industrial, MSI Plessey, Postnet, Code16K, Codablock A, Datamatrix, Maxicode,
    PDF417, MicroPDF417, QR Code.
    I have copied the sample encoder code from the XML Publisher user guide but when I tried to create the class file using javac command I got the following warnings
    C:\source>javac -g XXBarcodeUtil.java -Xlint:unchecked
    XXBarcodeUtil.java:26: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type
    java.util.Hashtable
    ENCODERS.put("code128a",mUtility.getClass().getMethod("code128a",clazz));
    ^
    XXBarcodeUtil.java:27: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type
    java.util.Hashtable
    ENCODERS.put("code128b",mUtility.getClass().getMethod("code128b",clazz));
    ^
    XXBarcodeUtil.java:28: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type
    java.util.Hashtable
    ENCODERS.put("code128c",mUtility.getClass().getMethod("code128c",clazz));
    ^
    3 warnings
    Can any one please let me know how to chnage the code so that these warnings wont be there.
    I got a class file eventhough there were warnings. and i put that class file in the path /u6/u0/ting/comn/java/oracle/apps/xdo/template/rtf/util
    I am getting a report with barcode. but the scanner is not reading it. ?
    DO i have to put the font in reports server path. I have put the font to this path in the server :athena2:/u6/u0/oracle/trng/appl/fnd/11.5.0/reports.
    Please help.
    Is there any stpes that i am missing.
    Thanks,
    Nisha

    Hi Nisha
    If you are using a code 128 barcode font then you need to call an encoding class to transform the input, delivery_id from say '123456789' to an encoded string string, say '!wrwr34353'
    It looks like you are on the right track. Some thoughts:
    1. You say its a demo font - are there any limitations that IDAutomation has documented e.g. it will not handle certain characters in the barcode font?
    2. You should not really copy and paste from the documentation - that was an example class. IDAutomation, I know provides the java code algorithms to encode the data correctly for their fonts. That said the basic structure of the class is good to use you just need to plug IDAutomation's java code into it
    3. You get warnings, this should not prevent the .class file being generated.
    4. To test that the class is being called correctly. Change the font on your delivery field to a humanly readable font, say Arial. Now run the template against the data - you should see the encoded value for the delivery id in the output. If its the same as the data in the XML delivery_id element then your class is not being called correctly. this could be caused by:
    a. The class is not in the classpath for the publisher engine - from your directory path it looks like you are using EBS and you are putting it in the right place. Whats the field contents for the barcode vendor registration field?
    b. The class is not encoding the result correctly - to test this and c. you should add a 'main' method that you can call to test the class outside of EBS
    c. the class is erroring out somewhere - see above
    If you are getting a barcode on your output then the font is in the right place. Are you testing in Template Builder or on the server? If the hardware is not reading it then I would suggest you check 1 and 2 above and then carry out step 4 to check its being encoded.
    you might also check out this blof article on the encoding - http://blogs.oracle.com/xmlpublisher/2006/06/advanced_barcode_support.html
    regards
    tim

  • This is an error from my HP scanner. How can I fix the problem? An error has occurred saving the file because it could not be written to. Check the properties for the file to make sure it is not read-only.

    I recently uploaded the Maverick operating system. I wanted to scan some things on my HP Printer/Scanner and could not . This is the error message I received: An  error has occurred saving the file because it could not be written to.   Check the properties for the file to make sure it is not read-only. I am a novice with the computer and have no one to help. I hope someone knows an easy fix.
    Thank you

    This worked for me:
    "Although it is not a 'fix' for the HP issue, I did find a workaround that helped me. In the Preferences Panel in MacOS X you can pull up the Printer/Scanner preferences and scan directly from OS X. I'd not known of this prior to posting here and it worked like a charm."
    "Of course, HP should still update their software, but it's good to know that Apple has it covered for them."
    I found it here:
    http://h30434.www3.hp.com/t5/Mac-Printing-and-Scanning/MAVERICKS-WONT-SCAN-HP-C3 09A/td-p/3052105

  • As I can sometimes do, I did not read the directions before delving into LR.  Now I find my self with image history in LR on 2 or 3 of my HD's.  I would like to now consolidate it on one HD but fear in doing so I will lose the images I have created within

    As I can sometimes do, I did not read the directions before delving into LR.  Now I find my self with image history in LR on 2 or 3 of my HD's.  I would like to now consolidate it on one HD but fear in doing so I will lose the images I have created within LR.  Is there a tutorio or some other way to get me back on track with this application?

    Your image history (if I understand you properly) is stored in your catalog file, and nowhere else, and so it is only on a single drive.
    Do you mean you have edited photos on multiple drives? This isn't a problem for Lightroom at all, the software doesn't care, and you can leave things just the way they are. But if it bothers you for some reason, you can move the photos to a single drive if you want. In Lightroom select the desired photos or folders (it's easier to do this using Folders) and drag them to the desired drive.
    Alternative if you will be moving lots of folders: Adobe Lightroom - Find moved or missing files and folders

  • Leading zeros not reading in Barcode

    I am trying to get a number field to read in a barcode.  The field has leading zeros hard coded into the field to make it a uniform amount of digits. These zeros are not typed. The barcode will only read the information that is typed and will not read the zeros. Is there a way to change that.

    If you are getting the values form an unformatted text field, then use the "valueAsStrting" property or you could pad the value to include leading zeros.
    You can pad a value with leading zeros either by concatenating a string of zeros for the length to the value and them taking the right most number of digits or use 'util.printf()' method to format a fixed length string with leading zeros.

  • Scanner is not reading properly.

    Hi,
    I am using Java Scanner to read-in some numbers from a file.
    It is skipping some of the inputs randomly and is not reading sequentially..
    What may be the issue here?

    Hi,
    I am pasting my scanner code below,
               File template = null;
                FileReader read = null;
                BufferedReader buffRead = null;
            Scanner scan = null;
            try
                template = new File(templateFile);
                read = new FileReader(template);
                buffRead = new BufferedReader(read);
                String[] values = null;
                String line = buffRead.readLine();//discard the first line
                 scan = new Scanner(buffRead);
                   JLE = scan.next();
                    JTE = scan.next();
                    NOSECT = scan.next();
                    KIN = scan.next();
                scan.close();
                buffRead.close();Here is my input file data,
    Some title here
    28 73 28 11 5000 14 52 12 28 0 24 1250 0
    1 11 3 3 2 1 0 9 10 0 1 0
    3 3 3 9 9 9 1 3 1
    0.00000 0.00000
    0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
    0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
    0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
    0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
    0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
    0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
    0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000 0.00000
    In my code I am removing the first line, i.e title by using buffRead.readLine() and discarding it.
    And later I start reading the actual data into some String variables.
    I have found that this works sometimes.
    Ideally JLE & JTE should be initialised to 28 and 73 respectively (starting numbers in input file).
    But many a times JLE takes value 73 and further used variables reads into values in some random pattern.
    What is the problem in my code?
    regards,
    Praveen
    Edited by: Praveen_Kumar_Jayaram_1985 on 16/07/2008 20:25

  • Good .. I would like to work together I have an iphone 63gs 16gb, I do not read the sim card in itunes gave him the option restore and now I get on the screen that you can not do iphone activation would help me. I'm from Colombia

    Typgood .. I would like to work together I have an iphone 63gs 16gb, I do not read the sim card in itunes gave him the option restore and now I get on the screen that you can not do iphone activation would help me. I'm from Colombia

    Activation requires a SIM card.
    Activation issues are almost always the result of a device that has been hacked or jailbroken. If that is the case, no support can be provided here.

  • My iTunes wont sync to my iPhone its not even reading it like I have it hooked up to my computer plz help

    My iTunes won't sync to my iPhone its not even reading it like I have it hooked up to my computer

    Hey there 2Chainz,
    It sounds like youre being prompted that there is not enough space. I would use the following article to help resolve the issue named:
    iOS: "Not enough free space" alert when trying to sync
    http://support.apple.com/kb/ts1503
    Try disconnecting and reconnecting your device, then syncing again to solve this issue.
    Orphaned files may remain on your iOS device if it is physically disconnected while syncing music, podcasts, videos, or photos. This can prevent iTunes from syncing the iOS device on subsequent sync sessions. When this happens, the Capacity indicator in iTunes may report a large amount of "Other" disk usage for the iOS device. To resolve this issue:
    Turn off the music or photo sync option in iTunes for the device.
    Click Apply to sync the changes to the device.
    Turn the music and photo sync options for the device on again.
    Click Apply again to try to sync the device to iTunes.
    If the 'Not enough free space' alert appears, continue to step 5.
    Turn off the automatic syncing functions for the iOS device. To do this:
    Select the iOS device from the iTunes window and click the Summary tab.
    Deselect "Automatically sync when this device is connected" and select the "Sync only checked songs and videos" checkbox.
    Click Apply to sync the changes to the device.
    Reduce the amount of data that is being synced to the device and resync the device. For example, if syncing your Music library exceeds the memory capacity of the device, choose "Selected playlists" to transfer rather than "All songs and playlists" under the Music tab in iTunes.
    If the 'Not enough free space' alert appears, continue to step 6.
    Restore using iTunes.
    Thank you for using Apple Support Communities.
    Regards,
    Sterling

  • Barcode scanner/ reader on N80??

    Hi
    I have seen a few reviews of the N80 on the web which refer to it coming bundled with a barcode scanner/ reader, but I can't seem to find this on mine. Is this feature/ app hiding somewhere or has it been removed from UK models for some strange reason? Can anyone shed any light on this?
    Thanks
    Cameron

    Hi - well, here's a couple of references from various websites:http://66.249.93.104/search?q=cache:l-nrepFuLlIJ:www.mobileburn.com/review.jsp%;3FPage%3D7%26Id%3D2345+Mobile+Burn+N80+barcode&hl​=en&gl=uk&ct=clnk&cd=1
    http://66.249.93.104/search?q=cache:z1i5cBtuQNkJ:blogs.s60.com/tommi/2006/05/2d_barco​des_will_rule_the_eart.html+N80+bar+code+scanner&h​l=en&gl=uk&ct=clnk&cd=12
    http://www.allaboutsymbian.com/forum/showthread.ph​p?t=46609
    They could simply be wrong, I suppose...

  • How would I create an USB Barcode Scanner Listener using Adobe AIR?

    I want to create a USB barcode scanner listener that would read in the scanned barcode, and place the barcode in a field in my AIR App even if the program wasn't focused on that particular field in the App.  If the client was using the application at the time for something else the scan would be buffered in AIR till requested or the AIR App has been idle for x period of time where upon the field would be brought into focus.
    How would I go about this (I'm developing on windows)  Was hoping for a USB solution within AIR but not fussy at all if I have to go outside AIR to solve this problem.  Java, Flex, ActionScript, Flash, C, C++, C#, VB (currently I've developed the rest of the App using Adobe AIR and JavaScript)
    I thought after some research that I could make a Java App (if all else fails) that listens and buffers the input and passes it along using a socket but JUSB doesn't work on Windows properly.
    I'm not stuck on any one particular implementation or idea just want to get development underway so...  Any ideas? or suggestions would be awesome.  I've googled a lot but haven't found any examples or solid suggestions, so any URL pointing to that information would be great too, if you know of a good one, then I'd be able to read up on any suggestion.
    Thanks,
    Marty

    Thanks Joe,
    Just for anyone else.  I bought a Metologic Scanner - VoyagerCG.  I was trying to get it to work using Java USB for a bit with no luck.  But if you get this scanner or one like it, it can be configured as a Virtual COM Port.  Which is very very easy in Java to set up as a listener and use sockets to transfer the data and listen within AIR.
    This PDF has links to drivers and instructions if this is useful to anyone.
    http://taltechnologies.com/products/Eclipse-Voyager%20Interface%20Options.pdf
    All the best,
    Marty

  • Adobe form barcode scanner input

    I made an Adobe form with X Pro.  The purpose of the form is to inventory equipment.  I use a barcode scanner to enter serial numbers into the form.  When I scan the barcode (Code 39) of an item the serial number entered into the form is truncated.  To ensure that the scanner was reading the barcode correctly I scanned a code while having notepad open, it input the entire serial number correctly.  I did the same thing with Word and the serial was also input correctly.  Why is the form truncating my serial number?  I can type more in the field if I so wish so I know that a character limit is not the issue.  I checked all of the text box's properties but see nothing incorrect or limiting. 
    Thanks for the help,
    Goob

    Sorry for never replying to your post.  The problem is: I do not know why this is happening.
    Your last sentence "on the Text Area the scan seems to stop before entering all digits but when I scroll back through, they are accurate" makes me think.  As I wrote earlier, "A barcode scanner is basically just an input device like a keyboard", but very much faster.  Somehow it seems that the software acts like it is encountering the carriage return before all the data digits have been processed.
    But somehow it also seems to correct itself in a text area that allows multiple lines, but not in a single-line text field.
    Yet that does not happen with my barcode scanner, but with yours and the o/p's.
    Very confusing!  Does anybody else have some thoughts on this?

  • Acrobat Pro 8.0- barcode-javascript-Licensing - reader

       HI,
    I am trying to understand licensing with the use of a 2D barcode, javascript, and the free reader. Basically, I would like to take pre-generated PDFs (no existing forms fields) and in Acrobat pro 8.0 add a barcode to it, launch it from a webpage passing in specific account data to generate the barcode value and then have users print and manually fill out the form. They would then scan in the form, the barcode would be read to associate the form to a patient chart and an 'image' of the form would be uploaded and filed into are system.
    The user would NOT be filling in electronic form data; they would be manually writing in the information. The only thing that would be dynamic on it would be the barcode which would get populated from internal javaScript that parsed information from the webLink call.
    From what I can find on the web is that I have to pay for some kind of form licensing (using liveCycle extension?) if I want to distribute these forms to be read by the free reader. If I am going to distribute these forms to more then 500 individual users (from Acrobat 8.0 Licens agreement 14.13.3)
    This all seems to be true based on the fact that I am using a dynamic barcode (free reader currently grey’s out the barcode unless I “enable user rights in adobe reader’ which then sounds like I am bound to the licensing agreement above)
    Installing and using liveCycle extensions server/app seems like overkill for what I am trying to do. Am I missing something or am I on the right path? I have been calling our sales rep for adobe and trying to talk to others there as well and no one seems to know the answer.
    Thank you,
    - Josh

    re: George Johnson
    Thank you for the response. This process that we are looking to do is necessary. We have 400+ OLD PDF forms that currently are printed by our print shop and then manually filled out and scanned into our system. The current process requires a clinician to log into our scanning system, identify a patient chart, and then identify the type of report they are scanning in. This process is time consuming with possibility of errors (wrong chart selected, wrong form, etc.). Plus, we have to stock up to 400 forms at each location.
    We don’t have the funds to convert 400+ complex forms into electronic submissions where the form fields are discrete and file accordingly. So, what we have come up with to save costs of a new system and reduce potential errors is to add a barcode to each existing form.
    Basically, each form will get a barcode and a javascript function in the onload event to process and parse passed in link parameters.
    So when a clinician clicks on a form link in our EMR system the form will load passing in the patient acct. number and form name into the link parameters (all on our local intranet) so it will get embedded into the barcode on the form. They will then print the form fill out the data (or have the patient fill it out) and then drop it in the scanner. Our scanning system will automatically see the barcode and file the form under the correct patient and form folder based on the barcode info. (A scanned image of the form will save to the patient profile).
    Ultimately we would like to convert all of these forms to electronic signature/submission but we do not have the funds or the time to do this.

Maybe you are looking for

  • Horizontal scroll bar for the adf page

    Hi, We have around 7 tables in single jsff page. Here , we have a requirement like : We need to show horizontal scroll bar for the entire page instead of each table. Is there any way to get this. As of now, we have horizontal scroll bar for each tabl

  • Adding custom buttons to crystal reports html viewer

    Hello, I'm using crystal reports for eclipse and I have a time chart in my report that is displayed with html viewer. I need a button bar to navigate on this chart e.g. the button which adds values to chart for the next month. Is it possible to add c

  • Message Services

    scenario SAP -> PI -> MII -> Legacy system folder PI to MII using webservice MII to Legacy system folder using FTP Requirement: Send messages to legacy system from MII in order MII have received from PI system. And Need Message Monitoring which comes

  • Embedding fonts in dynamic text fields

    I am having trouble embedding a font in my Flash file. I have the font in my library. I have the text field selected to that font with the * next to it. In my actions I have: vid_title_txt.embedFonts = true; If I set it to false instead, it shows a d

  • Returnable packaging accounts

    Hello together, I have a short question regarding returnable packaging accounts: We created an account (ACC1) for Customer A and RP 1 which is valid from 01.08.2007 to 31.12.9999. After a few days, someone else created an account (ACC2) for the same