Model Objects

What is a Model Object?

A model object is a no-code method of representing complex behaviors usually requiring expert modeling skill. In addition, a model...

How do I use Model Objects?

Help on individual Model Objects In today’s busy world it is becoming more important to leverage our work to create...

Digital Clock with Days

You may need this to display the hours and minutes of each day (AM/PM) rather than just show the simulation...

Hour of Day, Day of Week Trigger

When you need to track the hour of the day (24 hours/day) and the day of the week instead of...

Decreasing Based on Load

If you need to decrease processing time based on the number of entities waiting to be processed (e.g. customers waiting...

Shift Scheduler

When you need to define all resource shifts from a single page. Where to Find the Model Object The following...

Check Remaining Shift Time

When you don’t want your resources to start work on a new entity when it will take more time that...

Overtime Tracker, 3 Shifts

When you want to track the number of minutes of overtime each of 3 resources works, and count the number...

Release Entity to Next Shift

When you need to pass entities to the next shift coming on-line, rather than have the entity wait for the...

Decimal Hours Left in Day

When a variable is needed that will track how many hours are left in the day for other calculations. Where...

Remaining Length of Stay Estimator

When you need to estimate the length of stay remaining, for entities that are preloaded. Where to Find the Model...

Shift Timer

When the simulation is being run continuously reflecting multiple shifts, one after another. This timer help make display the current...

Alternate Resource Get Order

When you want to sequentially vary the order in which resources are gotten. This will more evenly distribute the utilization of...

Get the Same Resource Later

When you want to get one of multiple resources in a preliminary process step, then get the same resource for...

Randomize Resource Get Order

When you want to randomize the order in which resources are gotten. This will more evenly distribute the utilization of...
Go to Top