From b680825462c24a99772f63706e1de8f790f560ec Mon Sep 17 00:00:00 2001 From: "Zarb, Glenn" <STC\GZ1> Date: Fri, 24 Jul 2015 14:28:30 +0000 Subject: [PATCH] Glenn: Comment the previous line and uncomment the next line to include the classic auxilaries power togeher with the advanced auxiliary power. git-tfs-id: [http://tfs00.element.root.com:8080/tfs/TFSCollection]$/VECTO;C2043 --- VECTO/MODcalc/cPower.vb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/VECTO/MODcalc/cPower.vb b/VECTO/MODcalc/cPower.vb index 658be9c913..bf7ce4ad54 100644 --- a/VECTO/MODcalc/cPower.vb +++ b/VECTO/MODcalc/cPower.vb @@ -2573,8 +2573,11 @@ lb10: mAAUX_Global.advancedAuxModel.Signals.InNeutral = mAAUX_Global.InNeutral mAAUX_Global.advancedAuxModel.Signals.RunningCalc = mAAUX_Global.RunningCalc - 'Power coming out of Advanced Model is in Watts. - power = (advancedAuxModel.AuxiliaryPowerAtCrankWatts /1000) + 'Power coming out of Advanced Model is in Watts. + power = (advancedAuxModel.AuxiliaryPowerAtCrankWatts / 1000) + + 'Glenn: Comment the previous line and uncomment the next line to include the classic auxilaries power togeher with the advanced auxiliary power. + 'power = VEC.PauxSum(t, nU) + (advancedAuxModel.AuxiliaryPowerAtCrankWatts / 1000) Catch ex As Exception -- GitLab