Lowpass filter of voltage now in client

This commit is contained in:
Hakan Bastedt
2025-03-13 23:40:22 +01:00
parent ca4248ce2d
commit fe24b8f4a3
8 changed files with 397 additions and 146 deletions

View File

@@ -52,6 +52,15 @@
"isSDOitem": true,
"data": "&Obj.I2C_address"
},
"2002": {
"otype": "VAR",
"name": "LowpassFilterPoleFrequency",
"access": "RW",
"dtype": "UNSIGNED32",
"value": "0",
"isSDOitem": true,
"data": "&Obj.LowpassFilterPoleFrequency"
},
"A": {
"otype": "RECORD",
"name": "Error Settings",
@@ -122,6 +131,17 @@
"dtype": "UNSIGNED8",
"value": "0",
"data": "&Obj.Status"
},
"6004": {
"otype": "VAR",
"name": "LowpassFilteredVoltage",
"access": "RO",
"pdo_mappings": [
"txpdo"
],
"dtype": "REAL32",
"value": "0",
"data": "&Obj.LowpassFilteredVoltage"
}
},
"rxpdo": {
@@ -158,6 +178,17 @@
"value": "0",
"data": "&Obj.VoltageOffset"
},
"7003": {
"otype": "VAR",
"name": "LowPassFilterThresholdVoltage",
"access": "RO",
"pdo_mappings": [
"rxpdo"
],
"dtype": "REAL32",
"value": "0",
"data": "&Obj.LowPassFilterThresholdVoltage"
},
"60664": {
"otype": "VAR",
"name": "ActualPosition",