11 an overview of the methods, 1 an overview of the admin methods : admin_xxx, An overview of the methods – Lenze ApplicationTemplate PackML (PLC Designer R3-x) User Manual

Page 91: An overview of the, Methods

Advertising
background image

Lenze · ApplicationTemplate PackML · 1.0 EN - 05/2014

91

An overview of the methods

An overview of the admin methods : Admin_xxx

_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

11

An overview of the methods

11.1

An overview of the admin methods : Admin_xxx

Identifier/function

Transfer value/data type

Description

Admin_ModeCumulativeTime

Reads out the entire waiting time of the

given module.

Inputs
MM_Address

L_EATP_MM_Address

ID of the module the status of which

is to be requested. The value "0" and

L_EATP_CONST.OWNID address the

module's own ID.

eMode

L_EATP_Modes_PackML

Indicate the module the time

requirement of which is to be

displayed.

Return value/data type
Method

UDINT

Time in seconds

Admin_ModeCurrentTime

Reads out the waiting time since the

requested module has been in the current

mode.

Inputs
MM_Address

L_EATP_MM_Address

ID of the module the status of which

is to be requested. The value "0" and

L_EATP_CONST.OWNID address the

module's own ID.

Return value/data type
Method

UDINT

Time in seconds

Admin_ResetAllTimes

Reset of all times in all modes of the slave

module/own module to zero.

Inputs
MM_Address

L_EATP_MM_Address

ID of the module the status of which

is to be requested. The value "0" and

L_EATP_CONST.OWNID address the

module's own ID.

Admin_ResetCurrentModeTimes

Reset of all times in the current mode of the

slave module/own module to zero.

Inputs
MM_Address

L_EATP_MM_Address

ID of the module the status of which

is to be requested. The value "0" and

L_EATP_CONST.OWNID address the

module's own ID.

Admin_StateCumulativeTime

Reads out the entire waiting time of the slave

module/own module in the current mode/

state.

Inputs
MM_Address

L_EATP_MM_Address

ID of the module the status of which

is to be requested. The value "0" and

L_EATP_CONST.OWNID address the

module's own ID.

eMode

L_EATP_Modes_PackML

Mode, the time of which has to be

read out.

eState

L_EATP_States_PackML

Status, the time of which has to be

read out.

Return value/data type
Method

UDINT

Time in seconds

Advertising