Hello,
I have an AMR transport model that I need to analyze some metrics like: number of transport cycles, how long did each cycle last, where did the AMR collected for each cycle, if that cycle happened a block or fail event, the total distanced travel per cycle.
So, my first thought is to add 2 "push to list" blocks on my process flow, 1 in the moment I acquire the AMR and 1 at the release, and for each block I'll write some of the token and AMR label values on a global table.
But I am struggling to do it, I tried all type of lists and push to list blocks but its not working.
Am I in the right path? if so, could someone please just make this basic part of write the time a cycle last and the token label "Line" into a list?