Hannan Posted July 27, 2018 Posted July 27, 2018 Hello, I'm trying to model a paint flow line where I have two servers in one line(series and not parallel). If one entity gets painted in server 1, then I want that entity to just pass server two without getting processed. If the entity does not gets painted in server one than it can get processed in Server 2. I'm not sure how I should put this logic in Simio. Any help would be appreciated, thank you. 1
MEagar Posted July 30, 2018 Posted July 30, 2018 Using a conditional Math.If(Condition, True, False) which sets the processing time to 0 if the specific condition has been met may be of use.
AdrianG001 Posted August 24, 2018 Posted August 24, 2018 On 7/27/2018 at 9:22 PM, Hannan said: Hello, I'm trying to model a paint flow line where I have two servers in one line(series and not parallel). If one entity gets painted in server 1, then I want that entity to just pass server two without getting processed. If the entity does not gets painted in server one than it can get processed in Server 2. I'm not sure how I should put this logic in Simio. Any help would be appreciated, thank you. Yes you can use conditional logic. Regards, Adrian Gates Technical Consultant - Apps4Rent
jzhou Posted August 25, 2018 Posted August 25, 2018 Hi, You can even use process logic in Evaluating Seize Request AddOn on server. and set Token.ReturnValue=FALSE if the incoming ModelEntity does not fit your criteria..
Recommended Posts