question

Ahmed Azab avatar image
0 Likes"
Ahmed Azab asked Marco Baccalaro commented

How the network Node used to Add Row and Data to GlobalTable As each flowitem enters ?

i am trying to count and record the time and that task executors pass through a Network Node in the model (i am using Flexsim 5) .. what is the trigger that will satisfy my propose and what commands ?

Other (please specify)
Other
network nodesrecord datanode triggers
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Marco Baccalaro avatar image
3 Likes"
Marco Baccalaro answered Marco Baccalaro commented

OnArrival trigger, to count the task executors increment a labels value (e.g. inc(label(current,"count")))) to record times use something as: addtablerow("times"); settablenum("times",gettablerows("times"),1,time);

· 2
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.