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.
39 lines
2.4 KiB
39 lines
2.4 KiB
3 months ago
|
PROGRAM SWP
|
||
|
VAR_EXTERNAL
|
||
|
|
||
|
END_VAR
|
||
|
|
||
|
VAR_GLOBAL
|
||
|
|
||
|
END_VAR
|
||
|
|
||
|
VAR
|
||
|
SWP06A01_RunTime1:BS_RunTime;
|
||
|
SWP06A01_RunTime2:BS_RunTime;
|
||
|
SWP06A02_RunTime1:BS_RunTime;
|
||
|
SWP06A02_RunTime2:BS_RunTime;
|
||
|
SWP06A03_RunTime1:BS_RunTime;
|
||
|
SWP06A03_RunTime2:BS_RunTime;
|
||
|
SWP06A04_RunTime1:BS_RunTime;
|
||
|
SWP06A04_RunTime2:BS_RunTime;
|
||
|
SWP06A05_RunTime1:BS_RunTime;
|
||
|
SWP06A05_RunTime2:BS_RunTime;
|
||
|
SWP06A06_RunTime1:BS_RunTime;
|
||
|
SWP06A06_RunTime2:BS_RunTime;
|
||
|
|
||
|
END_VAR
|
||
|
(*运行累积时间*)
|
||
|
SWP06A01_RunTime1(RUN :=LSWP06A01_R1 , RUNTIMESET :=LSWP06A01_RSTV1 , RUNTIMERST :=LSWP06A01_RST1 , RunTimeRec_In :=LSWP06A01_RH1 | LSWP06A01_RH1:= RUNTIME);
|
||
|
SWP06A01_RunTime2(RUN :=LSWP06A01_R2 , RUNTIMESET :=LSWP06A01_RSTV2 , RUNTIMERST :=LSWP06A01_RST2 , RunTimeRec_In :=LSWP06A01_RH2 | LSWP06A01_RH2:= RUNTIME);
|
||
|
SWP06A02_RunTime1(RUN :=LSWP06A02_R1 , RUNTIMESET :=LSWP06A02_RSTV1 , RUNTIMERST :=LSWP06A02_RST1 , RunTimeRec_In :=LSWP06A02_RH1 | LSWP06A02_RH1:= RUNTIME);
|
||
|
SWP06A02_RunTime2(RUN :=LSWP06A02_R2 , RUNTIMESET :=LSWP06A02_RSTV2 , RUNTIMERST :=LSWP06A02_RST2 , RunTimeRec_In :=LSWP06A02_RH2 | LSWP06A02_RH2:= RUNTIME);
|
||
|
SWP06A03_RunTime1(RUN :=LSWP06A03_R1 , RUNTIMESET :=LSWP06A03_RSTV1 , RUNTIMERST :=LSWP06A03_RST1 , RunTimeRec_In :=LSWP06A03_RH1 | LSWP06A03_RH1:= RUNTIME);
|
||
|
SWP06A03_RunTime2(RUN :=LSWP06A03_R2 , RUNTIMESET :=LSWP06A03_RSTV2 , RUNTIMERST :=LSWP06A03_RST2 , RunTimeRec_In :=LSWP06A03_RH2 | LSWP06A03_RH2:= RUNTIME);
|
||
|
SWP06A04_RunTime1(RUN :=LSWP06A04_R1 , RUNTIMESET :=LSWP06A04_RSTV1 , RUNTIMERST :=LSWP06A04_RST1 , RunTimeRec_In :=LSWP06A04_RH1 | LSWP06A04_RH1:= RUNTIME);
|
||
|
SWP06A04_RunTime2(RUN :=LSWP06A04_R2 , RUNTIMESET :=LSWP06A04_RSTV2 , RUNTIMERST :=LSWP06A04_RST2 , RunTimeRec_In :=LSWP06A04_RH2 | LSWP06A04_RH2:= RUNTIME);
|
||
|
SWP06A05_RunTime1(RUN :=LSWP06A05_R1 , RUNTIMESET :=LSWP06A05_RSTV1 , RUNTIMERST :=LSWP06A05_RST1 , RunTimeRec_In :=LSWP06A05_RH1 | LSWP06A05_RH1:= RUNTIME);
|
||
|
SWP06A05_RunTime2(RUN :=LSWP06A05_R2 , RUNTIMESET :=LSWP06A05_RSTV2 , RUNTIMERST :=LSWP06A05_RST2 , RunTimeRec_In :=LSWP06A05_RH2 | LSWP06A05_RH2:= RUNTIME);
|
||
|
SWP06A06_RunTime1(RUN :=LSWP06A06_R1 , RUNTIMESET :=LSWP06A06_RSTV1 , RUNTIMERST :=LSWP06A06_RST1 , RunTimeRec_In :=LSWP06A06_RH1 | LSWP06A06_RH1:= RUNTIME);
|
||
|
SWP06A06_RunTime2(RUN :=LSWP06A06_R2 , RUNTIMESET :=LSWP06A06_RSTV2 , RUNTIMERST :=LSWP06A06_RST2 , RunTimeRec_In :=LSWP06A06_RH2 | LSWP06A06_RH2:= RUNTIME);
|
||
|
|
||
|
END_PROGRAM
|