Nikola Gramatikov Posted August 15, 2017 Report Posted August 15, 2017 Hello, I need a proposal how to make TA for more than 99h. Simple to have a service hours counter for blowers or etc. When the blower starts - timer starts. When it stops - timer stops. I'll be glad if you have any ideas Best wishes, eng. Nikola Gramatikov
MVP 2023 Flex727 Posted August 15, 2017 MVP 2023 Report Posted August 15, 2017 Just have a 24 hour timer which increments a "Days" counter (or integer operand). Or if your display must be in hours, then a 60 minute timer that increments an "Hours" counter (or integer operand).
MVP 2023 Joe Tauser Posted August 22, 2017 MVP 2023 Report Posted August 22, 2017 Don't use a timer. Make your own. I posted a program in this thread that demonstrates this- You should be able to modify it to meet your needs. Joe T.
hotwires Posted August 25, 2017 Report Posted August 25, 2017 I just take a 6 min timer (time base) linked to contact (true for one scan then timer self resets) + (logical AND) with motor output contact then drive an INCREMENT DW FB. While output is true the DW (Uint) increases in tenths of hours. Add decimal point shift one left and you have HOBBS hour meter. A reset numeric can be triggered elsewhere in ladder to clear the time count. -dB
Nikola Gramatikov Posted September 17, 2017 Author Report Posted September 17, 2017 Thank you guys. Joe's solution works for me :-)
PeterFukt Posted September 18, 2017 Report Posted September 18, 2017 Hi, I made a solution like this to count runtime hours for a fan. In the HMI I can both read, edit and reset the ML4 value.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now