Hi all,
There is a problem with communication between Aggregate Server and Agent devices.
During server operation, ID of communication request/respond is increasing. In Aggregate Library (aggregate.tbs line 74) the id have size 8. When id reach 99999999, it does not roll over to 0, but increase to 100000000, the server "hangs" and all devices become offline, because controllers can't process the request. And then the server must be restarted.
I rebuilded the project with bigger string (10) and it is working fine for now. But the problem is there, just will take more time to occur.