In this model, the designer would like to have both of the elevators go to the 2nd floor when idle. I cannot find a way to do this but I would like make this change for the designer.elevators-th-02-24-2017.fsm Tee
In this model, the designer would like to have both of the elevators go to the 2nd floor when idle. I cannot find a way to do this but I would like make this change for the designer.elevators-th-02-24-2017.fsm Tee
Here's one way you could do it. In the On Dropoff trigger I send a delayed message to the elevator. Then in the On Message trigger I give it a travel to a location task like this:
/**Travel to a Specific Location*/ double curxloc = xloc(current); double curyloc = yloc(current); double curzloc = zloc(node("NN4", model())); int condition = content(getvarnode(current, "activetasksequence"))==0 && content(current) == 0; if(condition) createtraveltoloctask(current,0,curxloc,curyloc,curzloc,0,0,0);
6 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