Support Forums
DT82I-3 Sunshine duration Counter

Hello,
i wish to count the Sunshine duration with the DT82I-3 over the digital input.
The Senser does have a Digital Output. Sun =1 otherwise =0
Now i wish to Count the total Time of the sunshine duration each day and log to CSV. This means. The Counter Starts each Midnight with : 0h 0m 0s and count the Time the digital input does have the input status "1"(high).

How can i solve this task?
Any Idea?

Many Thanks for you support!

Hello, i wish to count the Sunshine duration with the DT82I-3 over the digital input. The Senser does have a Digital Output. Sun =1 otherwise =0 Now i wish to Count the total Time of the sunshine duration each day and log to CSV. This means. The Counter Starts each Midnight with : 0h 0m 0s and count the Time the digital input does have the input status "1"(high). How can i solve this task? Any Idea? Many Thanks for you support!

Hi JXA,

You can use CV counter and have a channel to read sunshine duration sensor on a minute schedule.
Example:

RA1M
1DS(=1CV,W)
IF(1CV==1){10CV=10CV+1}

RB1D
10CV("No of Hours")
DO{10CV=0}

Best regards,
Rudy Gunawan

Hi JXA, You can use CV counter and have a channel to read sunshine duration sensor on a minute schedule. Example: ```` RA1M 1DS(=1CV,W) IF(1CV==1){10CV=10CV+1} RB1D 10CV("No of Hours") DO{10CV=0} ```` Best regards, Rudy Gunawan
38
1
2
live preview
enter atleast 10 characters
WARNING: You mentioned %MENTIONS%, but they cannot see this message and will not be notified
Saving...
Saved
With selected deselect posts show selected posts
All posts under this topic will be deleted ?
Pending draft ... Click to resume editing
Discard draft