Support Board
Date/Time: Thu, 23 Jan 2025 05:06:08 +0000
Post From: Totaling Volume using ACSIL During Replay Mode
[2018-11-05 22:14:06] |
Yoda - Posts: 106 |
thank you User212764, sorry I wasn't clear, but it is working with: sc.CumulativeSummation(sc.BaseData[InputData.GetInputDataIndex()], Summation, sc.Index);
With your suggestion, you are hard coding sc.Volume whereas my method above makes it a setting that the user can change. |