S7 timers

SirCumference

Member
Join Date
Aug 2014
Location
Milwaukee
Posts
24
Hi, I have the following line of S7 STL code,

Code:
AN     DB65.DBX2.0
AN     T62
JCN    OVCE

To borrow some terms from Rockwell PLC timers, would this code be performing an AND NOT operation with timer T62's EN bit, or with its DN bit? Or maybe something else? Thanks!
 
It is a AND NOT of the timer done bit.

If that is the whole code, then the RLO is ON if both the timer bit and the DB bit are OFF.

The JCN is jump conditional if the RLO is OFF
 

Similar Topics

I recently did a program conversion from logix 500 to studio 5000 and when machine runs it depends on two ton instructions to keep the machine in...
Replies
17
Views
489
Hi, I'm quite new to Rockwell PLC and currently trying to implement the following if Sw1 then for i:=1 to 20 by 1 do xEnable := 1...
Replies
9
Views
397
I'm writing some alterations to an FPWin program and need to see the running value of timers so I can set them correctly. It's my first time with...
Replies
0
Views
143
Hi everyone I am using Winproladder software for programming FATEK FBs PLCs and in programming, we often use Timers for activation of the...
Replies
4
Views
615
Hi all, I have what is likely not a complex issue, but I am working in Automation Studio and want an accumulating/retentive timer when a...
Replies
17
Views
1,941
Back
Top Bottom