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

115 lines
3.1 KiB

PROGRAM SWP
VAR_EXTERNAL
END_VAR
VAR_GLOBAL
END_VAR
VAR
SWP03A01_RunTime1:BS_RunTime;
SWP03A01_RunTime2:BS_RunTime;
SWP03A02_RunTime1:BS_RunTime;
SWP03A02_RunTime2:BS_RunTime;
SWP03A03_RunTime1:BS_RunTime;
SWP03A03_RunTime2:BS_RunTime;
END_VAR
(*Automatically declared*)
VAR_EXTERNAL
LSWP03A01_RH1 : REAL;
LSWP03A01_RST2 : BOOL;
LSWP03A01_RST1 : BOOL;
LSWP03A02_R2 : BOOL;
LSWP03A02_R1 : BOOL;
LSWP03A02_RSTV2 : REAL;
LSWP03A02_RST2 : BOOL;
LSWP03A02_RST1 : BOOL;
LSWP03A03_R2 : BOOL;
LSWP03A03_R1 : BOOL;
LSWP03A02_RSTV1 : REAL;
LSWP03A01_R2 : BOOL;
LSWP03A01_R1 : BOOL;
LSWP03A03_RH1 : REAL;
LSWP03A01_RSTV2 : REAL;
LSWP03A03_RH2 : REAL;
LSWP03A03_RST2 : BOOL;
LSWP03A03_RST1 : BOOL;
LSWP03A01_RSTV1 : REAL;
LSWP03A03_RSTV1 : REAL;
LSWP03A02_RH1 : REAL;
LSWP03A03_RSTV2 : REAL;
LSWP03A01_RH2 : REAL;
LSWP03A02_RH2 : REAL;
END_VAR
(** {*�����ۻ�ʱ��*} **)
(** SWP03A01_RunTime1(RUN :=LSWP03A01_R1 , RUNTIMESET :=LSWP03A01_RSTV1 , RUNTIMERST :=LSWP03A01_RST1 , RunTimeRec_In :=LSWP03A01_RH1 | LSWP03A01_RH1:= RUNTIME); **)
(* call - Stmt *)
CAL SWP03A01_RunTime1 (
RUN := LSWP03A01_R1,
RUNTIMESET := LSWP03A01_RSTV1,
RUNTIMERST := LSWP03A01_RST1,
RunTimeRec_In := LSWP03A01_RH1
|
LSWP03A01_RH1 := RUNTIME
)
(** SWP03A01_RunTime2(RUN :=LSWP03A01_R2 , RUNTIMESET :=LSWP03A01_RSTV2 , RUNTIMERST :=LSWP03A01_RST2 , RunTimeRec_In :=LSWP03A01_RH2 | LSWP03A01_RH2:= RUNTIME); **)
(* call - Stmt *)
CAL SWP03A01_RunTime2 (
RUN := LSWP03A01_R2,
RUNTIMESET := LSWP03A01_RSTV2,
RUNTIMERST := LSWP03A01_RST2,
RunTimeRec_In := LSWP03A01_RH2
|
LSWP03A01_RH2 := RUNTIME
)
(** SWP03A02_RunTime1(RUN :=LSWP03A02_R1 , RUNTIMESET :=LSWP03A02_RSTV1 , RUNTIMERST :=LSWP03A02_RST1 , RunTimeRec_In :=LSWP03A02_RH1 | LSWP03A02_RH1:= RUNTIME); **)
(* call - Stmt *)
CAL SWP03A02_RunTime1 (
RUN := LSWP03A02_R1,
RUNTIMESET := LSWP03A02_RSTV1,
RUNTIMERST := LSWP03A02_RST1,
RunTimeRec_In := LSWP03A02_RH1
|
LSWP03A02_RH1 := RUNTIME
)
(** SWP03A02_RunTime2(RUN :=LSWP03A02_R2 , RUNTIMESET :=LSWP03A02_RSTV2 , RUNTIMERST :=LSWP03A02_RST2 , RunTimeRec_In :=LSWP03A02_RH2 | LSWP03A02_RH2:= RUNTIME); **)
(* call - Stmt *)
CAL SWP03A02_RunTime2 (
RUN := LSWP03A02_R2,
RUNTIMESET := LSWP03A02_RSTV2,
RUNTIMERST := LSWP03A02_RST2,
RunTimeRec_In := LSWP03A02_RH2
|
LSWP03A02_RH2 := RUNTIME
)
(** SWP03A03_RunTime1(RUN :=LSWP03A03_R1 , RUNTIMESET :=LSWP03A03_RSTV1 , RUNTIMERST :=LSWP03A03_RST1 , RunTimeRec_In :=LSWP03A03_RH1 | LSWP03A03_RH1:= RUNTIME); **)
(* call - Stmt *)
CAL SWP03A03_RunTime1 (
RUN := LSWP03A03_R1,
RUNTIMESET := LSWP03A03_RSTV1,
RUNTIMERST := LSWP03A03_RST1,
RunTimeRec_In := LSWP03A03_RH1
|
LSWP03A03_RH1 := RUNTIME
)
(** SWP03A03_RunTime2(RUN :=LSWP03A03_R2 , RUNTIMESET :=LSWP03A03_RSTV2 , RUNTIMERST :=LSWP03A03_RST2 , RunTimeRec_In :=LSWP03A03_RH2 | LSWP03A03_RH2:= RUNTIME); **)
(* call - Stmt *)
CAL SWP03A03_RunTime2 (
RUN := LSWP03A03_R2,
RUNTIMESET := LSWP03A03_RSTV2,
RUNTIMERST := LSWP03A03_RST2,
RunTimeRec_In := LSWP03A03_RH2
|
LSWP03A03_RH2 := RUNTIME
)
END_PROGRAM