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.
 
 
 
 
 
 

36 lines
369 B

$INCLUDE_FILE
(* GLOBALE TYPEN *)
(* PROJEKT TYPEN *)
(* GLOBALE PROTOTYPEN *)
FUNCTION GetTime : TIME
VAR_INPUT
StartTime : TIME;
END_VAR
END_FUNCTION
FUNCTION TIME_TO_DINT : DINT
VAR_INPUT
T :TIME;
END_VAR
END_FUNCTION
(* PROJEKT PROTOTYPEN *)
(* EXTERNE POEs *)
$END_INCLUDE_FILE