PLC to Server/PC

JFL88

Member
Join Date
Nov 2017
Location
Dayton, OH
Posts
1
I have several pieces of test equipment running Micrologix 1400s and a few running CompactLogix. They are all scanning bar codes on the parts that are being tested and checks the part number portion of the bar code as part of the test. We recently shipped a part with a duplicate serial number to our customer and Im now being asked to come up with a way to send the serial number portion of the bar code to a database either on a PC or a server and have the database check if it a duplicate number and send back a pass or fail. Has anyone done anything along these lines or have any suggestions on how to accomplish this?
 
Welcome to the PLCTalk forum community !

Do you have any sort of PC-based HMI software running on your system that can interface with an SQL database ?

Querying an SQL database for the number of records that match a string is almost trivial; it's a very simple SELECT command.

I do this with a system that uses Indusoft Web Studio as our HMI; every time I process a barcoded workpiece, the first thing I do is check to see if that serial number has ever been processed. Once it's done, I add the serial number to my big table of completed workpieces.

Exactly which software package you use will depend on what you've got installed, which languages you're familiar with, and what your budget is.
 

Similar Topics

Hi, I am new here, also I am a beginner in PLC programming and connection. I have a project in which the programming are made for 5 plcs, the...
Replies
1
Views
301
Hello, im new to this PLC World, im a student currently in an internship, my boss wanted to know if i knew if there is any way to extract data...
Replies
9
Views
1,922
We are using Red Lion DA70s with Crimson 3.2. They are setup as cellular and a router. We have port forwarding rules and whitelisting. All of our...
Replies
1
Views
732
Hi All, I had a question regarding Kepware. I was able to pull in data from my PLC tags along with the tags coming from the third party OPC...
Replies
3
Views
1,079
Hi everyone, Looking for some assistance with using the SNTP AOI from AB. I have tried my laptop set up as a time server and a time server we...
Replies
7
Views
2,736
Back
Top Bottom