SICS-839 Change TCL var from nominal_outp_current to NominalOutpCurrent
This commit is contained in:
@ -375,7 +375,7 @@ proc inTolerance {expectedLength} {
|
|||||||
set nodename $tc_root/sensor/nominal_outp_current
|
set nodename $tc_root/sensor/nominal_outp_current
|
||||||
set setpt [hval $nodename]
|
set setpt [hval $nodename]
|
||||||
set nodename $tc_root/sensor/desired_current
|
set nodename $tc_root/sensor/desired_current
|
||||||
set nominal_outp_current [hval $nodename]
|
set NominalOutpCurrent [hval $nodename]
|
||||||
# clientput "inTolerance(): comparing sensor/setpoint=$setpt with actual sensorValue=$temp"
|
# clientput "inTolerance(): comparing sensor/setpoint=$setpt with actual sensorValue=$temp"
|
||||||
set diff [expr {abs($setpt - $NominalOutpCurrent)}]
|
set diff [expr {abs($setpt - $NominalOutpCurrent)}]
|
||||||
if {$diff > $::scobj::bruker_BEC1::bruker_BEC1_driveTolerance} {
|
if {$diff > $::scobj::bruker_BEC1::bruker_BEC1_driveTolerance} {
|
||||||
@ -851,7 +851,7 @@ proc checktol {tc_root} {
|
|||||||
set catch_status [ catch {
|
set catch_status [ catch {
|
||||||
set retVal 0
|
set retVal 0
|
||||||
set sensorValue $tc_root/sensor/desired_current
|
set sensorValue $tc_root/sensor/desired_current
|
||||||
set nominal_outp_current [hval $sensorValue]
|
set NominalOutpCurrent [hval $sensorValue]
|
||||||
set isetp $tc_root/sensor/nominal_outp_current
|
set isetp $tc_root/sensor/nominal_outp_current
|
||||||
set setpt [hval $isetp]
|
set setpt [hval $isetp]
|
||||||
set tol [hval $tc_root/emon/tolerance]
|
set tol [hval $tc_root/emon/tolerance]
|
||||||
|
Reference in New Issue
Block a user