question

Ryosuke S avatar image
0 Likes"
Ryosuke S asked Jason Lightfoot answered

Error while loading flowitems to trailer

I have been trying to load flowitems to trailer and then make the agv travel. I think I got it working however, there is one error which I can not solve. Please see the attached image. I think there is something wrong with "Assign Labels:Set AGV MaxContent" specifically the setting of Get Activity Stat. But I just can't figure it out the cause of error. Could you help?

CarryingOnTrailer.fsm

FlexSim 20.1.3
processflowflexsim 20.1.3agv trailer
capture031.jpg (293.0 KiB)
capture032.jpg (15.2 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

"Content" isn't a valid label name - it's a function that is deprecated ( and was used content(current)).

You want to check against:


 current.subnodes.length<current.getVariable("maxcontent")
5 |100000

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

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.