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
|
||||
|
||||
Combiner Target Quantity, Release of packed pallets
Hello everyone.
I've got a problem related to the combiner target quantity. I'd like to know, how to stop the combiner and release a pallet (on message for example) without the combiner minding about the adjustet quantity. Do you have any suggestions? best regards, Benjamin |
#2
|
|||
|
|||
On the message trigger of the combiner try the following:
Code:
if (content(current)){ setvarnum(current,"currentcomponentsum",getvarnum(current,"targetcomponentsum")); releaseitem(first(current)); } |
The Following User Says Thank You to Jason Lightfoot For This Useful Post: | ||
BenjaminBuecklein (09-10-2008) |
Thread | Thread Starter | Forum | Replies | Last Post |
Release from Network Node | Gavin Douglas | Q&A | 2 | 06-12-2008 12:39 PM |
can "do not release item" commend be used in source? | KelvinHo | Q&A | 2 | 03-10-2008 12:30 AM |
change 3D shape of a packed flow item | KelvinHo | Q&A | 2 | 02-27-2008 09:41 PM |