ST_TcPfw_ClockTimerCam

Is a substructure of the structure ST_TcPfw_ClockTimerItf. This is used to enter the switch-on and switch-off time.

Syntax

TYPE ST_TcPfw_ClockTimerCam:
(* location PfwLib_Common.PRO *)
(* last modification: 05.06.2008 *)
STRUCT
(*
see cnv_ClockTimerCam_TcPfw for format information
*)
    On  : ARRAY[1..3] OF INT;
    Off : ARRAY[1..3] OF INT;
END_STRUCT
END_TYPE

Parameter

Name

Type

Description

On

ARRAY OF INT

After the time entered in On by the operator, the corresponding output becomes active. In the first place On[1] is the hour with the value range 0...23, in the second place On[2] the minute with the value range 0...59 and in the third place On[3] the second with the value range 0...59.

Off

ARRAY OF INT

After the time entered in Off by the operator, the corresponding output becomes inactive. In the first place On[1] is the hour with the value range 0...23, in the second place Off[2] the minute with the value range 0...59 and in the third place Off[3] the second with the value range 0...59.