ST_TcPfw_PowerMeasurement_Cfg

Such a structure contains the configuration data for power measurement. These data are not stored.

Syntax

TYPE ST_TcPfw_xL3403_Input:
(* location PfwLib_TempControl.PRO *)
(* last modification: 08.09.2010 *)
STRUCT
    CycleTime     : LREAL:=0.025;
    I_ratio       : LREAL:=1.0;

    ePowerTerminal: E_TcPfw_TctrlPowerTerminal;
    TerminalIdx   : INT;
    TerminalSubIdx: INT;
END_TYPE

Parameter

Name

Type

Description

CycleTime

LREAL

Task cycle time.

I_ratio

LREAL

Ratio of the current transformers.

ePowerTerminal

E_TcPfw_TctrlPowerTerminal

Type of power measurement terminal that is connected.

TerminalIdx

INT

Number of the Supplygroup which is assigned to it.

TerminalSubIdx

INT

For terminals containing more than three current measurement channels (EL3446), it must be specified whether the group is connected to the first three current measurement inputs (-> 1) or to the rear three current measurement inputs (-> 2).