ATTENTION

This FlexSim Community Forum is read-only. Please post any new questions, ideas, or discussions to our new community (we call it Answers) at https://answers.flexsim.com/. Our new Question & Answer site brings a modern, mobile-friendly interface and more focus on getting answers quickly. There are a few differences between how our new Q&A community works vs. a classic, threaded-conversation-style forum like the one below, so be sure to read our Answers Best Practices.


flexsim.com

Go Back   FlexSim Community Forum > Flexsim CT > Container Terminal (CT) Library
Downloads

  #1  
Old 09-30-2011
Shahin Gelareh Shahin Gelareh is offline
Postdoctoral Researcher
 
Join Date: Sep 2011
Location: Polytech'Lille, France
Posts: 100
Downloads: 93
Uploads: 0
Thanks: 46
Thanked 3 Times in 3 Posts
Rep Power: 112
Shahin Gelareh is on a distinguished road
Default yard oepration

suppose there is only one vessel calling port on monday, then after the operation stopped from Mondat to sunday we do a relocation inside the yard.
we use as transport resources the same Trucks which was dispatched by TruckGang to relocate the boxes from the import area to the export area.
(does nto need to be logical but just excercise!)

Then there is an error like the following which is hard to understand. Moreover, the containers are stacked somewhere very irrelevant along an straight line.

First, my question is how to interpret the error message and how to do the oepration?

I attached the model to this post.sentToFlexim.fsm

------------------
time: 2023.679504exception: Exception caught in linkedlist::executememberfunctionwithexceptionhand ling() c++/dll execution. Throwing... MAIN:/project/model/Yard>variables/messagetrigger c: /Yard>variables/messagetrigger theclass: /Yard>variables/messagetrigger
time: 2023.679504exception: Exception Caught in FlexsimObject::OnMessage(fsnode *fromobject, double par1, double par2, double par3) object: /Yard
time: 2023.679504exception: Exception Caught in ObjectFunction210__project_library_FlexsimObject_b ehaviour_eventfunctions_OnMessage object: /Yard i: /Truck65 class: /Yard

Exception: searchareaweighted() id 1426
Exception: searcharea() id 1426
Error on yard message trigger case 11 at time 2024.310828
time: 2024.310828exception: Exception caught in linkedlist::executememberfunctionwithexceptionhand ling() c++/dll execution. Throwing... MAIN:/project/model/Yard>variables/messagetrigger c: /Yard>variables/messagetrigger theclass: /Yard>variables/messagetrigger
time: 2024.310828exception: Exception Caught in FlexsimObject::OnMessage(fsnode *fromobject, double par1, double par2, double par3) object: /Yard
time: 2024.310828exception: Exception Caught in ObjectFunction210__project_library_FlexsimObject_b ehaviour_eventfunctions_OnMessage object: /Yard i: /Truck65 class: /Yard



...............


------------------------------------------

Last edited by Phil BoBo; 10-03-2011 at 11:53 AM. Reason: removed repetitious error messages
  #2  
Old 09-30-2011
Phil BoBo's Avatar
Phil BoBo Phil BoBo is offline
Flexsim Development
 
Join Date: Jan 2008
Posts: 756
Downloads: 109
Uploads: 18
Thanks: 385
Thanked 1,483 Times in 525 Posts
Rep Power: 1174
Phil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond repute
Default

There seems to be a problem with specifying an Area as the "To Block" in the Relocate Operation.

To fix this error, you should use multiple relocate operations, one for each block in the area you want to move to.
The Following User Says Thank You to Phil BoBo For This Useful Post:
Shahin Gelareh (09-30-2011)
  #3  
Old 10-03-2011
Shahin Gelareh Shahin Gelareh is offline
Postdoctoral Researcher
 
Join Date: Sep 2011
Location: Polytech'Lille, France
Posts: 100
Downloads: 93
Uploads: 0
Thanks: 46
Thanked 3 Times in 3 Posts
Rep Power: 112
Shahin Gelareh is on a distinguished road
Default

Thanks, I tried your suggestion.
There seems to problem still.
I set from Monday 7 to sunday do the relocation from export"i" to import"i". Also ading Gang as transport resource.

the error says "NULL was given a task sequence but is not a Dispatcher".

Well, the problem is that I cannot udnerstand the error message otherwise I would try to solve it by myself.


