Timer with counting down on FTview

Zakonenko

Member
Join Date
Jun 2015
Location
Bolgary
Posts
11
Hello, all!

Maybe someone had the same problem? I use the Rockwell Automation software.
I need to make 24 hours timer indicator with minutes on FTView (example: "09:55 remain") using my Timer (TON) in RSLogix5000 which have value 86400000. How to make it, maybe there is some addon or some easy way? :(
 
Last edited:
Why don't you try counters along with one timer TON, with base set at 1 sec and Preset at 60. One counter for Minutes and other for Hours. Reset the timer after 60 sec and Increment your Minutes counter to 1. Reset your Minutes Counter after 60 and Increment Hours counter to 1. Reset your Hours counter after 24. This would be lot simpler, I believe.
 
Here is a subroutine I made. It will CONCAT all information into one string for display. Make new blank program and import subroutine. That way you can see all the rungs and not impact your current program.
 

Similar Topics

Hi, I am wanting to know if this is possible using S7: When a 1 hour timer has been triggered (count up timer), to detect when the 1 hour timer...
Replies
6
Views
2,153
Dear All, I have a problem with the Simatic Timer. I'm writing a program to check the pulse signal input, if the input signal is keep changing...
Replies
12
Views
2,840
Got into a bit of a debate the other day, and wanted to get some gurus' opinion/expertise on the subject. When duration of an output's ON (or...
Replies
9
Views
10,768
I have some logic that I have written within a 5380 series controller that tracks the time an event is started, while the event is running an RTO...
Replies
2
Views
93
Hi all, I have a simple question that I have overcomplicated and gotten stuck on. I have a variable, we can call it "light" that I need to stay...
Replies
4
Views
316
Back
Top Bottom