Running application in Silent mode

In Silent mode (also known as Update-on-Break mode), the model runs at near production speeds and the animated views are not updated until the program encounters a breakpoint. Execution speeds can be up to 100 times faster in Silent mode than in Watch mode.

Procedure

  1. When the model is idle and in Watch mode, click the Silent tool. The animated views are immediately updated, but the event queue is not.
  2. To update the event queue after a break, click the Command Prompt tool.
  3. In the Animation Command bar, type refresh and press Enter.

    Alternatively, you can use View > Refresh (or press F5). The next time the model reaches a breakpoint, the event queue immediately updates.


Feedback