B.2 Structures of Recipes for Weighing Technology
In this chapter, the structure of a recipe will be described in more detail. Each recipe contains a start and an end element as well as many recipe steps and dependencies between the individual steps. The following sequences must be modeled for typical scale applications:
A recipe element is activated when another recipe element is finished (sequential).

Several steps can be activated in parallel (forking). If several recipe elements are activated, the scale must decide whether they can be started independent of each other (“real simultaneous”) or must be processed sequentially (“quasi-simultaneous”). The scale does not guarantee a sequential sequence.

A step is not activated until several other steps have been completed (joining).

A recipe represents a directed graph without cycles. A recipe element A may therefore only refer to a recipe element B if there is no path between the start and A where B is an element.