Related Reading: Using High Speed Counter in Omron PLC
WDT(094) instruction can be used with sub-routines, interrupt tasks and step program area. This instruction can be used to prevent a cycle time error, when there are circumstance that the cycle time will increase due to a temporary increase in processing data. The watchdog timer setting in the PLC Setup is extended by an interval of T × 10 ms (0 to 1,000 ms).
Syntax: WDT(094) [T]
where T is timer setting which specifies the watchdog timer setting between 0000 and 0064 hexadecimal or between &0000 and &0100 decimal.
For execution of this instruction you must setup the PLC timer setting which are present in PLC setting as shown below.

Note: WDT(094) can be used more than once in a cycle. When WDT(094) is executed more than once the cycle time extensions are added together, although the total must not exceed 1,000 ms. If WDT(094) cannot be executed again if the cycle has already been extended to 1,000 ms.
No comments:
Post a Comment