Pick By Light cheapest way todo this

userxyz

Member
Join Date
May 2002
Location
any
Posts
2,768
Hi,

We are looking for a standard to translate XML's files (shared folder) that comes from ERP to control Pick By Lights. At this moment we have a beckhoff PLC that control the Pick By Lights with a custom made VB application that processes the XML files.

We are looking for a system without the need of a PC. I proposed a Siemens 1200 PLC with a comfort panel to translate the XML's to the PLC, but a collegue didn't agree. He is talking about Arduino...

Personally I don't think Arduino should be used in professional environement.
However, if this works...
I've red that Arduino and parsing XML's file's is tricky...

Are there PLC's that can parse XML's ? That would be the best solution..

Kind regards,
Combo
 
Hi,

We are looking for a standard to translate XML's files (shared folder) that comes from ERP to control Pick By Lights. At this moment we have a beckhoff PLC that control the Pick By Lights with a custom made VB application that processes the XML files.

We are looking for a system without the need of a PC. I proposed a Siemens 1200 PLC with a comfort panel to translate the XML's to the PLC, but a collegue didn't agree. He is talking about Arduino...

Personally I don't think Arduino should be used in professional environement.
However, if this works...
I've red that Arduino and parsing XML's file's is tricky...

Are there PLC's that can parse XML's ? That would be the best solution..

Kind regards,
Combo

I think parsing XML is a non-trivial problem no matter what platform you are using.

In theory, any PLC that has some basic string functions to parse the giant text string that is an XML file should be able to do it.

In practice, I'm not aware of any XML parsing libraries or instructions, you'd probably need to start from scratch. This is hypothetically possible in LAD, but almost certainly needs to be done in Structured Text. Also, good luck reading data from a shared drive in a PLC.

If it were me, I'd try to get a PC somewhere (ie the ERP system) to parse it and send to PLC via OPC. Maybe an HMI could do it, maybe a dedicated gateway like the hilscher nettap, anybus, etc could do it.
 
Last edited:

Similar Topics

Hi, we work for the IT department and are new to Modbus/PLC/... so sorry if this is a newbie question. W e're trying to create a Pick To Light...
Replies
1
Views
2,098
I am in the begining stages of a project and I was just looking for some opinions. The gist of the operation is 1-Bricks are pushed down a long...
Replies
18
Views
5,805
We've been looking at purchasing a "pick-to-light" system in our product storage cooler. After investigating the capabilities of several potential...
Replies
10
Views
4,442
Hi, We normally use the Allen Bradley 100-c contactors with electronic coil wich has low pick up current. These range up to 27,5kW. Now I need...
Replies
18
Views
5,004
Hello, this is my first post here so please be gentle. :) How could I pick the perfect generation of a PLC? For e.g when I pick a PLC for a new...
Replies
13
Views
3,168
Back
Top Bottom