ATTENTIONThis 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 |
#1
|
|||
|
|||
Decrease waiting time for taskexecuter
Hi all,
I'm trying to solve a problem relating to the trigger to start a tasksequence for a taskexecuter/AGV. Due to the long distance between source and sink, I want my taskexecuter to start traveling at the same time the source starts the creation of an item. Actually I'm working with the unload trigger, so that the taskexecuter travels to the home location (the source) when there's no new tasksequence available. Is there an other possibility to implement this? Thank you in anticipation! |
#2
|
||||
|
||||
Have you looked at the OnResourceAvailable trigger? That goes off when a taskexecuter is ready with it's task.
|
The Following 3 Users Say Thank You to Steven Hamoen For This Useful Post: | ||
Jörg Vogel (01-18-2016) |
#3
|
||||
|
||||
Hello Johanna,
you can dispatch another tasksequence after a standard is dispatched. In the OnReceiveTasksequence-trigger you can create and dispatch this tasksequence with a lower priority than the actually receiving tasksequence. You only have to check if the receiving tasksequence is of the type to go home or a standard transport tasksequence. For example you can test the number tasks within the tasksequence, to identify the incoming tasksequence. Another approach could be to insert the travel-home-task to the incoming tasksequence in the taskexecuter. You have the reference to the received task in the OnReceiveTasksequence-trigger. With this pointer you inserts the to-go-home task. If you increase the tasks of a standard transport task, some templates won't work anymore without adjusting them, because the number of tasks is evaluated. A standard transport task consists of 5 tasks. If you insert another task then the transport tasksequence has got 6 tasks. Jörg |
The Following 2 Users Say Thank You to Jörg Vogel For This Useful Post: | ||
Johanna Klietz (01-20-2016) |
Tags |
agv, taskexecuter, trigger |
Thread | Thread Starter | Forum | Replies | Last Post |
Need help in programmatically increase operators and decrease process time | Raju Jampani | Flexsim Student Forum | 2 | 04-10-2015 12:34 PM |
Waiting Time | David Chan | FlexSim HC: Q&A | 1 | 07-28-2014 01:12 PM |
How to track "Waiting for operator" time ? | mearjun | Flexsim Student Forum | 4 | 06-24-2013 10:34 AM |
operators working together to decrease process time | Alex Christensen | Tips and Tricks | 4 | 07-14-2008 09:22 AM |