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.
33 lines
1.4 KiB
33 lines
1.4 KiB
3 months ago
|
PROGRAM SWP
|
||
|
VAR_EXTERNAL
|
||
|
|
||
|
END_VAR
|
||
|
|
||
|
VAR_GLOBAL
|
||
|
|
||
|
END_VAR
|
||
|
|
||
|
VAR
|
||
|
SWP08A01_RunTime1:BS_RunTime;
|
||
|
SWP08A01_RunTime2:BS_RunTime;
|
||
|
SWP08A02_RunTime1:BS_RunTime;
|
||
|
SWP08A02_RunTime2:BS_RunTime;
|
||
|
SWP08A03_RunTime1:BS_RunTime;
|
||
|
SWP08A03_RunTime2:BS_RunTime;
|
||
|
SWP08A04_RunTime1:BS_RunTime;
|
||
|
SWP08A04_RunTime2:BS_RunTime;
|
||
|
SWP08A05_RunTime1:BS_RunTime;
|
||
|
SWP08A05_RunTime2:BS_RunTime;
|
||
|
SWP08A06_RunTime1:BS_RunTime;
|
||
|
SWP08A06_RunTime2:BS_RunTime;
|
||
|
|
||
|
END_VAR
|
||
|
(*运行累积时间*)
|
||
|
SWP08A01_RunTime1(RUN :=LSWP08A01_R1 , RUNTIMESET :=LSWP08A01_RSTV1 , RUNTIMERST :=LSWP08A01_RST1 , RunTimeRec_In :=LSWP08A01_RH1 | LSWP08A01_RH1:= RUNTIME);
|
||
|
SWP08A01_RunTime2(RUN :=LSWP08A01_R2 , RUNTIMESET :=LSWP08A01_RSTV2 , RUNTIMERST :=LSWP08A01_RST2 , RunTimeRec_In :=LSWP08A01_RH2 | LSWP08A01_RH2:= RUNTIME);
|
||
|
SWP08A02_RunTime1(RUN :=LSWP08A02_R1 , RUNTIMESET :=LSWP08A02_RSTV1 , RUNTIMERST :=LSWP08A02_RST1 , RunTimeRec_In :=LSWP08A02_RH1 | LSWP08A02_RH1:= RUNTIME);
|
||
|
SWP08A02_RunTime2(RUN :=LSWP08A02_R2 , RUNTIMESET :=LSWP08A02_RSTV2 , RUNTIMERST :=LSWP08A02_RST2 , RunTimeRec_In :=LSWP08A02_RH2 | LSWP08A02_RH2:= RUNTIME);
|
||
|
SWP08A03_RunTime1(RUN :=LSWP08A03_R1 , RUNTIMESET :=LSWP08A03_RSTV1 , RUNTIMERST :=LSWP08A03_RST1 , RunTimeRec_In :=LSWP08A03_RH1 | LSWP08A03_RH1:= RUNTIME);
|
||
|
SWP08A03_RunTime2(RUN :=LSWP08A03_R2 , RUNTIMESET :=LSWP08A03_RSTV2 , RUNTIMERST :=LSWP08A03_RST2 , RunTimeRec_In :=LSWP08A03_RH2 | LSWP08A03_RH2:= RUNTIME);
|
||
|
|
||
|
END_PROGRAM
|