You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sent data ist structured as follows: Module struct { ModuleID int StationID int Main_ID string Error_Code int Result int Time int64 }
Data is sent "block wise" from a module, a plant can consist of multiple modules.
The sent data ist structured as follows:
Module struct {ModuleID intStationID intMain_ID stringError_Code intResult intTime int64}Data is sent "block wise" from a module, a plant can consist of multiple modules.