Greetings,
1. I would like to ask how the two Every functions are used, is it directly called in the channel? For example, if the EveryMin() function is executed once per second on the channel, how often is the argument passed to EveryMin() executed?
EveryMin()
EveryHour()
2. What count is this? Is it correct to input data (or calculated) into the channel to calculate pulse once?
CountPulse() // Counts a pulse of the specified channel.
3. How does this function work? Do you need the user to make the call? Where can I make the call?
HourStarted() // Indicates that a new hour has started. The result is true once for each channel.
Thank you for your help.
Thanks & Respect!