Syntax
PHASE arg1 arg2 arg3 arg4
Description
The construction plan is divided into phases, which can also run in parallel. The tasks in the phases are arranged (serialized) on a timeline during the calculation. The start day of a task determines its position in the timeline. If tasks have the same start day, then the definition order and in special situations the type of the task decides.
The creation of the calculation plan was partially automated. Thus, the load sums are automatically inserted on the critical days. If the automatic does not meet the requirements of the project, the automatic can be turned off and the user can create the schedule at his own wishes.
Arguments
Minimum quantity: 2(1)
arg1
Value |
Dimension |
Meaning |
name |
TEXT |
Name of the phase |
END |
KEYWORD |
Scope will be closed. |
arg2
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened. |
SKIP |
KEYWORD |
The phase is ignored during analysis. |
arg3 (arg2 = SKIP)
Value |
Dimension |
Meaning |
BEGIN |
KEYWORD |
Scope will be opened. |
arg3 (arg2 = BEGIN) or arg4 (arg3 = BEGIN)
Value |
Dimension |
Meaning |
ADD |
KEYWORD |
The content of the scope will be added to. |
CLEAR |
KEYWORD |
All phases are deleted before the scope is imported. |
Scopes
CONSTRUCTION
Examples
PHASE "Phase 1 - Piers" BEGIN
TEXT "Construction of the piers"
DAYBEGIN 1
HUMIDITY 75.00
TMEAN 20.00
PHASE END
The phase "Phase 1 - Stützen” is created and its properties are defined.
|
(C) ALLPLAN GmbH |
Privacy policy |