Event Timer

David Martin

Member
Join Date
Apr 2003
Location
Ferris, Texas
Posts
2
I have the need to create an intgernal event timer to time and store the duration of a repeated machine process. Also, to create a database of the logged times.
A Keyence KV24 plc is being used for control.
Can anyone help with this task? This is something I have not had to deal with in the past.

Thanks for listening.
 
I do not know what functions are available in your PLC but you should be able to count an internal "tick" into a counter to time your process. Use a 1 second or 0.2 second pulse on a diff up relay into the counter. When the process completes, use a diff up again to move the data to a secure register and then use the same diff up to move 0000 into the counter. The pulse you use will depend on the process time.
If the PLC has a word shift command, you could move the timed data into the first word of the shift register and then pulse the shift register to move the data down the line.
I am used to Omron PLCs and this is a pretty standard instruction with them. You can specify your shift register starting word and how many words you wish to use. When the shift register is full, tha data in the last word is discarded on the next shift.
At the same time, you can use a second word shift register to store the time of day from the real time clock. This can then be matched up with the first word shift. Even more sophisticated method would be to run several shift registers to store day, week, month, even year if you wish.
beerchug
 

Similar Topics

Hi folks. I have a system that I'm working on that needs 2 alarms banners with different event subscription: - One banner for a specific area...
Replies
6
Views
203
From the Red Lion website, after some customer enquiries in the last week or so... Rev. March 25, 2024 [18:30] Just thought it might help a...
Replies
9
Views
305
This may be something obvious that I could learn if I sat down to understand the topic in detail with tutorials and manuals. But sometimes it's...
Replies
0
Views
139
Hello, we have two PC with the FT SE local application and the same project. The one PC is wrong about alarm and event log. When I open the...
Replies
2
Views
518
Kindly, we are having a problem on a machine during night shifts, while no engineering tool is online. So, we were thinking of programming some...
Replies
9
Views
781
Back
Top Bottom