SLC 5/03 runtime error S6:0034

tearhole

Member
Join Date
Aug 2006
Location
Iowa
Posts
12
I have a problem that I am trying to solve.
Problem: SLC 5/03 reports "a negative value for a timer accumulator or preset value was detected"

My question is how can I determine where the value is located so that I may track down its source?

Any suggestions are appreciated.
Thank you
Chris
 
Go online and open up all the timer data files and look for a negative preset in any of them.

Then right click and find all, to see what in the ladder might be writing to those addresses. If you don't find any ladder logic that might be causing the problem, there could be a device on a comm channel writing a bogus value to a preset.

If the timer is scanned with a negative value for a preset or accumulator you will get this fault. If you take corrective action (ie. If tx.pre <0 MOV 0 tx.pre) before the timer instruction, you should be able to keep the process running while you track down the cause.

Paul

EDIT: Also look at:
Fault/Powerdown (Rung #) S:20 - (File #) S:21

This is the word and file that the processor last executed before a major error or powerdown occurred.
 
Last edited:

Similar Topics

I am copying this questions from member E Nabors in the Practice Forum: http://www.plctalk.net/qanda/showthread.php?t=81258 SLC 500 error: "a...
Replies
0
Views
2,090
I have a SLC 500 that looses the program sporadically when powered up. Yesterday we actually were able to retrieve an error from the processor " a...
Replies
1
Views
2,786
Quote A "Stuck" Runtime error is detected on I/O module 3 Un-Quote In a System comprising: SLC 5/01 CPU / 16 Input DC Sink / 8 Output Relay /...
Replies
3
Views
4,629
I have a SLC 5/02 PLC in my office that I use to play around with (beginner)I have been useing this PLC for some time, Im using the 1747-UIC...
Replies
3
Views
7,901
I have done some searching and found the cause of this error (1F51h) A loss of communications with one of the I/O cards caused by either the...
Replies
7
Views
4,231
Back
Top Bottom