25.03.2022, 10:03
In our project the following two-way communications needs to be achieved between LM and Cloud server.
- KNX command needs to be executed by Cloud server......this can be achieved with your scada-remote API
- All KNX object events needs to be transmitted to the Cloud server.....this could be achieved with your event script by mass edit and add TAG to all objects.
Under these circumstances,
1. First of all is this operation possible? as it generates high load?
2. Is it possible to handle this operation in a parallel (asynchronous) way? The event-based scripts are executed in a single queue-like manner but the KNX event should be transmitted to the Cloud server as simultaneously as possible and I want to avoid the delay.
- KNX command needs to be executed by Cloud server......this can be achieved with your scada-remote API
- All KNX object events needs to be transmitted to the Cloud server.....this could be achieved with your event script by mass edit and add TAG to all objects.
Under these circumstances,
1. First of all is this operation possible? as it generates high load?
2. Is it possible to handle this operation in a parallel (asynchronous) way? The event-based scripts are executed in a single queue-like manner but the KNX event should be transmitted to the Cloud server as simultaneously as possible and I want to avoid the delay.