Plc

Join Date
Jun 2002
Location
Chicago
Posts
3
I have a software process that programs an RFID chip. A Box (containing the chip) is slid down a ramp and it hits a stop. Above the stop is the RFID encoder. currently once the chip has encoded successfully the operator manually releases the stop to let the box continue down the ramp. I would like to automate the stop...Someone suggested a PLC to me...I want this to be even driven...meaning only after the chip has encoded successfully can it be released. Can My software "talk" in real-time to the PLC to produce these results?

-engineerwannabe
 
Your software can communicate to a PLC. Others on this message board are going to have to fill you in on how, because I've never tried this sort of thing before.

RSLinx (Allen-Bradley) supports the protocols (DDE?, OPC?, ActiveX?) that are necessary to link the PLC memory tables to your application in the same way you would link a spreadsheet or database.

AK
 
If I understand you correctly, you're using your own proprietary softward to encode the RFID tag rather than using a commercially available product.

If that's the case, then your system may be a good fit for a soft PLC. That's software that runs on the PC and controls the machine functions in response to input data from sensors and operator actions.

If you're using a commercial RFID system, the manufacturer probably has application experience integrating their hardware with PLCs.
 
Yes...it is my own software...suggestions on where to find more information on Soft PLC. Also, where can I look for a device to to stop the box (weighs 1 oz.) when travelling down my incline.
 
I got a question? Once the RFID has been encoded how does the operator know to open the gate?

If you are turning on a light/horn etc to notify operator then you are halfway to automating it now. You could use that signal to start a process to open/close the gate. May not need a plc if the gate is only thing involved, a timer may suffice.
 
If you are programming in a high level language like "C++" or Visual Basic and you have an ethernet or serial port available the easiest route is to use a remote I/O block like Opto 22. They have sample programs that you can patch into your software. Essentially you write a command to the serial port to turn on an output to open a valve to move the gate. Contact your local supplier and he will be able to offer some assistance in selection and progamming.
 

Similar Topics

GitHub Link: Open Industry Project This is a side project I've been working on for some time. The goal is to provide an open platform for...
Replies
0
Views
93
Dear All, Currently i'm working with Endress Hauser flowmeter and AB PLC and try to integrate with 2 items. Flow meter spec using is Promass...
Replies
5
Views
118
Can I connect two A-B Panel View 7 to a A-B PLC. Same graphics etc. One on the local control panel and the other Panel View 7 in a remote control...
Replies
2
Views
55
Hello, I'm working with Studio 5000 and ME Station, and I'm trying to find a way to detect if the PC with the HMI is shut down or not. I've tried...
Replies
5
Views
143
Hi all smart and knowledgeable people.I have a hmi connected to 2 Plcs via ethernet.These 2 Plcs connected to control 2 systems in one machine...
Replies
2
Views
110
Back
Top Bottom