Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 19.1.1 ]
Both functions can open the port and accept one flow item. How are they different from each other?
Solved! Go to Solution.
[ FlexSim 19.1.1 ]
Both functions can open the port and accept one flow item. How are they different from each other?
Solved! Go to Solution.
The answer to this question is the same as this other one you asked:
Behavior of receiveitem() vs open port
openip(object, 1);
This allows you to open a specific port on an object.
object.input.open();
This will open all ports on the object.
Also the receiveitem() documentation says:
This function should only be used from within a BasicFR's or BasicConveyor's code fields, as other objects implement receiveitem() on their own.