Moved SetupTime and pulseLength to sdos.

This commit is contained in:
MetalMusings
2025-10-22 17:18:02 +02:00
parent a6b70bf6c6
commit 9cc9a41ea2
6 changed files with 206 additions and 185 deletions

View File

@@ -62,6 +62,20 @@
"value": "0",
"access": "RW",
"data": "&Obj.Settings_Unit1.LowpassFilterPoleFrequency"
},
{
"name": "OhmicSensingSetupTime",
"dtype": "UNSIGNED16",
"value": "100",
"access": "RW",
"data": "&Obj.Settings_Unit1.OhmicSensingSetupTime"
},
{
"name": "OhmicSensingPulseLength",
"dtype": "UNSIGNED16",
"value": "5",
"access": "RW",
"data": "&Obj.Settings_Unit1.OhmicSensingPulseLength"
}
],
"isSDOitem": true
@@ -94,6 +108,20 @@
"value": "0",
"access": "RW",
"data": "&Obj.Settings_Unit2.LowpassFilterPoleFrequency"
},
{
"name": "OhmicSensingSetupTime",
"dtype": "UNSIGNED16",
"value": "100",
"access": "RW",
"data": "&Obj.Settings_Unit2.OhmicSensingSetupTime"
},
{
"name": "OhmicSensingPulseLength",
"dtype": "UNSIGNED16",
"value": "5",
"access": "RW",
"data": "&Obj.Settings_Unit2.OhmicSensingPulseLength"
}
],
"isSDOitem": true
@@ -281,13 +309,6 @@
"access": "RO",
"data": "&Obj.In_Unit1.EnableOhmicSensing"
},
{
"name": "OhmicSensingSetupTime",
"dtype": "UNSIGNED32",
"value": "0",
"access": "RO",
"data": "&Obj.In_Unit1.OhmicSensingSetupTime"
},
{
"name": "OhmicSensingVoltageLimit",
"dtype": "REAL32",
@@ -343,13 +364,6 @@
"access": "RO",
"data": "&Obj.In_Unit2.EnableOhmicSensing"
},
{
"name": "OhmicSensingSetupTime",
"dtype": "UNSIGNED32",
"value": "0",
"access": "RO",
"data": "&Obj.In_Unit2.OhmicSensingSetupTime"
},
{
"name": "OhmicSensingVoltageLimit",
"dtype": "REAL32",