Login Page - Create Account

Support Board


Date/Time: Fri, 10 May 2024 19:32:17 +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.