I am actually facing a really strange bug with an "home made" driver.
I configured 2 points in the DB with different addresses for each chains.
Each point must be updated by each chain respectively every 20s
I've correctly configured the config.redu for both points related to both chain to give the possibility to passive chain to write on active and give its status.
I've connected 2 "watch dogs" mecanisms on each point to check if point is regularly updated (watch dog timeout 50s, that tolerate 2,5 cycles, if timeout expired it set it to default value)
About twice a day, passive point watch dog fall into timeout an set the data to default one.
But if I check the driver logs, driver seems to have written the data correctly every 20s with no time gap or anything else.
Please, help me.... I am at the end of my skills for this point