Skip to content
Snippets Groups Projects
Commit 9d91a882 authored by Martin Teichmann's avatar Martin Teichmann Committed by Martin Teichmann
Browse files

support inficon gauges

we still have to artificially tell that this is a float
value, although that's actually in the SDO.
parent 9b17a629
No related branches found
No related tags found
1 merge request!12support Inficon gauges
......@@ -137,3 +137,8 @@ class TurboVac(EBPFTerminal):
pump_alarm = ProcessDesc(0x20CC, 0, 3)
speed = ProcessDesc(0x20CD, 0, "H")
current = ProcessDesc(0x20D1, 0, "H")
class Inficon(EBPFTerminal):
compatibility = {(0x644, 0x21)}
value = ProcessDesc(0xF640, 0x11, "f")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment