Sign in to follow this  
Followers 0
Transistor

SLC 5/05 communication with ASCII serial device

1 post in this topic

I wish to send a temperature set-point from an Allen-Bradley SLC 5/05 (Ethernet) PLC to a water temperature controller and read back the actual value. [ PLC ]<---------->[ Temperature Controller ] The temperature controller RS485 comms supports protocols for moulding machines from Arburg, Battenfeld, Billion, Demag, Dr. Boy, Engel, Frech, Husky, KraussMaffei, Netstal, Sumitomo, Toyo and ‘Spezial’. They have given me the details for Engel’s Interface Protocol P2 which is 8-bit ASCII. Question: What's my best option for this? Buy a BASIC module? [ PLC ] [bASIC]<---serial------->[ Temperature Controller ] Use the serial programming port directly? [ PLC ]<---serial------->[ Temperature Controller ] Use an Ethernet message to some external programmable serial server? [ PLC ]<----Ethernet---->[serial Server]<---serial--->[ Temperature Controller ] I've modified and debugged A-B PLC code but I'm not very familiar with their hardware. Many thanks.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0