- Jul 30, 2020
-
-
Thomas Juerges authored
- State machine checks for properties that get their values from the OPC server. - Refactored attribute names to be all lower case. - Got rid of the two functions that enable/disable data fetching in the data thread.
-
- Jul 17, 2020
-
-
Thomas Juerges authored
Still mostly templates.
-
- Jul 02, 2020
-
-
Thomas Juerges authored
-
- Jun 26, 2020
-
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
-
- Jun 24, 2020
-
-
Thomas Juerges authored
-
Thomas Juerges authored
-
Thomas Juerges authored
Thanks, Python3, for still being a Pita.
-
Thomas Juerges authored
-
- May 28, 2020
-
-
Thomas Juerges authored
-
- May 20, 2020
-
-
Thomas Juerges authored
-
Thomas Juerges authored
Also remove all the locking that somehow blocked the entire Python program.
-
- May 18, 2020
-
-
Thomas Juerges authored
The attributes cannot be used before they get written to or otherwise somehow magically updated. Therefore I added peoprties with default values that I assign in the init_device method.
-
Thomas Juerges authored
The devices that run in this device server connect to OPC-UA servers that provide crosslet station stats.
-