(Type 06) Watchdog Fault

LITStudent

Member
Join Date
Jan 2016
Location
Ireland
Posts
5
Hi I am working on project for college.. the PLC code (attached) is causing the following fault to occur:

(Type 06) Watchdog Fault
(Code 01) Task watchdog expired. May have been caused by an infinite loop, a complex program, or a higher priority task.
Task: MainTask
Program: MainProgram
Routine: MainRoutine

When the program gets to rung 12.. its likely that the error is due to an infinite loop.. anybody have any ideas on what I am missing? Thanks for taking the time to read this..
 
Are all of your test bits on?

If zEMtest.4 is off, then your index will never increment, meaning search loop will continue infinitely. Well, until your watchdog bites it.

I agree with Jeremy. A screenshot of the live code would be helpful in diagnosing the problem.
 

Similar Topics

Hey guys, I just wanted to see if any of the bright minds on here had any opinions on these relay interface modules. Particularly, I would love to...
Replies
1
Views
66
Hello, I'm hoping someone can help me with understanding how to set/change these data types. We recently swapped from Invertek to AB drives...
Replies
1
Views
100
I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
10
Views
290
Hello, I am learning to create shapes and VB Scripts in HMIWeb Display Builder. I wanted to change color of my rounded rectangle by script. I...
Replies
0
Views
122
Back
Top Bottom