git.graph-it.com
/
graphit
/
schaltschrank.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1136a9d
)
Add missing register.
author
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Wed, 2 Feb 2022 11:28:28 +0000
(12:28 +0100)
committer
Benjamin Braatz
<benjamin.braatz@graph-it.com>
Wed, 2 Feb 2022 11:28:28 +0000
(12:28 +0100)
gmodbus/hitachi.py
patch
|
blob
|
history
diff --git
a/gmodbus/hitachi.py
b/gmodbus/hitachi.py
index 50ad2247439acd5c8fe0b00c4c976e21ae1d00a3..ccef91c315a4252fa7f4f728eacfe86a88506a41 100644
(file)
--- a/
gmodbus/hitachi.py
+++ b/
gmodbus/hitachi.py
@@
-106,6
+106,18
@@
SJP1FU_REGISTERS = {
'scale': 0.01,
},
},
+ 12222: {
+ 'code': 'AC122',
+ 'name': 'First deceleration time 1',
+ 'rw': 'rw',
+ 'type': 'int32',
+ 'conf': {
+ 'min': 0,
+ 'max': 3600,
+ 'unit': 's',
+ 'scale': 0.01,
+ },
+ },
13015: {
'code': 'bA115',
'name': 'First torque limit 4',