Class BaseOverloadRelay
Version 1.0
Modified 22-NOV-2005 16:33:50.81
 Base component for an overload relay.

 An overload relay in a specialized circuit breaker, used with motors
 to protect the motors from damage caused by overload or electrical faults.

 BaseOverloadRelay supervises a digital input, and generates an alarm when
 the input is high. Alarm at low level is possible by inverting the channel.

 The alarm can be disabled by the DisableSup input in the function object.
 This does not affect the Overload output of the function object.

Object Graph

 The Overload indicator is colored red at overload.

Example
 The figure shows a configuration with an overload relay attached to a contactor.

Configuration


 Signal
 The Di signal Overload has to be connected to a channel.

Plc coding
 For plc coding the function object BaseOverloadRelayFo is used.
 Create a function object in the plc editor and connect it to the current
 object with the connect function.

See also



RtBody attributes pwr_sClass_BaseOverloadRelay
Component Super   Super class.
Di Overload   Digital input signal for overload.
DSupComp Alarm   Overload alarm text.
Boolean SupDisabled   Supervision is disabled.
AttrRef PlcConnect   The plc function object connected to this object.


Template Object
Alarm.DetectOn 1
Alarm.DetectText Overload relay tripped
Alarm.EventType 64
Alarm.EventPriority 67
Alarm.EventFlags 7
Alarm.MoreText
Alarm.Attribute BaseComponent:Class-BaseOverloadRelay-Template
Alarm.CtrlPosition 1
Alarm.LockAttribute 1


Attributes detail


Super Attribute
Class Attribute
Type Component
Flags Class|Superclass
Body RtBody
 Super class.

Overload Attribute
Class Attribute
Type Di
Flags Class|DisableAttr
Body RtBody
 Digital input signal for overload.

Alarm Attribute
Class Attribute
Type DSupComp
Flags Class
Body RtBody
 Overload alarm text.

SupDisabled Attribute
Class Attribute
Type Boolean
Flags ReduTransfer
Body RtBody
 Supervision is disabled.
 Shows the input DisableSup in the plc Fo object.

PlcConnect Attribute
Class Attribute
Type AttrRef
Flags
Body RtBody
 The plc function object connected to this object.
 This attribute is set when the function object is connected from
 the plc editor by the connect function.