江苏省南京市溧水区秦淮人家下位机
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.

50 lines
2.8 KiB

3 months ago
PROGRAM SWP
VAR_EXTERNAL
END_VAR
VAR_GLOBAL
END_VAR
VAR
SWPB1D01_RunTime1:BS_RunTime;
SWPB1D01_RunTime2:BS_RunTime;
SWPB1D02_RunTime1:BS_RunTime;
SWPB1D02_RunTime2:BS_RunTime;
SWPB1D03_RunTime1:BS_RunTime;
SWPB1D03_RunTime2:BS_RunTime;
SWPB1D04_RunTime1:BS_RunTime;
SWPB1D04_RunTime2:BS_RunTime;
SWPB1D05_RunTime1:BS_RunTime;
SWPB1D05_RunTime2:BS_RunTime;
SWPB1D06_RunTime1:BS_RunTime;
SWPB1D06_RunTime2:BS_RunTime;
EAFB1D01_RunTime:BS_RunTime;
EAFB1D02_RunTime:BS_RunTime;
END_VAR
(*运行累积时间*)
SWPB1D01_RunTime1(RUN :=LSWPB1D01_R1 , RUNTIMESET :=LSWPB1D01_RSTV1 , RUNTIMERST :=LSWPB1D01_RST1 , RunTimeRec_In :=LSWPB1D01_RH1 | LSWPB1D01_RH1:= RUNTIME);
SWPB1D01_RunTime2(RUN :=LSWPB1D01_R2 , RUNTIMESET :=LSWPB1D01_RSTV2 , RUNTIMERST :=LSWPB1D01_RST2 , RunTimeRec_In :=LSWPB1D01_RH2 | LSWPB1D01_RH2:= RUNTIME);
SWPB1D02_RunTime1(RUN :=LSWPB1D02_R1 , RUNTIMESET :=LSWPB1D02_RSTV1 , RUNTIMERST :=LSWPB1D02_RST1 , RunTimeRec_In :=LSWPB1D02_RH1 | LSWPB1D02_RH1:= RUNTIME);
SWPB1D02_RunTime2(RUN :=LSWPB1D02_R2 , RUNTIMESET :=LSWPB1D02_RSTV2 , RUNTIMERST :=LSWPB1D02_RST2 , RunTimeRec_In :=LSWPB1D02_RH2 | LSWPB1D02_RH2:= RUNTIME);
SWPB1D03_RunTime1(RUN :=LSWPB1D03_R1 , RUNTIMESET :=LSWPB1D03_RSTV1 , RUNTIMERST :=LSWPB1D03_RST1 , RunTimeRec_In :=LSWPB1D03_RH1 | LSWPB1D03_RH1:= RUNTIME);
SWPB1D03_RunTime2(RUN :=LSWPB1D03_R2 , RUNTIMESET :=LSWPB1D03_RSTV2 , RUNTIMERST :=LSWPB1D03_RST2 , RunTimeRec_In :=LSWPB1D03_RH2 | LSWPB1D03_RH2:= RUNTIME);
SWPB1D04_RunTime1(RUN :=LSWPB1D04_R1 , RUNTIMESET :=LSWPB1D04_RSTV1 , RUNTIMERST :=LSWPB1D04_RST1 , RunTimeRec_In :=LSWPB1D04_RH1 | LSWPB1D04_RH1:= RUNTIME);
SWPB1D04_RunTime2(RUN :=LSWPB1D04_R2 , RUNTIMESET :=LSWPB1D04_RSTV2 , RUNTIMERST :=LSWPB1D04_RST2 , RunTimeRec_In :=LSWPB1D04_RH2 | LSWPB1D04_RH2:= RUNTIME);
SWPB1D05_RunTime1(RUN :=LSWPB1D05_R1 , RUNTIMESET :=LSWPB1D05_RSTV1 , RUNTIMERST :=LSWPB1D05_RST1 , RunTimeRec_In :=LSWPB1D05_RH1 | LSWPB1D05_RH1:= RUNTIME);
SWPB1D05_RunTime2(RUN :=LSWPB1D05_R2 , RUNTIMESET :=LSWPB1D05_RSTV2 , RUNTIMERST :=LSWPB1D05_RST2 , RunTimeRec_In :=LSWPB1D05_RH2 | LSWPB1D05_RH2:= RUNTIME);
SWPB1D06_RunTime1(RUN :=LSWPB1D06_R1 , RUNTIMESET :=LSWPB1D06_RSTV1 , RUNTIMERST :=LSWPB1D06_RST1 , RunTimeRec_In :=LSWPB1D06_RH1 | LSWPB1D06_RH1:= RUNTIME);
SWPB1D06_RunTime2(RUN :=LSWPB1D06_R2 , RUNTIMESET :=LSWPB1D06_RSTV2 , RUNTIMERST :=LSWPB1D06_RST2 , RunTimeRec_In :=LSWPB1D06_RH2 | LSWPB1D06_RH2:= RUNTIME);
(*运行累积时间*)
EAFB1D01_RunTime(RUN :=LEAFB1D01_R , RUNTIMESET :=LEAFB1D01_RSTV , RUNTIMERST :=LEAFB1D01_RST, RunTimeRec_In :=LEAFB1D01_RH | LEAFB1D01_RH:= RUNTIME);
EAFB1D02_RunTime(RUN :=LEAFB1D02_R , RUNTIMESET :=LEAFB1D02_RSTV , RUNTIMERST :=LEAFB1D02_RST, RunTimeRec_In :=LEAFB1D02_RH | LEAFB1D02_RH:= RUNTIME);
END_PROGRAM