For explanation of the arguments see Input of assemblies.
Examples
PHASE "Phase 2 - Span1" BEGIN
ASSEMBLIES BEGIN
ASM 1 MEMBER "MG-Box" BEAM * SLOCAL 0.000000 SLOCAL 55.000000
ASM 2 MEMBER "Abut1" UNIT * SGLOBAL * SGLOBAL *
ASM 3 TGROUP "Phase1L"
ASM 3 TGROUP "Phase1R"
ASSEMBLIES END
TASKS BEGIN
#task taskname day1 duration assembly [SKIP] additional args
TASK CONCRETE 1 LOCAL 14 1 "Dshrink=0" "descr=Pour and harden"
TASK INSTSUPP 14 LOCAL 0 2 "descr=Activate abutments"
TASK TENSION 14 LOCAL 0 3 "sgroup=" "descr=Installation, stress, grout"
TASKS END
PHASE END
The phase contains all the tasks for the construction of the span 1. The affected structural parts are specified by 4 assemblies, with the last two referencing tendon groups. The numbers as 1st Argument are used as reference in the tasks. In this example, there are 3 tasks. Task 1 references Assembly 1, Task 2 references Assembly 2, but Task 3 references two assemblies with the same number.
PHASE "Fabrication" BEGIN
DAYBEGIN 1
HUMIDITY 75.00
TMEAN 20.00
ASSEMBLIES BEGIN
ASM 6 MEMBER "<Girder>" UNIT * SGLOBAL * SGLOBAL *
ASM 6 TGROUP "*"
ASSEMBLIES END
TASKS BEGIN
#task taskname day1 duration assembly [SKIP] additional args
TASK "SETPARAM" 1 LOCAL 0 "" "calcShrink=true"
TASK "SETPARAM" 1 LOCAL 0 "" "calcCreep=true"
TASK "SETPARAM" 1 LOCAL 0 "" "calcRelax=true"
TASK SUPPORTAT 1 LOCAL 0 "" "refpt=P_bott" "at=0.00000" "Cx=1e+08" "Cy=1e+08" \
"Cz=1e+08" "CMy=1e+08"
TASK SUPPORTAT 1 LOCAL 0 "" "refpt=P_bott" "at=22.00000" "Cx=1e+08" "Cz=1e+08"
TASK PRECASTG 1 LOCAL 7 6 "dh1=6.00" "dh2=48.00" "dh3=72.00" "castenv=StressinBed1" \
"fcmtest=60.00" "Dshrink=0"
TASKS END
PHASE END
The production of a prefabricated girder is in the phase "Fabrication" of a construction template defined. For that tha variable "<Girder>" and the wildcard "*" are used, to simplify the input of constructions. After defining the support in the stressing bed (SUPPORTAT), the production (PRECASTG) is carried out.
|
(C) ALLPLAN GmbH |
Privacy policy |