Allen Bradley 0 Channel serial
Pyrotex
Posts: 5
Looking for some help in interfacing a Propeller to a Allen Bradley PLC 5 zero channel. I would like to read and write to the integer tables.
Comments
-Phil
From experience, this is not a project that will just fall into place. The protocol is not meant to be easily understood. Unless this is a very valuable project (either in terms of keeping a plant running, or in possible future sales) , it may not be worth the investment in time and programming effort.
To move forward, start by trying to read a plc register by sending the appropriate command via the KT's serial port.
In some projects I did years ago, it was actually easier to put a BASIC module in the rack and get an ASCII string out of its serial port. A second method is to get a headless PC, load the Allan-Bradley drivers on it to communicate with the KT and process the data with a Visual Basic program.
Don't envy you the challenge!
Cheers,
Sourceforge also has some freebie DF1 Projects (Advanced HMI comes to mind) that could be reverse-engineered to get some ideas.