question

Kevin-Hsiang avatar image
0 Likes"
Kevin-Hsiang asked Jason Lightfoot commented

How to know the lable value that which AGV load, and record it?

In the process flow named KivaRobotProcess, I can dispatch the AGV to load the specific rack.

Now I want to know the rack lable value (named:Type) that which AGV load.

For example: Type 1 is loaded by AGV1, Type 15 is loaded by AGV2...

1645408513213.png1645408960873.png

Is there any suitable way to do this operation?

Regards,

Kevin

02_test_final-1.fsm

FlexSim 22.0.0
agvrecord datalable
1645408513213.png (13.0 KiB)
1645408960873.png (523.3 KiB)
02-test-final-1.fsm (121.0 KiB)
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

·
Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered Jason Lightfoot commented

Yes - use a StatisticsCollector.


1645484607161.png

Model attached with collector AGVjobs added.

02-test-final-1_jl.fsm


· 3
5 |100000

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

Kevin-Hsiang avatar image Kevin-Hsiang commented ·
Got It! Thanks for help.
0 Likes 0 ·
Ankith T avatar image Ankith T commented ·
i am using 2021 version of Flexsim, can I know how this is done in the version i am using. i couldn't able to open this file.
0 Likes 0 ·
Jason Lightfoot avatar image Jason Lightfoot ♦ Ankith T commented ·
The model's AGV were instances of an object process flow.

Add a stats collector with an event detecting the entry of a travel activity.

Add columns for:

  • Time - the row add value was: Model.dateTime (double, Date/Time)
  • AGV - the row add value was: instance (string)
  • Type - the row add value was: data.token.Type (integer, raw)
0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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