Sign in to follow this  
Followers 0
Aldoit

ZelioSoft ladder language

2 posts in this topic

Hi all,

 

I'm quite new to this all but here goes.

I have a SR2 system that manages a hydronic heating system, coordinates demand and valves, etc

I was wondering if there is a function in ZelioSoft that would allow me to measure how much time a valve is open (how much time a command is active). So after the heating season, I could see where the demand was in the system (in hours).

So far, the function I've seen do not allow this. (Counter will activate when there is a demand, but will not account for time). 

Anybody knows if this is actually feasible ?

Thank you

 

Share this post


Link to post
Share on other sites

i skimmed over instruction set and yes there are options to measure time using timer or not. timers are really just counters. if the built in version does not work for you (maybe you need different range etc) then make your own using clock and counter. counters are always edge sensitive so to change counter value use input that is stream of clock pulses enabled when valve is open (just AND them).

Share this post


Link to post
Share on other sites

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 account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0