# Scheduler to Digital Operations integration

### Integrating Scheduling

Once the orders are scheduled in Scheduler, they are released and sent to TilliT DO. In DO, the orders are available for operators to complete. This release process is controlled by the Scheduler and ensures that the right orders are sent to the right operators at the right time.

One of the most significant benefits of this integration is the link back to Scheduler. This link enables schedulers to see live updates of the orders currently running in the production process. This feature provides schedulers with real-time information on the status of each order, enabling them to adjust the schedule in real-time if necessary.

Schedulers can monitor the progress of each order, including the expected completion time, actual completion time, and any delays. This real-time monitoring provides schedulers with a comprehensive view of the production process, enabling them to make informed decisions and adjust the schedule as needed. Schedulers can monitor the utilization and availability of resources and adjust the schedule accordingly to ensure that resources are used efficiently and effectively.

### Scheduling Strategies

Another great feature of the Scheduler is the ability to schedule assets in either a one-to-one or a one-to-many model. This flexibility allows manufacturers to choose the level of control they need for their scheduling needs.

In a one-to-one model, each asset is scheduled individually, providing granular control over the production process. This model allows manufacturers to schedule assets with precision and optimize their utilization. This level of control is especially useful for complex production processes with multiple assets that need to be synchronized.

In a one-to-many model, assets are scheduled in groups, providing high-level control over the production process. This model is useful when manufacturers need to schedule a large number of assets simultaneously or have a simplified production process with fewer assets. This level of control provides a quick and easy way to schedule assets without the need for granular control.

Scheduler allows manufacturers to mix and match the one-to-one and one-to-many models as needed. For example, manufacturers can use the one-to-one model for their critical assets that require granular control while using the one-to-many model for less critical assets that do not require as much attention.

### Throughput Rate Integration

When orders are released from the Scheduler to Digital Operations, the system also sends performance rates and scheduled run rates configured in the Scheduler. In Digital Operations, if these rates are not configured locally on the asset, the values sent from the Scheduler will be used automatically.

This integration ensures that the throughput rates defined during scheduling are carried through to execution, providing consistency between the planned schedule and actual operations without requiring duplicate configuration in both systems.

{% hint style="info" %}
If you configure local rates in Digital Operations, they will override the rates sent from the Scheduler. Ensure your rate configuration strategy is consistent across both systems to avoid unexpected behaviour.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.tillit.cloud/tillit/knowledge-base/scheduler/execution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
