Skip to content
Snippets Groups Projects
Commit e21dda91 authored by Juliano Murari's avatar Juliano Murari
Browse files

Update AdcScale formula

parent 098b4d73
No related branches found
No related tags found
No related merge requests found
Pipeline #120473 failed
......@@ -122,9 +122,10 @@ record(calcout, "$(P)$(R)AdcScaleCalc")
{
field(INPA, "$(P)$(R)CalibrationSample1R")
field(INPB, "$(P)$(R)CalibrationSample2R")
field(INPC, "$(P_BCM=$(P))$(R)CalibrationActualCurrent")
field(INPD, "$(P_BCM=$(P))$(R)CalibrationPulseCounter CPP")
field(CALC, "(163.84*C) / (B-A)")
field(INPC, "$(P)$(R)CalibrationSample3R")
field(INPD, "$(P_BCM=$(P))$(R)CalibrationActualCurrent")
field(INPE, "$(P_BCM=$(P))$(R)CalibrationPulseCounter CPP")
field(CALC, "(163.84*D) / (1.125*B-A-0.125*C)")
field(FLNK, "$(P)$(R)AdcScaleCalcCheck.PROC")
}
......
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