I'm thinking of hooking an output of my W/C to my Allen Bradley SLC500. It does not have network capabilities (too costly) :angry2:
I would like to xmit the temps and analog data to the SLC500 from the W/C. Also use the W/C as a backup if the SLC fails or a component fails.
The SLC500 has an interactive touch screen that I've added to it and program it for whatever I want to display. I can use this screen to do my alarms, display data and enter data that can be moved from the PLC to the W/C if needed.
Problems:
1: The SLC has 24VDC inputs(at least the modules I have)
I plan on using an ULN2003A to convert the TTL to 24vdc. 2 are on the way from ebay.
2. Figuring out the code to use to xmit the temp sensor data as a string with seperator for the pulses and another seperator for end of string or begin string.
Would it be more more useful to set the outputs up as BCD and use several? The ULN will give me 7 outputs total.
I'm thinking if I can create some code that will xmit and receive serial data on an input and output, I free up my I/O.
Anyone ever try something like this or have any suggestions on the code?
Thanks
I would like to xmit the temps and analog data to the SLC500 from the W/C. Also use the W/C as a backup if the SLC fails or a component fails.
The SLC500 has an interactive touch screen that I've added to it and program it for whatever I want to display. I can use this screen to do my alarms, display data and enter data that can be moved from the PLC to the W/C if needed.
Problems:
1: The SLC has 24VDC inputs(at least the modules I have)
I plan on using an ULN2003A to convert the TTL to 24vdc. 2 are on the way from ebay.
2. Figuring out the code to use to xmit the temp sensor data as a string with seperator for the pulses and another seperator for end of string or begin string.
Would it be more more useful to set the outputs up as BCD and use several? The ULN will give me 7 outputs total.
I'm thinking if I can create some code that will xmit and receive serial data on an input and output, I free up my I/O.
Anyone ever try something like this or have any suggestions on the code?
Thanks