8.3 Sleep Mode WOL Functionality

8.3.1 EnergyDevicePowerOffType

The EnergyDevicePowerOffType type provides access to the Sleep Mode WOL functionality of the device if supported.

Table 32 – EnergyDevicePowerOffType Definition
Attribute Value
BrowseNameEnergyDevicePowerOffType
IsAbstractFalse
References Node Class BrowseName DataType TypeDefinition Other
Subtype of the BaseObjectType defined in [OPC 10000-5].
0:HasComponentVariableRegularTimeToOperate0:Duration0:BaseDataVariableTypeM, RO
0:HasComponentVariableTimeMinPause0:Duration0:BaseDataVariableTypeM, RO
0:HasComponentVariableModePowerConsumption0:UInt320:BaseDataVariableTypeM, RO
0:HasPropertyVariableWOLMagicPacket0:ByteString0:PropertyTypeM, RO
0:HasComponentMethodSwitchOffWOLM

A RepresentedBy Reference may connect the Object to the representing PROFIenergy service access point Object (see PeServiceAccessPointType). The BrowseName of the Reference shall be “PESAP”. If the PESAP is not part of the Information Model, the RepresentedBy Reference in the EnergyDevicePowerOffType Object is omitted.

The RegularTimeToOperate Variable shall contain the time value to reach the state “Ready to operate” if the Wake-on-LAN sleep mode is terminated by a wake-up (see below).

The ModePowerConsumption Variable shall contain the power consumption in the
Wake-on-LAN sleep mode. Unit: [kW].

The WOLMagicPacket Variable shall contain the 6 bytes MAC address to be used with the magic packet sent for wake-up (see [PE CAP], chapter 7.3.4.9).

The SwitchOffWOL Method initiates the transition into the Wake-on-LAN sleep mode. In this mode the device is effectively switched off and unavailable for network communication. The device can be awakened using the magic packet (see [PE CAP], chapter 7.3.4.9).

8.3.1.1 SwitchOffWOL Method

This Method starts the transition into the special Wake-on-LAN mode.

Signature

	SwitchOffWOL (
		[out] 0:Byte			ModeID
		[out] 0:Duration		CurrentTimeToDestination
		[out] 0:Duration		RegularTimeToOperate
		[out] 0:Duration		TimeMinLengthOfStay
		[out] 0:Byte			ReturnCode
		);
	
Argument Description
ModeIDID of the “Sleep Mode WOL” (0xFE) if successful, otherwise 0.
CurrentTimeToDestinationTime needed to reach the Energy Saving Mode if successful, otherwise 0.
RegularTimeToOperateTime needed to reach “Ready to operate” again if the Wake-on-LAN sleep mode will be regularly terminated if successful, otherwise 0.
TimeMinLengthOfStayTime of minimum stay in the Wake-on-LAN sleep mode if successful, otherwise 0.
ReturnCodeReturn code. See Table 16.

The Method Result Codes (defined in Call Service) are defined in Table 15.