You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

59 lines
2.1 KiB

PROGRAM SUMP
VAR_EXTERNAL
END_VAR
VAR_GLOBAL
END_VAR
VAR
SWPB2D01_RunTime1:BS_RunTime;
SWPB2D01_RunTime2:BS_RunTime;
SWPB2D02_RunTime1:BS_RunTime;
SWPB2D02_RunTime2:BS_RunTime;
SWPB2E01_RunTime1:BS_RunTime;
SWPB2E01_RunTime2:BS_RunTime;
SWPB2E02_RunTime1:BS_RunTime;
SWPB2E02_RunTime2:BS_RunTime;
SWPB2E03_RunTime1:BS_RunTime;
SWPB2E03_RunTime2:BS_RunTime;
END_VAR
(**)
SWPB2D01_RunTime1(RUN :=LSWPB2D01_R1 , RUNTIMESET :=LSWPB2D01_RSTV1 , RUNTIMERST :=LSWPB2D01_RST1 , RunTimeRec_In :=LSWPB2D01_RH1 | LSWPB2D01_RH1:= RUNTIME);
SWPB2D01_RunTime2(RUN :=LSWPB2D01_R2 , RUNTIMESET :=LSWPB2D01_RSTV2 , RUNTIMERST :=LSWPB2D01_RST2 , RunTimeRec_In :=LSWPB2D01_RH2 | LSWPB2D01_RH2:= RUNTIME);
(**)
SWPB2D02_RunTime1(RUN :=LSWPB2D02_R1 , RUNTIMESET :=LSWPB2D02_RSTV1 , RUNTIMERST :=LSWPB2D02_RST1 , RunTimeRec_In :=LSWPB2D02_RH1 | LSWPB2D02_RH1:= RUNTIME);
SWPB2D02_RunTime2(RUN :=LSWPB2D02_R2 , RUNTIMESET :=LSWPB2D02_RSTV2 , RUNTIMERST :=LSWPB2D02_RST2 , RunTimeRec_In :=LSWPB2D02_RH2 | LSWPB2D02_RH2:= RUNTIME);
(**)
SWPB2E01_RunTime1(RUN :=LSWPB2E01_R1 , RUNTIMESET :=LSWPB2E01_RSTV1 , RUNTIMERST :=LSWPB2E01_RST1 , RunTimeRec_In :=LSWPB2E01_RH1 | LSWPB2E01_RH1:= RUNTIME);
SWPB2E01_RunTime2(RUN :=LSWPB2E01_R2 , RUNTIMESET :=LSWPB2E01_RSTV2 , RUNTIMERST :=LSWPB2E01_RST2 , RunTimeRec_In :=LSWPB2E01_RH2 | LSWPB2E01_RH2:= RUNTIME);
(**)
SWPB2E02_RunTime1(RUN :=LSWPB2E02_R1 , RUNTIMESET :=LSWPB2E02_RSTV1 , RUNTIMERST :=LSWPB2E02_RST1 , RunTimeRec_In :=LSWPB2E02_RH1 | LSWPB2E02_RH1:= RUNTIME);
SWPB2E02_RunTime2(RUN :=LSWPB2E02_R2 , RUNTIMESET :=LSWPB2E02_RSTV2 , RUNTIMERST :=LSWPB2E02_RST2 , RunTimeRec_In :=LSWPB2E02_RH2 | LSWPB2E02_RH2:= RUNTIME);
(**)
SWPB2E03_RunTime1(RUN :=LSWPB2E03_R1 , RUNTIMESET :=LSWPB2E03_RSTV1 , RUNTIMERST :=LSWPB2E03_RST1 , RunTimeRec_In :=LSWPB2E03_RH1 | LSWPB2E03_RH1:= RUNTIME);
SWPB2E03_RunTime2(RUN :=LSWPB2E03_R2 , RUNTIMESET :=LSWPB2E03_RSTV2 , RUNTIMERST :=LSWPB2E03_RST2 , RunTimeRec_In :=LSWPB2E03_RH2 | LSWPB2E03_RH2:= RUNTIME);
END_PROGRAM