Hi Mikhail,
I am working on a Timer to count Minutes and Seconds. My application is to provide a button for user to click to reset the Timer back to 0.
I used Auto Control Module to send a RESET command to the Timer when user clicked the button. The result is as expected as the Timer is reset back to 0.
I want to record the reset click action as an Event. The record shall record:
– The time when user click the reset button
– The Timer counted Value just before reset to 0
My channels configuration (102 is Timer Value, 103 is output channel Button):
https://ibb.co/BVjfhtF
My auto control module configuration (I want to copy 102 value here):
https://ibb.co/RHssNZ9
https://ibb.co/F8kWBXz
However, I always get the copy value 1 as the result (looks like copy from 103):
https://ibb.co/ck4LmDL
Pls advice for the correct configuration.
Thank you.