PLC5 BTW & BTR Error Handling

SCADA_Dude

Member
Join Date
Feb 2008
Location
California
Posts
115
When performing a Block Transfer Write and Read operations from analog cards on a A\B PLC 5, is it recommended to utilize the error (ER) bit for error handling or is this really not a concern. If ER isn't utilized, I'm wondering how one would know if the board stops responding to BTR/BTW's, aside from an obvious (possibly) process excursion.

The boards in this case are in the same rack as the processor. On one hand I think this is a moot point given that most of the time if a board fails (in my experience at least); the processor faults - I am puzzled by the ER bit in this sense.

Thanks
 
Yes, check it, why not?. If for no other reason to at least alarm it. See picture below.
In addition to the error bit you might also check the analog value for limits ( under range or over range)

BTError.jpg
 
The error bit can be used to help with finding the problem. It will tell you which Block transfer faulted which can be made into a log.

Example: Off shift tells you the PLC faulted out 3 times last night. You can go to the logs and see that it was this error bit that was set. Now you can narrow your search for problems.
 
I have seen both 1771-IFE and 1771-OFE2 cards fail without causing a PLC5 to fault. In those cases, it was the ER bits on the block transfers that shut down the machines safely even though the analog values were "still there" and in range.
 
That would be a nice troubleshooting tool and doesn't require that much additional programming. Thanks for explaining it that way, I can convince others to see the light now. :)
 

Similar Topics

Dear Pros, Need help on converting PLC5 to Studio 5000.:bow: I found few BTW/BTR block pointing back to Rack 000, group 0, module 0, which should...
Replies
8
Views
2,227
I want to use PLC5 to communicate with flex IO, using RIO. Before I proceed I want to clarify my confusion about the addressing scheme, as I am...
Replies
8
Views
4,029
I have an old PLC5 program with block transfers for many A/I cards. The "setup screens" won't come up because the modules were never added to the...
Replies
7
Views
5,084
This one has me climbing the walls right now... Should have been simple, toss a SDN scanner into the PLC rack, configure it up with RSNetworx...
Replies
4
Views
2,906
I need to setup some bit transfers between two processors, similar to producing and consuming in control logix but I'm dealing with plc5. If it's...
Replies
5
Views
1,866
Back
Top Bottom