Hi I am not sure if this a bug. After I have checked the box Update on reset and selected the table, nothing happen to the Conveyor Behavior table. will you be able to check?
Thanks
David
Hi I am not sure if this a bug. After I have checked the box Update on reset and selected the table, nothing happen to the Conveyor Behavior table. will you be able to check?
Thanks
David
Hi @David Chan,
It's hard to know how to help without looking at your model. To receive a more accurate solution, please post your model or a sample model that demonstrates your question.
Proprietary models can be posted as a private question visible only to FlexSim U.S. support staff. You can also contact your local FlexSim distributor for phone or email help.
You need to have a query in the Update Query box for it to execute during reset. You can click the Generate button to auto generate a starting query. However, it looks like its using some old names that need to be updated. The following updated query should work for the default Conveyor Behavior table.
UPDATE Objects() AS Obj INNER JOIN $1 AS Src ON Obj.Object = Src.Object SET Obj.IsAccumulating = Src.IsAccumulating, Obj.Speed = Src.Speed, Obj.Acceleration = Src.Acceleration, Obj.Deceleration = Src.Deceleration, Obj.StopSpaceSizeFactor = Src.StopSpaceSizeFactor, Obj.StopSpacePadding = Src.StopSpacePadding, Obj.MoveSpaceSizeFactor = Src.MoveSpaceSizeFactor, Obj.MoveSpacePadding = Src.MoveSpacePadding, Obj.RestartDelay = Src.RestartDelay, Obj.EntrySpaceSizeFactor = Src.EntrySpaceSizeFactor, Obj.EntrySpacePadding = Src.EntrySpacePadding
14 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