using rto in connected components

Mueller34

Member
Join Date
Jan 2022
Location
Wisconsin
Posts
56
Hello,

I am new to playing around in connected components and using RTOs in general. My question is does the RTO instruction in ccw have a timer timing bit like the TONs and TOFs in rslogix? I'm guessing this is just the input bit?

Thanks,
Eli
 
Yes, well, [XIC input_bit] ANDed (in series with) [XIO rto.DN]

Or is that rto.Q, I forget?

rto.q would be the done bit. I just wasn't sure if ccw had a TT bit like in rslogix 500. the TON has the REDGE bit. Which I did find that the rto has the .IREDGE bit which is pretty much what i was looking for
 
rto.q would be the done bit. I just wasn't sure if ccw had a TT bit like in rslogix 500. the TON has the REDGE bit. Which I did find that the rto has the .IREDGE bit which is pretty much what i was looking for

I believe you have to make your own form of a TT bit in CCW.
 
I believe you have to make your own form of a TT bit in CCW.

+1

Cf. this link.

TL;DR


.IREDGE in CCW is the same as .EN in RSLogix 500.

There is no equivalent in CCW for .TT* in RSLogix 500.

* .TT is "Timer is Timing;" see this link and image below.

See also CCW Trend below demonstrating that .IREDGE is not analogous to .TT, because .IREDGE does become 0, like .TT does, when timer completes.

xxx.png

yyy.png
 
Last edited:

Similar Topics

I am using an RTO to log the amount of time a button has been pushed. I was wondering when I add it to the rung how do I set the preset? It wont...
Replies
12
Views
1,894
Hello, fellow PLC enthusiasts, I’m a newbie in PLC and am currently on a project that involves connecting an Omron CP1E (CP1W-CIF11) PLC to an...
Replies
2
Views
70
Hi, I wrote a sequence loop using EQU and MOV instructions and would like to validate that i'm doing this properly. i attached a picture of the...
Replies
15
Views
621
Hi I'm very new to PLC programming and I'm trying to find out if this library (Tc2_NcFifoAxes) is necessary for our task In our case we need to...
Replies
0
Views
63
I have a project to automate four generator sets. The system will monitor and store the load demand of the factory. Once there's Power outage, the...
Replies
0
Views
98
Back
Top Bottom