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
|
|||
|
|||
Moveobject and Unload
Hello,
Why moveobject doesn't produce the signal that the fixedresource is again ready to send items to outobject. How can I produce that signal that unload produces when releasing items. let me be more clear. what is the difference between moveobject and unload in terms of the signals that each fixed resource receives (the sender FR and the receiving FR). My problem: When I use a moveobject command the Use Request Transport doesn't re- evaluate for automatically sending the next item - only moves the item out and doesn't trigger again the Use Request Transport. However, when I use Unload command, the FR understands to unload the item and automatically re-evaluates to release the next item. |
#2
|
|||
|
|||
I don´t understand exactly what you want to do.
But i think you should select in the flow tap, send to port picklist: do not release item. Than release items explicit over a triger with command: Code:
releaseitem(item,port); That will only release a spezific item. |
Tags |
moveobject, unload |
Thread | Thread Starter | Forum | Replies | Last Post |
Operator's unload logic | Gutirallo | Tips and Tricks | 3 | 03-26-2012 05:19 AM |
LOAD and UNLOAD on Robot | Lydia Franck | Q&A | 10 | 09-15-2010 07:29 AM |
Problems with load/ unload tasksequences | Sebastian Hemmann | Q&A | 7 | 11-19-2009 12:58 AM |
use moveobject() in the onExit trigger ,the flexsim closed | LINWEIXU | Q&A | 1 | 08-23-2009 07:09 AM |
TaskExecuter should unload more then one item...How? | TilmanDHL | Tips and Tricks | 1 | 01-28-2009 01:54 AM |