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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: