What's the best way to push one item from my bottom trays queue to a sink every time the parts made label value reaches 30 ? every thirty parts made by my processor, I want to sink a single queue item.
Thanks
What's the best way to push one item from my bottom trays queue to a sink every time the parts made label value reaches 30 ? every thirty parts made by my processor, I want to sink a single queue item.
Thanks
Your model looked unfinished so I didn't know where to put the logic, but normally if you are wanting to do something "every x parts", you will end up using the modulo operator (%) in a condition. Your conditional statement would look something like this based on every 30th part output by Processor1.
if (getoutput(model().find("Processor1")) % 30 == 29){ //do something... }
8 People are following this question.
FlexSim can help you understand and improve any system or process. Transform your existing data into accurate predictions.
FlexSim is a fully 3D simulation software environment. FlexSim can be used to simulate any process in any industry.
FlexSim®, FlexSim Healthcare™, Problem Solved.®, the FlexSim logo, the FlexSim X-mark, and the FlexSim Healthcare logo with stylized Caduceus mark are trademarks of FlexSim Software Products, Inc. All rights reserved.
Privacy | Do not sell or share my personal information | Cookie preferences | Report noncompliance | Terms of use | Legal | © Autodesk Inc. All rights reserved