Support Forums
Reset Counter

Hello All,

I am learning with DT80. I get sample every 15 minute and after 1 hour , counter is reseted.

code:

RA15M 3HSC ( "COUNTER_1", =1CV) ' trigger 15 minute

How to reset COUNTER_1 after 1 hour?

I do not write code how. Please help me

Thank you

thuyvan

Hello All, I am learning with DT80. I get sample every 15 minute and after 1 hour , counter is reseted. code: RA15M 3HSC ( "COUNTER_1", =1CV) ' trigger 15 minute How to reset COUNTER_1 after 1 hour? I do not write code how. Please help me Thank you thuyvan

Hi thuyvan,

Adding R as channel option will reset your counter.
You may need to declare a reset schedule before the actual counter schedule if you want to reset it at exact time.

RA1H 3HSC(R,W)
RB15M 3HSC ( "COUNTER_1", =1CV)

Adding W will caused that channel to run on the background without being saved.

Best regards,
Rudy Gunawan

Hi thuyvan, Adding R as channel option will reset your counter. You may need to declare a reset schedule before the actual counter schedule if you want to reset it at exact time. RA1H 3HSC(R,W) RB15M 3HSC ( "COUNTER_1", =1CV) Adding W will caused that channel to run on the background without being saved. Best regards, Rudy Gunawan
16
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