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

minor fixes to terminals

parent 3852737f
No related branches found
No related tags found
No related merge requests found
...@@ -134,6 +134,7 @@ class EL5042(EBPFTerminal): ...@@ -134,6 +134,7 @@ class EL5042(EBPFTerminal):
warning = ProcessDesc(0x6000, 1) warning = ProcessDesc(0x6000, 1)
error = ProcessDesc(0x6000, 2) error = ProcessDesc(0x6000, 2)
status = ProcessDesc(0x6000, 1, "H") status = ProcessDesc(0x6000, 1, "H")
invalid = ProcessDesc(0x6000, 0xE)
channel1 = Channel(0) channel1 = Channel(0)
channel2 = Channel(0x10) channel2 = Channel(0x10)
...@@ -167,8 +168,8 @@ class EL7041(EBPFTerminal): ...@@ -167,8 +168,8 @@ class EL7041(EBPFTerminal):
reduced_current = ProcessDesc(0x7010, 3) reduced_current = ProcessDesc(0x7010, 3)
status = ProcessDesc(0x6010, 1, "H") status = ProcessDesc(0x6010, 1, "H")
error = ProcessDesc(0x6010, 4) error = ProcessDesc(0x6010, 4)
low_switch = ProcessDesc(0x6010, 0xc) high_switch = ProcessDesc(0x6010, 0xc)
high_switch = ProcessDesc(0x6010, 0xd) low_switch = ProcessDesc(0x6010, 0xd)
stepcounter = ProcessDesc(0x6010, 0x14) stepcounter = ProcessDesc(0x6010, 0x14)
......
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