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
598 B
39 lines
598 B
4 months ago
|
FUNCTION IJ_DT : BOOL
|
||
|
VAR_INPUT
|
||
|
dt_up :BOOL;
|
||
|
dt_down :BOOL;
|
||
|
END_VAR
|
||
|
|
||
|
VAR
|
||
|
|
||
|
END_VAR
|
||
|
(** {* **)
|
||
|
(** **)
|
||
|
(** ʱ �䣺20200701 **)
|
||
|
(** �� ����1.0 **)
|
||
|
(** �� �ߣ������� **)
|
||
|
(** �� �ƣ�����״̬���� **)
|
||
|
(** ˵ ���������ϡ����У���������״̬ **)
|
||
|
(** �� ע�� **)
|
||
|
(** �����飺�� **)
|
||
|
(** **)
|
||
|
(** *} **)
|
||
|
(** **)
|
||
|
(** {* **)
|
||
|
(** Input_Type: ���� **)
|
||
|
(** dt_up ������ **)
|
||
|
(** dt_down������ **)
|
||
|
(** **)
|
||
|
(** Output_Type ���� **)
|
||
|
(** dt_r ������ **)
|
||
|
(** **)
|
||
|
(** *} **)
|
||
|
(** **)
|
||
|
(** IJ_DT:=dt_up or dt_down; **)
|
||
|
(* assign - Stmt *)
|
||
|
LD dt_up
|
||
|
OR dt_down
|
||
|
ST IJ_DT
|
||
|
|
||
|
|
||
|
END_FUNCTION
|