Skip to content
Snippets Groups Projects
Commit bf091e0d authored by Martin Teichmann's avatar 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 f9c3c165
No related branches found
No related tags found
No related merge requests found
...@@ -137,3 +137,8 @@ class TurboVac(EBPFTerminal): ...@@ -137,3 +137,8 @@ class TurboVac(EBPFTerminal):
pump_alarm = ProcessDesc(0x20CC, 0, 3) pump_alarm = ProcessDesc(0x20CC, 0, 3)
speed = ProcessDesc(0x20CD, 0, "H") speed = ProcessDesc(0x20CD, 0, "H")
current = ProcessDesc(0x20D1, 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