Omron CX programmer retentive timer

gzPLC

Member
Join Date
Oct 2018
Location
Texas
Posts
39
I wanted to use a retentive timer where I can read the accumulated time in the time(i.e. the PV of the timer).

I the case of allen B we use RTO(i.e. retentive timer ON).


Application:
When my trigger is ON the timer starts timing.
when it goes OFF the timer pauses.
when it goes back ON it resumes the timing.
and after some time I want to read how much the timer has timed.


Any Solution to this in Omron?
 
Even with retentive timers on AB's to log runtime I usually cycle a 6 second RunTime timer.

For each pump, conveyor, blower, etc i want to log:

XIC RunTime.DN XIC Pump1_Running CTU Pump1_1Minute [preset = 10]

When the 1Minute counter is Done I add 1 minute to the runtime log and reset the 1Minute counter.

Over the time of a week the 6 second check is fine, and only off a few seconds when compared to retentive timers.

On the plus side, standardizing it this way transposes to all platforms I come across.
 

Similar Topics

Hello ! I am trying to use an omron cj2m-cpu33 with a CP1W-CIF01 plug in serial connector to talk to a zebra ZT610 printer. I am getting the data...
Replies
8
Views
369
I am using a function block that has a in/out parameter that is a structure. The structure has an array as one of the elements. I can index the...
Replies
1
Views
732
Is there a way in CX-Programmer to call Ladder Instructions from a structured text program? I can see several functions in the autocomplete...
Replies
3
Views
1,943
Is there a way in CX-Programmer to call functions from a structured text program? I have found this manual that seems to describe the process...
Replies
1
Views
1,048
Is there a way in CX-Programmer to initialise an array? Set all values to zero or false depending on the data type Solutions in Ladder and...
Replies
2
Views
1,271
Back
Top Bottom