-
Notifications
You must be signed in to change notification settings - Fork 1
Supported devices
Matej Troják edited this page Mar 18, 2021
·
10 revisions
Each class contains list of available device types with link to their implementation. There can be found command interpreter with particular command ID
s and documentation of individual commands. The table also contains extra initialization parameters (if applicable).
Class | PSI | Phenometrics | SEDtronic | MettlerToledo | |||
Type | [PBR](https://github.com/SmartBioTech/DeviceControl/blob/e2e169849766b1eba045e4b24f05b9937edb9e3d/app/workspace/devices/PSI/java/classes/PBR.py) | [GAS](https://github.com/SmartBioTech/DeviceControl/blob/e2e169849766b1eba045e4b24f05b9937edb9e3d/app/workspace/devices/PSI/java/classes/GAS.py) | [GMS](https://github.com/SmartBioTech/DeviceControl/blob/e2e169849766b1eba045e4b24f05b9937edb9e3d/app/workspace/devices/PSI/java/classes/GMS.py) | [PBR](https://github.com/SmartBioTech/DeviceControl/blob/e2e169849766b1eba045e4b24f05b9937edb9e3d/app/workspace/devices/Phenometrics/classes/PBR.py) | [TH_IB2](https://github.com/SmartBioTech/DeviceControl/blob/e2e169849766b1eba045e4b24f05b9937edb9e3d/app/workspace/devices/SEDtronic/classes/TH_IB2.py) | [U1W_TVSL](https://github.com/SmartBioTech/DeviceControl/blob/e2e169849766b1eba045e4b24f05b9937edb9e3d/app/workspace/devices/SEDtronic/classes/U1W_TVSL.py) | [SICS](https://github.com/SmartBioTech/DeviceControl/blob/e2e169849766b1eba045e4b24f05b9937edb9e3d/app/workspace/devices/MettlerToledo/classes/SICS.py) |
Extra | `host_port`, `encryption_key` |
In addition to enumerated classes, there is an extra class called test
which mimics class PSI
(supports the same devices and commands) by implementing a virtual deice for testing.