Computer Linked To Plc??

32racer

Member
Join Date
Dec 2004
Posts
11
I AM DESIGNING A CONVEYOr system that will be used in the dry cleasning industry. it will automatically send clothes to the proper rail for differnt stores. it will be used in large central plants where they are doing the cleaning for 5 or six stores. what i do not know how to do is connect the plc to the compter system that the cleaners use to make there tickets and keep up with the orders. they use bar codes and handheld scanners. i need to use the computer to tell the plc which rail to put the clothes on any ideas or help greatly appreciated
 
32racer said:
what i do not know how to do is connect the plc to the compter system that the cleaners use to make there tickets and keep up with the orders. they use bar codes and handheld scanners. i need to use the computer to tell the plc which rail to put the clothes on any ideas or help greatly appreciated

Well, it sounds like you have it narrowed down to about several hundred hours of research to get this working. There are several things that you are going to need to know about their "computer".
 
Last edited:
SCADA Package

It sound like you need a SCADA (supervisory, control and data aquasition ) package. The best around is CITECT. Very user friendly if your PLC/computer savvy. They range from 75point to unlimited and are used world wide for operator interface terminal software. You should be able to pick up a fully functional package for free which will let you test all you want but will shutdown after 20 minutes. Check with the Citect website.
Regards
Steve D
 
Welcome another Citect fan. Have you tried others? I have and come back to Citect every time.
 
Another option that can run your barcode system is SQL server we currently run our Omrons to a Noax touchscreen sending the data in Ascii. This in turn goes to the SQL/AS400 data base then the resultants are returned to print the labels from the Datamax printers.

In essence there is nothing unusual in your application however you need to determine what PLC your using. What software on the PC is needed. The scanners won't be a problem as they usually transmit in Ascii. which printers your using. Keeping in mind tyhat they will usually accept half duplex only. again in ascii format.
 
As 93lt1 mentioned, you need to know something about the "computer" both hardware and software. Is it a PC? How is the data stored? Is it multitasking (Windows) or some realtime opsys? Is it an open system? If data is stored in an open database like Access or Paradox, then there are a lot of tools and possibilities around. Else, if this is an old DOS-system or some properitary program, you may forget about the whole idea of system integration. Unless you happen to know the programmer (and have a gun pointing at him/her). If this is not an open system: start from scratch with CITECT or Wonderware or some other SCADA software like Steve D suggests.

Helge Slettvoll
 
tracking

I realize there is a lot involved in this project, but here are a few hints.

Include the store assignment as the last two digits in the barcode, then strip the rest of the digits off. Use that to compare to a lane (store) assignment. If compare equal then activate diverter when product reaches the divert point. The divert point can be determined with a pulse encoder activating a counter and using a value equal to the distance. I know that there is a whole lot more than this, such as bit shift instructions and counters to keep up with many packages in process at the same time. For this process, the barcode labels were printed and assigned at the beginning.

The data flowed something like this. The barcode was scanned, the scanner was attached to an ASCII to DF1 interface (AB).The ASCII was retrieved by the SLC500 PLC, there the barcode was stripped out as outlined above. From there, a PC was attached to another port of the ASCII interface. They used a simple Visual Basic program to transfer the complete barcode data into a MS ACCESS database. The ACCESS database was then read with ORACLE software to get the info to the AS400 mainframe.

I hope this will give you at least a little help.

Sid
 

Similar Topics

Has anyone installed Hp laserjet pro 4203 to OMNI 3000 or 6000 via ethernet..Is there a specific Config? I have a problem..Please advise
Replies
0
Views
57
A project recently went through to replace an old computer that was running Wonderware with a new computer. After a bit of work I was able to get...
Replies
7
Views
450
I would like to temporarily install AdvancedHMI on the same computer as FactoryTalk View SE. I am waiting for another contractor to finish the FTV...
Replies
3
Views
556
My customer wants me to set up their industrial computer hmi running factory talk view se client in the following way. They want to use a single...
Replies
11
Views
1,032
Hi everyone. Ifix scada is new for me. Please help help me to clarify is it possible to open Ifix scada runtime on dual monitor and how to do? Thanks
Replies
1
Views
440
Back
Top Bottom