rmaier9
Automotive
- Aug 13, 2018
- 4
Hello,
I am relatively new to PLC. I'm well versed in electronics, just not so much PLCs. I was hoping you all could provide me with some direction.
We are trying to capture a long data stream via RS-232. We send a request for data byte. Then come up to 200 bytes of data (length is known ahead of time). We are using the Automation Direct Productivity 2000 Series PLC. The challenge is that it only has a 128 byte data buffer. We are able to capture some data, but a lot of times we miss a data frame due to some missed data points. Our speed then suffers. Maybe 3 data frames per second.
So, from an experienced PLC programmer's experience, should this be something that can easily be done with ladder logic? Or, is there some sort of intermediary device that will buffer the data for us?
Asynchronous communication seems to be the easiest to implement. I'm guessing the best way is through a converter module. If so, any recommendations on a decent device for this?
One more thing, using Serial TTL 0-5 vs the RS-232 +/-15V would also make my life easier.
I am relatively new to PLC. I'm well versed in electronics, just not so much PLCs. I was hoping you all could provide me with some direction.
We are trying to capture a long data stream via RS-232. We send a request for data byte. Then come up to 200 bytes of data (length is known ahead of time). We are using the Automation Direct Productivity 2000 Series PLC. The challenge is that it only has a 128 byte data buffer. We are able to capture some data, but a lot of times we miss a data frame due to some missed data points. Our speed then suffers. Maybe 3 data frames per second.
So, from an experienced PLC programmer's experience, should this be something that can easily be done with ladder logic? Or, is there some sort of intermediary device that will buffer the data for us?
Asynchronous communication seems to be the easiest to implement. I'm guessing the best way is through a converter module. If so, any recommendations on a decent device for this?
One more thing, using Serial TTL 0-5 vs the RS-232 +/-15V would also make my life easier.