[BUG] Clean cycle times show sequence cycle times
KrisztianOlah opened this issue · 5 comments
KrisztianOlah commented
Describe the bug
Clean cycle time should show the elapsed time from calling StartCleanCycleTime() instead it shows SequenceElapesedTime.
That GroundTask should be AutomatTask, this will fix what is displayed. Though a better solution would be:
Furthermore, _startCleanCycleTime and _stopCleanCycleTime should be reset when ground is called and when the Automat sequence finishes or when it starts each iteration. OnStart did not work for me so please advise. Thanks
KrisztianOlah commented
After a second look; Resetting _startCleanCycleTime and _stopCleanCycleTime in TcoTaskSequencer.CompleteSequence() will reset each iteration.
KrisztianOlah commented
/cib
github-actions commented
Branch 102-_BUG_Clean_cycle_times_show_sequence_cycle_times created!
peterbarancek commented
closes #112
peterbarancek commented
closes #112