Volume BaseComponent | |
Attributes: Runtime | Development | System | Template | Detail C Binding: Struct | Class  ClassTree | INDEX NO INDEX |
Class BaseCircuitBreaker![]() |
||
---|---|---|
Version | 1.0 | |
Modified | 03-OCT-2005 17:57:31.44 |
Base component for a circuit breaker. A circuit breaker is a automatically-operated electrical switch, designed to protect an electrical circuit from damage caused by overload or short circuit. The object supervises a digital input signal and when the signal is lost, an alarm is generated. The alarm can be disabled by setting the DisableSup input in the function object. This does not affect the Tripped output in the function object.Object Graph
When the circuit breaker is tripped, the Tripped indicator is colored red. There is also an indicator that shows if the alarm is disabled.Example
The figure shows a configuration with a circuit breaker.
Signals
The object contains the Di signal 'NotTripped' that should be connected to a Di-channel.Plc coding
For plc coding the function object BaseCircuitBreakerFo is used.
Create a function object in the plc editor and connect it to the current object with the connect function.Simulate
No simulate object is needed for BaseCircuitBreaker, but there is a simulate graph from where the Tripped signal can be affected.
See also
RtBody attributes pwr_sClass_BaseCircuitBreaker | |||
---|---|---|---|
Component | Super | Super class. | |
Di | NotTripped | The digital input, which is low for tripped breaker and high for not tripped. |
|
DSupComp | Alarm | Alarmtext when the circutbreaker is tripped. | |
Boolean | SupDisabled | Supervision is disabled. | |
AttrRef | PlcConnect | The plc function object connected to this object. |
Template Object | |
---|---|
Alarm.DetectOn | 1 |
Alarm.DetectText | Circuit breaker tripped |
Alarm.EventType | 64 |
Alarm.EventPriority | 67 |
Alarm.EventFlags | 7 |
Alarm.MoreText | |
Alarm.Attribute | BaseComponent:Class-BaseCircuitBreaker-Template |
Alarm.CtrlPosition | 1 |
Alarm.LockAttribute | 1 |
Super Attribute | ||
---|---|---|
Class | Attribute | |
Type | Component | |
Flags | Class|Superclass | |
Body | RtBody |
Super class.
NotTripped Attribute | ||
---|---|---|
Class | Attribute | |
Type | Di | |
Flags | Class|DisableAttr | |
Body | RtBody |
The digital input, which is low for tripped breaker and high for not tripped.
Alarm Attribute | ||
---|---|---|
Class | Attribute | |
Type | DSupComp | |
Flags | Class | |
Body | RtBody |
Alarmtext when the circutbreaker is tripped.
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.