Studio 5000 Watch Timer Access in Code

Sham

Member
Join Date
Sep 2019
Location
Australia
Posts
152
Hi all,

Anyone of you knows if it is possible to access the watchdog timer directly in my code somehow? I have formed the logic of replicating the function of watchdog timer, but curious to know if it can just be done directly? I am using Control Logix.

Thanks
 
Sham said:
Hi all,

Anyone of you knows if it is possible to access the watchdog timer directly in my code somehow? I have formed the logic of replicating the function of watchdog timer, but curious to know if it can just be done directly? I am using Control Logix.

Thanks

Hi,

I assume by "the watchdog timer" you mean for a Task within the project? If so, then you may access a Task WatchDog attribute using a Get System Value (GSV) instruction.

If you reference page 188 in the following document...

Logix 5000 Controllers General Instructions Reference Manual

...you will find an example of doing just that (Example 3: Getting Task Status Information...third GSV instruction).

Regards,
George
 

Similar Topics

Hi all, I am wondering if there is a way to import a custom Watch Window into Studio 5000 (i.e. version 32 through 35). Essentially I am...
Replies
7
Views
1,713
Hi, how do I convert 2x Integer registers to a Real? The two integers are from Modbus registers that contain a floating point value, I need to...
Replies
2
Views
102
What is the best way to extract the hour and minute from the register that comes from Yaskawa VFD. In studio 5000 I have a register saved as INT...
Replies
3
Views
101
I have an Allen Bradley temperature switch that I am trying to use in studio 5000. I am getting the message "Unable to interpret the IODD file"...
Replies
0
Views
64
Hi all. I want to ask what may seem a stupid question, as I have a project to send live data to a Yeacode line printer which will print meterage...
Replies
10
Views
184
Back
Top Bottom