DanMan123 Posted May 4, 2016 Report Share Posted May 4, 2016 Hi All, Sorry, I am new to this and was wondering if someone could help me. I have a number of results that I want to be able to tag to a specific barcode. The basic idea is that I want to first scan a barcode which will be linked to a device, then I want to test this device and the results gathered from it (Voltage, Current etc.,) could be stored in a data table along with that barcode, so when that barcode is scanned again, those results would be again displayed. Is this possible to do and if so, how would I go about doing it. The equipment I have is a V570, A metrologic 7120 barcode scanner and the values I want it to store are voltage, current and two calculated values from the PLC. Thanks for reading! Best regards, DanMan Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted May 15, 2016 MVP 2023 Report Share Posted May 15, 2016 Totally possible. Start by looking at Help->Examples .. Project Examples->FB Protocol. You'll read barcodes as strings via the RS232 port and extract the data you want using the String functions. Beat on it a bit and post your code for more specific help from the forum. Joe T. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now