exception: Exception Caught in dispatchtasksequence(fsnode* tasksequence, fsnode* dispatcher DEFAULTNULL)
Error on yard message trigger case 6 at time 60.000000
exception: Exception caught in linkedlist::executememberfunctionwithexceptionhand ling() c++/dll execution. Throwing... MAIN:/project/model/Yard>variables/messagetrigger c: /Yard>variables/messagetrigger theclass: /Yard>variables/messagetrigger
exception: Exception Caught in FlexsimObject::OnMessage(fsnode *fromobject, double par1, double par2, double par3) object: /Yard
exception: Exception Caught in ObjectFunction210__project_library_FlexsimObject_b ehaviour_eventfunctions_OnMessage object: /Yard i: /Yard>labels/yardoperations/4 class: /Yard

Last edited by Phil BoBo; 10-03-2011 at 11:53 AM. Reason: removed repetitious error messages
  #4  
Old 10-03-2011
Phil BoBo's Avatar
Phil BoBo Phil BoBo is offline
Flexsim Development
 
Join Date: Jan 2008
Posts: 756
Downloads: 109
Uploads: 18
Thanks: 385
Thanked 1,483 Times in 525 Posts
Rep Power: 1174
Phil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond repute
Default

It would be much easier to tell you what is wrong if you would post the model.
  #5  
Old 10-04-2011
Shahin Gelareh Shahin Gelareh is offline
Postdoctoral Researcher
 
Join Date: Sep 2011
Location: Polytech'Lille, France
Posts: 100
Downloads: 93
Uploads: 0
Thanks: 46
Thanked 3 Times in 3 Posts
Rep Power: 112
Shahin Gelareh is on a distinguished road
Default

Thanks I attached it here.
I would very much like to learn how to interpret and understand the errors if possible.is that documented anywhere?

regards,
Attached Files
File Type: fsm sentToFlexim.fsm (417.8 KB, 132 views)
  #6  
Old 10-10-2011
Shahin Gelareh Shahin Gelareh is offline
Postdoctoral Researcher
 
Join Date: Sep 2011
Location: Polytech'Lille, France
Posts: 100
Downloads: 93
Uploads: 0
Thanks: 46
Thanked 3 Times in 3 Posts
Rep Power: 112
Shahin Gelareh is on a distinguished road
Default

any hope for support?
  #7  
Old 10-10-2011
Phil BoBo's Avatar
Phil BoBo Phil BoBo is offline
Flexsim Development
 
Join Date: Jan 2008
Posts: 756
Downloads: 109
Uploads: 18
Thanks: 385
Thanked 1,483 Times in 525 Posts
Rep Power: 1174
Phil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond repute
Default

You didn't specify a "Transport Resource" on one of the Relocate operations in your yard planner.

Hence, "NULL" (an unspecified resource) was given a task sequence (the relocate operation).

Also in your model, you are having exceptions thrown because you didn't specify an "Unstacking resource" in many of your Relocate operations.

You need to specify the required information in the GUI for the relocate operations if you want them to work.
  #8  
Old 10-11-2011
Shahin Gelareh Shahin Gelareh is offline
Postdoctoral Researcher
 
Join Date: Sep 2011
Location: Polytech'Lille, France
Posts: 100
Downloads: 93
Uploads: 0
Thanks: 46
Thanked 3 Times in 3 Posts
Rep Power: 112
Shahin Gelareh is on a distinguished road
Default

Thanks for support.
It is solved. but according to the page 133 of manual, even if leaving the unstacking blank still the default values are supposed to be considered.
  #9  
Old 10-11-2011
Phil BoBo's Avatar
Phil BoBo Phil BoBo is offline
Flexsim Development
 
Join Date: Jan 2008
Posts: 756
Downloads: 109
Uploads: 18
Thanks: 385
Thanked 1,483 Times in 525 Posts
Rep Power: 1174
Phil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond reputePhil BoBo has a reputation beyond repute
Default

Thanks for pointing that out. We'll look into it.


Thread Thread Starter Forum Replies Last Post
Transfer Area using at automated yard. smin Jeon Container Terminal (CT) Library 2 06-30-2011 01:07 AM
How to use Yard Operation? David Chan Container Terminal (CT) Library 1 11-29-2010 12:25 PM
Yard Container Count Jamie Santa Ana Container Terminal (CT) Library 6 12-22-2009 07:02 PM
What's the inializing mechnism of yard block? zhang xin Container Terminal (CT) Library 6 11-27-2009 08:47 PM
How control truck rout in the yard zone? zhang xin Container Terminal (CT) Library 2 08-31-2009 07:19 PM


All times are GMT -6.
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2020, vBulletin Solutions Inc.
Copyright 1993-2018 FlexSim Software Products, Inc.