question

Martin C3 avatar image
0 Likes"
Martin C3 asked Martin C3 commented

Error when transporting multiple items in an AGV trailer

I am working on a model that requires multiple flowitems to be transported in a trailer. After the items are placed in the trailer, it is picked up by an AGV and taken to its destination. Loading and picking up the flowitems seems to work, however this then produces the error : "invalid node insert_bareBones command" which is followed by many other exceptions.
I have been able to isolate the issue at the "Move Object" activity that places the flowitems in the trailer. The error does not occur when only one item is moved to the trailer. However, when multiple items from a batch-array are moved the error does occur.

I have attached a simplified model that does not exactly replicate the error, but shows similar behaviour.

How can this error be resolved or is there an alternative solution to this problem?

Any help would be greatly appreciated

x-agv-error.fsm

FlexSim 18.0.8
agvprocess flowerror messagetrailer
x-agv-error.fsm (32.8 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

·
Ralf Gruber avatar image
3 Likes"
Ralf Gruber answered Martin C3 commented

Martin,

it appears, the error is caused by the creation of the pallet as trailer not being finished, before starting to load it. Simply put a Delay activity with delay time zero right after your Create Object activity.

That creates an additional event and that way makes sure, the creation of the pallet is completed before you start to load it.

There are certain situations in process flow, where you have to apply this "trick" to make sure, an event is fully finished before the next one starts. Notice that the additional activity does not add any time to the model, just an event with zero time.

Best wishes

Ralf

17983-x-agv-error-1808-rg.fsm


· 1
5 |100000

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

Martin C3 avatar image Martin C3 commented ·

This works perfectly in both the simplified and original model. Thanks for your help!

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.