Motor with ABB Frequency converter ACS880.
The ABB_ACS880EplMotorAggr object handles a motor controlled by a ABB frequency converter ACS880
via Powerlink with ABB Drives communication profile. One main contactor can also be
controlled by this object.
See also pump class ABB_ACS880EplPumpAggr and fan class ABB_ACS880EplFanAggr.
The aggregate can be configured with many different components, with different modes Auto/Man/Local
and with a lot of options.
Components except the motor and converter:
- Circuitbreaker MCCB.
- Contactor Pulse maneuver is possible with two digital outputs on/off.
- Safetyswitch In the main circuit or maneuver circuit (startlock).
- Fuse
Graphical Symbol
The graphical symbol for this object is ABB/ABB_ACS800MotorAggr,
note that the symbol is the same as old converter type ACS800.
Default dynamics:
- the motor is filled with the original color when the motor is on.
- colored gray when the motor is off.
- colored red when an error occurs.
- colored yellow when a warning occurs.
- indicating the current mode:
M: Manual mode.
L: Local mode, mode is set to auto when local is left.
LM: Local mode, mode is set to manual when local is left.
No indication: auto mode.
Default action:
- the methods menu is opened with MB3.
Object Graph (one of 24)
Configuration
The ABB_ACS880MotorAggr object handles 24 different configuration options depending on
the electrical components solution. Use the method popup menu configureComponent to choose
the electrical components.
- Circuitbreaker
- Contactor (pulse i possible with 2 digital output on/off)
- Frequencyconverter (always present)
- Safetyswitch
- Startlock
- Fuse
1 CbCoFcSs Circuitbreaker, contactor, frequencyconverter and safetyswitch.
2 CbCoFcSl Circuitbreaker, contactor, frequencyconverter and startlock.
3 CbCoFc Circuitbreaker, contactor and frequencyconverter.
4 CbFcSs Circuitbreaker, frequencyconverter and safetyswitch.
5 CbFcSl Circuitbreaker, frequencyconverter and startlock.
6 CbFc Circuitbreaker and frequencyconverter.
7 CoFcSs Contactor, frequencyconverter and safetyswitch.
8 CoFcSl Contactor, frequencyconverter and startlock.
9 CoFc Contactor and frequencyconverter.
10 FcSs Frequencyconverter and safetyswitch.
11 FcSl Frequencyconverter and startlock.
12 Fc Frequencyconverter.
13 FuCbCoFcSs Fuse, circuitbreaker, contactor, frequencyconverter and safetyswitch.
14 FuCbCoFcSl Fuse, circuitbreaker, contactor, frequencyconverter and startlock.
15 FuCbCoFc Fuse, circuitbreaker, contactor and frequencyconverter.
16 FuCbFcSs Fuse, circuitbreaker, frequencyconverter and safetyswitch.
17 FuCbFcSl Fuse, circuitbreaker, frequencyconverter and startlock.
18 FuCbFc Fuse, circuitbreaker and frequencyconverter.
19 FuCoFcSs Fuse, contactor, frequencyconverter and safetyswitch.
20 FuCoFcSl Fuse, contactor, frequencyconverter and startlock.
21 FuCoFc Fuse, contactor and frequencyconverter.
22 FuFcSs Fuse, Frequencyconverter and safetyswitch.
23 FuFcSl Fuse, Frequencyconverter and startlock.
24 FuFc Fuse, Frequencyconverter.
Each of these options has an object graph that automatically appears when you open the object
graph in runtime. The choice will also create or hide the components in the object.
After the configuration you have to configure and connect the IO signals for chosen components,
see below.
Signals
The components of the object contain signals that must be connected to IO channels or disabled.
For components that have several IO options, the "ConfigureComponent" method is used. For
components that only contains one single IO signal, the "Disable" method i.e:
- CircuitBreaker.NotTripped Di (configuration via Disable method)
- SafetySwitch.On Di (configuration via Disable method)
- Contactor.Order Do (configuration via "ConfigureComponent" method)
- Contactor.OrderOff Do (configuration via "ConfigureComponent" method choose TwoOrderFeedback)
- Contactor.Feedback Di (configuration via "ConfigureComponent" method)
- Motor.TempSwich.Switch Di (configuration via "ConfigureComponent" method)
- Motor.TempSensor.Value Ai (configuration via "ConfigureComponent" method)
Mode
Different modes, Auto/Manual/Local, are handled by the CompModeA object.
Note that local mode refers to control from a local cabinet placed close to the motor,
NOT the inverters local mode in display panel on the inverter.
Mode function:
-Error handling for manual operation (5 alarm).
-Dimmed pushbuttons in the object graph to avoid incorrect operation.
Modes that can be configured: (extern control = outside the object)
1 Remote mode auto/man Auto/manual mode is controlled by pushbutton in the graph.
2 Remote mod extern Auto/manual mode is controlled by "extern" function via PLC program.
3 Remote mod extern The motor is controlled as 2, but pushbutton Start/Stop can be used in the graph.
4 Internal mod The motor is controlled only by pushbutton Start/Stop used in the graph.
5 Local mod The motor is controlled from a cabinet/box placed close to the motor.
Mode description related to 1-5 over: (attributes in the CompModeA object)
1 This is the default configuration.
2 No pushbutton in graph by setting attribute OpExtOnly to 1.
3 As number 2 but Start/Stop button are present in graph. Set attribute OpExtAndIntMan to 1.
4 Setting attribute OpIntOnly to 1.
5 Handled by function object input Local. Disable local by setting attribute OpNoLocal to 1.
NoteOnly one of the three mode attributes in CompModeA: OpExtAndIntMan, OpIntOnly, OpExtOnly,
should have value 1, or the object will not work properly.
NoteIf configuration is external control (Auto/Man pushbuttons are disabled) it is recommended
to use the Error {err] output of the function object to reset external order and avoid
unwanted starts. It is also important to handle the local input OpLocStart [lst]
in the same way. See example below.
NoteIf the attribute OpNoAutoToMan in object CompModeA is set to 1, it is important to,
in the PLC code, reset the input ExtStart [est] or reset the input ExtControl [eco] if this
has been used. The reason is to avoid unwanted starts.
NoteIf local mode is used, it is important to reset start order input LocalStart [lst] to
avoid unwanted start, see example below.
Example PLC code error handling local start
The picture shows an example when output [err] from a function object is used to reset local
start input [lst], reset code is yellow in the picture. Note that the code example is from
a BaseMotorAggr object, but in principle it is the same for an ABB_ACS880EplMotorAggr.
See ols object CompModeA for more information.
Plc coding
For plc coding the function object ABB_ACS880MotorAggrFo is used.
Note that the object name are with no letters Epl.
Create a function object in the plc editor and connect it to the current
object in plant hierarchy with the connect function.
Startorder (via control word MainControlCW) and analog reference output (RefSpeed) via
Powerlink to the inverter are controlled by four different modes:
1 Input ExtStart [est] from function object and intern auto/man mode.
2 Input ExtStart [est] from function object and extern auto/man mode [eco].
3 Buttons Start/stop in the graph in manual mode.
4 Input LocalStart [lst] from function object if input LocalMode [loc] is active.
The analog reference is taken from input RefSpeedExt [REX] in auto/extern mode and
input RefSpeedLoc [RLO] in local mode, or internal via graph (OpRefMan) in manual mode.
Example PLC code for ACS880 aggregate
Note if a contactor with start and stop pulse is used and input pin 'pil' Power Interlock
goes low/false a stop pulse is generated.
Powerlink
For the powerlink connection use the powerlink Module object ABB_ACS880_Epl with
the internal attribute object ABB_ACS880_Epl_IOModule. Create an ABB_ACS880_Epl object
in the node hierarchy. See class ABB_ACS880_Epl for more information.
Connect the Io attribute of the ABB_ACS880_Epl_IoModule object to the ACS880 object
with the connect function. The ACS880 object of class ABB_ACS880_Epl_1 is an attribute
in the ABB_ACS880EplMotorAggr object.
See class ABB_ACS880_Epl_1 for more information about IO connect, two figures describe the IO
connect methode in detail. Note If the menu option 'IO connect' is dimmed use normal channel
IO connect methode i.e. 'ctrl + mouse dubbel click left button' on the plant hierarchi attribute
'IoConnect' when the node hierachi attribute 'Io' is selected.
Object Graph ACS880 object
IO settings
To adapt the frequency converter to this configuration, some settings
have to be performed, see class ABB_ACS880_Epl.
Signal scale settings in the object ABB_ACS880_Epl_IoModule channel ChanAi
and ChanAo to consider is:
-Signal RefSpeed channel O_REF
-Signal ActSpeed channel I_ACT
-Signal ActCurrent channel I_CURR_0107 (32bit)
-Signal ActTorque channel I_TORQ_0110
See class ABB_ACS880_Epl_1 for more information.
Simulate
For simulation of the motor, use the plc function object ABB_ACS880MotorAggrSim.
Note that the object name are with no letters Epl.
ACS800 comparison
The previous variant ACS800 is almost the same as ACS880 but some improvements are added
in this aggregate frequency object ACS880 i.e:
-Safe torque off input in the converter i.e. new output [sto] in function object and new signal.
-All fault and warning messages in text form in object graph.
-Alarm message converter fault (inhibit) removed.
-After a stop command it is now possible to start directly without waiting for stop to complete.
-Graphical interface with more status and a new user status word.
-Predefined input named "User 1" to "User 5" displayed in the object graph.
-ConvertReady signal added that pays attention to the new STO input (safe torque off)
-New signal "zero speed" and "magnetized" (good to have in synchronous start etc.)
See also
Template Object |
Super.AlarmToOften.DetectOn |
1 |
Super.AlarmToOften.DetectText |
Power not yet ready for restart, wait before retry |
Super.AlarmToOften.EventType |
64 |
Super.AlarmToOften.EventPriority |
67 |
Super.AlarmToOften.EventFlags |
7 |
Super.AlarmToOften.MoreText |
|
Super.AlarmToOften.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template |
Super.AlarmToOften.CtrlPosition |
1 |
Super.AlarmToOften.LockAttribute |
1 |
Super.AlarmPowOnNotOk.DetectOn |
1 |
Super.AlarmPowOnNotOk.DetectText |
Power interlocked |
Super.AlarmPowOnNotOk.EventType |
64 |
Super.AlarmPowOnNotOk.EventPriority |
67 |
Super.AlarmPowOnNotOk.EventFlags |
7 |
Super.AlarmPowOnNotOk.MoreText |
|
Super.AlarmPowOnNotOk.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template |
Super.AlarmPowOnNotOk.CtrlPosition |
1 |
Super.AlarmPowOnNotOk.LockAttribute |
1 |
Super.AlarmStartNotOk.DetectOn |
1 |
Super.AlarmStartNotOk.DetectText |
Power is not on |
Super.AlarmStartNotOk.EventType |
64 |
Super.AlarmStartNotOk.EventPriority |
67 |
Super.AlarmStartNotOk.EventFlags |
7 |
Super.AlarmStartNotOk.MoreText |
|
Super.AlarmStartNotOk.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template |
Super.AlarmStartNotOk.CtrlPosition |
1 |
Super.AlarmStartNotOk.LockAttribute |
1 |
Super.CircuitBreaker.Alarm.DetectOn |
1 |
Super.CircuitBreaker.Alarm.DetectText |
Circuit breaker tripped |
Super.CircuitBreaker.Alarm.EventType |
64 |
Super.CircuitBreaker.Alarm.EventPriority |
67 |
Super.CircuitBreaker.Alarm.EventFlags |
7 |
Super.CircuitBreaker.Alarm.MoreText |
|
Super.CircuitBreaker.Alarm.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.CircuitBreaker |
Super.CircuitBreaker.Alarm.CtrlPosition |
1 |
Super.CircuitBreaker.Alarm.LockAttribute |
1 |
Super.Contactor.DisableOffControl |
1 |
Super.Contactor.FbTimeLimit |
1.000000e+00 |
Super.Contactor.Alarm.DetectOn |
1 |
Super.Contactor.Alarm.DetectText |
Contactor feedback lost |
Super.Contactor.Alarm.EventType |
64 |
Super.Contactor.Alarm.EventPriority |
67 |
Super.Contactor.Alarm.EventFlags |
7 |
Super.Contactor.Alarm.MoreText |
|
Super.Contactor.Alarm.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.Contactor |
Super.Contactor.Alarm.CtrlPosition |
1 |
Super.Contactor.Alarm.LockAttribute |
1 |
Super.ACS880.Description |
Frequency converter (Powerlink) |
Super.ACS880.Specification |
ABB Frequency converter ACS880 |
Super.ACS880.DisableInIdPar |
1 |
Super.ACS880.InIdPar.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_PPO7_IoModule.I_ID |
Super.ACS880.DisableInIndPar |
1 |
Super.ACS880.InIndPar.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_PPO7_IoModule.I_IND |
Super.ACS880.DisableInValuePar |
1 |
Super.ACS880.InValuePar.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_PPO7_IoModule.I_VALUE |
Super.ACS880.MainStatusSW.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_Epl_IoModule.I_SW |
Super.ACS880.ActSpeed.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_Epl_IoModule.I_ACT |
Super.ACS880.ActSpeed.Unit |
r/m |
Super.ACS880.ActSpeed.NoOfDecimals |
1 |
Super.ACS880.ActSpeed.PresMaxLimit |
3.000000e+03 |
Super.ACS880.ActSpeed.PresMinLimit |
-3.000000e+03 |
Super.ACS880.ActCurrent.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_Epl_IoModule.I_CURR_0107 |
Super.ACS880.ActCurrent.Unit |
A |
Super.ACS880.ActCurrent.PresMaxLimit |
3.000000e+02 |
Super.ACS880.ActCurrent.PresMinLimit |
-3.000000e+02 |
Super.ACS880.ActTorque.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_Epl_IoModule.I_TORQ_0110 |
Super.ACS880.ActTorque.Unit |
% |
Super.ACS880.ActTorque.PresMaxLimit |
3.000000e+02 |
Super.ACS880.ActTorque.PresMinLimit |
-3.000000e+02 |
Super.ACS880.UserStatusSW1.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_Epl_IoModule.I_USW1_0650 |
Super.ACS880.ActiveWarning1.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_Epl_IoModule.I_WARN1_0406 |
Super.ACS880.ActiveFault1.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_Epl_IoModule.I_FAULT1_0401 |
Super.ACS880.DisableOutIdPar |
1 |
Super.ACS880.OutIdPar.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_PPO7_IoModule.O_ID |
Super.ACS880.DisableOutIndPar |
1 |
Super.ACS880.OutIndPar.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_PPO7_IoModule.O_IND |
Super.ACS880.DisableValuePar |
1 |
Super.ACS880.OutValuePar.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_PPO7_IoModule.O_VALUE |
Super.ACS880.MainControlCW.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_Epl_IoModule.O_CW |
Super.ACS880.RefSpeed.SigChanCon |
$IoConnect:ABB-Class-ABB_ACS880_Epl_IoModule.O_REF |
Super.ACS880.RefSpeed.Unit |
r/m |
Super.ACS880.RefSpeed.PresMaxLimit |
3.000000e+03 |
Super.ACS880.RefSpeed.PresMinLimit |
-3.000000e+03 |
Super.ACS880.DisableOpWritePar |
1 |
Super.ACS880.DisableOpReadPar |
1 |
Super.ACS880.DisableOpBackupPar |
1 |
Super.ACS880.PowerUpTime |
1.500000e+01 |
Super.ACS880.DisableRequestPar |
1 |
Super.ACS880.DisableWriteValuePar |
1 |
Super.ACS880.DisableReadValuePar |
1 |
Super.ACS880.DisableReadCodePar |
1 |
Super.ACS880.DisableReadCodeSubPar |
1 |
Super.ACS880.AlarmLocalMod.DetectOn |
1 |
Super.ACS880.AlarmLocalMod.DetectText |
Frequency converter is in local mode |
Super.ACS880.AlarmLocalMod.EventType |
64 |
Super.ACS880.AlarmLocalMod.EventPriority |
66 |
Super.ACS880.AlarmLocalMod.EventFlags |
7 |
Super.ACS880.AlarmLocalMod.MoreText |
|
Super.ACS880.AlarmLocalMod.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880 |
Super.ACS880.AlarmLocalMod.CtrlPosition |
1 |
Super.ACS880.AlarmLocalMod.TimerTime |
3.000000e+00 |
Super.ACS880.AlarmLocalMod.LockAttribute |
1 |
Super.ACS880.AlarmTripped.DetectOn |
1 |
Super.ACS880.AlarmTripped.DetectText |
Frequency converter tripped, reset is required |
Super.ACS880.AlarmTripped.EventType |
64 |
Super.ACS880.AlarmTripped.EventPriority |
67 |
Super.ACS880.AlarmTripped.EventFlags |
7 |
Super.ACS880.AlarmTripped.MoreText |
|
Super.ACS880.AlarmTripped.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880 |
Super.ACS880.AlarmTripped.CtrlPosition |
1 |
Super.ACS880.AlarmTripped.LockAttribute |
1 |
Super.ACS880.AlarmFanOld.DetectOn |
1 |
Super.ACS880.AlarmFanOld.DetectText |
Maintenance replace of cooling fan in converter required |
Super.ACS880.AlarmFanOld.EventType |
64 |
Super.ACS880.AlarmFanOld.EventPriority |
66 |
Super.ACS880.AlarmFanOld.EventFlags |
7 |
Super.ACS880.AlarmFanOld.MoreText |
Check the drivers internal fan. |
Super.ACS880.AlarmFanOld.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880 |
Super.ACS880.AlarmFanOld.CtrlPosition |
1 |
Super.ACS880.AlarmFanOld.LockAttribute |
1 |
Super.ACS880.AlarmWarning.DetectOn |
1 |
Super.ACS880.AlarmWarning.DetectText |
Frequency converter warning |
Super.ACS880.AlarmWarning.EventType |
64 |
Super.ACS880.AlarmWarning.EventPriority |
66 |
Super.ACS880.AlarmWarning.EventFlags |
7 |
Super.ACS880.AlarmWarning.MoreText |
|
Super.ACS880.AlarmWarning.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880 |
Super.ACS880.AlarmWarning.CtrlPosition |
1 |
Super.ACS880.AlarmWarning.TimerTime |
5.000000e+00 |
Super.ACS880.AlarmWarning.LockAttribute |
1 |
Super.ACS880.AlarmConnection.DetectOn |
1 |
Super.ACS880.AlarmConnection.DetectText |
No connection |
Super.ACS880.AlarmConnection.EventType |
64 |
Super.ACS880.AlarmConnection.EventPriority |
67 |
Super.ACS880.AlarmConnection.EventFlags |
7 |
Super.ACS880.AlarmConnection.MoreText |
|
Super.ACS880.AlarmConnection.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880 |
Super.ACS880.AlarmConnection.CtrlPosition |
1 |
Super.ACS880.AlarmConnection.TimerTime |
3.000000e+00 |
Super.ACS880.AlarmConnection.LockAttribute |
1 |
Super.ACS880.DefTrend |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880.PlotGroup |
Super.ACS880.DataSheet |
$pwr_lang/dsh/abb_acs880.html |
Super.ACS880.TrendActSpeed.Multiple |
1 |
Super.ACS880.TrendActSpeed.DataName |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880.ActSpeed.ActualValue |
Super.ACS880.TrendActSpeed.StorageTime |
239 |
Super.ACS880.TrendActSpeed.BufferStatus[0] |
1 |
Super.ACS880.TrendActSpeed.BufferStatus[1] |
1 |
Super.ACS880.TrendActSpeed.NoOfBuffers |
2 |
Super.ACS880.TrendActSpeed.NoOfBufElement |
239 |
Super.ACS880.TrendActTorque.Multiple |
1 |
Super.ACS880.TrendActTorque.DataName |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880.ActTorque.ActualValue |
Super.ACS880.TrendActTorque.StorageTime |
239 |
Super.ACS880.TrendActTorque.BufferStatus[0] |
1 |
Super.ACS880.TrendActTorque.BufferStatus[1] |
1 |
Super.ACS880.TrendActTorque.NoOfBuffers |
2 |
Super.ACS880.TrendActTorque.NoOfBufElement |
239 |
Super.ACS880.TrendActCurrent.Multiple |
1 |
Super.ACS880.TrendActCurrent.DataName |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880.ActCurrent.ActualValue |
Super.ACS880.TrendActCurrent.StorageTime |
239 |
Super.ACS880.TrendActCurrent.BufferStatus[0] |
1 |
Super.ACS880.TrendActCurrent.BufferStatus[1] |
1 |
Super.ACS880.TrendActCurrent.NoOfBuffers |
2 |
Super.ACS880.TrendActCurrent.NoOfBufElement |
239 |
Super.ACS880.TrendRefSpeed.Multiple |
1 |
Super.ACS880.TrendRefSpeed.DataName |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880.RefSpeed.ActualValue |
Super.ACS880.TrendRefSpeed.StorageTime |
239 |
Super.ACS880.TrendRefSpeed.BufferStatus[0] |
1 |
Super.ACS880.TrendRefSpeed.BufferStatus[1] |
1 |
Super.ACS880.TrendRefSpeed.NoOfBuffers |
2 |
Super.ACS880.TrendRefSpeed.NoOfBufElement |
239 |
Super.ACS880.PlotGroup.YObjectName[0] |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880.TrendActSpeed |
Super.ACS880.PlotGroup.YObjectName[1] |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880.TrendRefSpeed |
Super.ACS880.PlotGroup.YObjectName[2] |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880.TrendActTorque |
Super.ACS880.PlotGroup.YObjectName[3] |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880.TrendActCurrent |
Super.ACS880.PlotGroup.YUnit[0] |
r/m |
Super.ACS880.PlotGroup.YUnit[1] |
r/m |
Super.ACS880.PlotGroup.YUnit[2] |
% |
Super.ACS880.PlotGroup.YUnit[3] |
A |
Super.ACS880.PlotGroup.YMaxValue[0] |
3000 |
Super.ACS880.PlotGroup.YMaxValue[1] |
3000 |
Super.ACS880.PlotGroup.YMaxValue[2] |
300 |
Super.ACS880.PlotGroup.YMaxValue[3] |
200 |
Super.ACS880.PlotGroup.YMinValue[0] |
-3000 |
Super.ACS880.PlotGroup.YMinValue[1] |
-3000 |
Super.ACS880.PlotGroup.YMinValue[2] |
-300 |
Super.ACS880.PlotGroup.YMinValue[3] |
-200 |
Super.ACS880.PlotGroup.NumPoints |
478 |
Super.SafetySwitch.Alarm.DetectOn |
1 |
Super.SafetySwitch.Alarm.DetectText |
Safety switch is not on |
Super.SafetySwitch.Alarm.EventType |
64 |
Super.SafetySwitch.Alarm.EventPriority |
67 |
Super.SafetySwitch.Alarm.EventFlags |
7 |
Super.SafetySwitch.Alarm.MoreText |
|
Super.SafetySwitch.Alarm.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.SafetySwitch |
Super.SafetySwitch.Alarm.CtrlPosition |
1 |
Super.SafetySwitch.Alarm.LockAttribute |
1 |
Super.Motor.GraphConfiguration |
2 |
Super.Motor.DisableTempSwitch |
1 |
Super.Motor.TempSwitch.Super.DisableSwitch |
1 |
Super.Motor.TempSwitch.Super.Alarm.DetectOn |
1 |
Super.Motor.TempSwitch.Super.Alarm.DetectText |
High motor temperature |
Super.Motor.TempSwitch.Super.Alarm.EventType |
64 |
Super.Motor.TempSwitch.Super.Alarm.EventPriority |
67 |
Super.Motor.TempSwitch.Super.Alarm.EventFlags |
7 |
Super.Motor.TempSwitch.Super.Alarm.MoreText |
|
Super.Motor.TempSwitch.Super.Alarm.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.Motor.TempSwitch |
Super.Motor.TempSwitch.Super.Alarm.CtrlPosition |
1 |
Super.Motor.TempSwitch.Super.Alarm.LockAttribute |
1 |
Super.Motor.DisableTempSensor |
1 |
Super.Motor.TempSensor.Super.DisableValue |
1 |
Super.Motor.TempSensor.Super.Value.Unit |
C |
Super.Motor.TempSensor.Super.Value.PresMaxLimit |
1.500000e+02 |
Super.Motor.TempSensor.Super.LimitHH.Alarm.DetectOn |
1 |
Super.Motor.TempSensor.Super.LimitHH.Alarm.DetectText |
High High motor temperature |
Super.Motor.TempSensor.Super.LimitHH.Alarm.EventType |
64 |
Super.Motor.TempSensor.Super.LimitHH.Alarm.EventPriority |
67 |
Super.Motor.TempSensor.Super.LimitHH.Alarm.EventFlags |
7 |
Super.Motor.TempSensor.Super.LimitHH.Alarm.MoreText |
|
Super.Motor.TempSensor.Super.LimitHH.Alarm.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.Motor.TempSensor |
Super.Motor.TempSensor.Super.LimitHH.Alarm.CtrlPosition |
1 |
Super.Motor.TempSensor.Super.LimitHH.Alarm.LockAttribute |
1 |
Super.Motor.TempSensor.Super.LimitHH.Limit |
1.300000e+02 |
Super.Motor.TempSensor.Super.LimitHH.Hysteres |
3.000000e+00 |
Super.Motor.TempSensor.Super.LimitHH.TimeDelay |
1.000000e+00 |
Super.Motor.TempSensor.Super.LimitHH.Used |
1 |
Super.Motor.TempSensor.Super.LimitH.Alarm.DetectOn |
1 |
Super.Motor.TempSensor.Super.LimitH.Alarm.DetectText |
High motor temperature |
Super.Motor.TempSensor.Super.LimitH.Alarm.EventType |
64 |
Super.Motor.TempSensor.Super.LimitH.Alarm.EventPriority |
66 |
Super.Motor.TempSensor.Super.LimitH.Alarm.EventFlags |
7 |
Super.Motor.TempSensor.Super.LimitH.Alarm.MoreText |
|
Super.Motor.TempSensor.Super.LimitH.Alarm.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.Motor.TempSensor |
Super.Motor.TempSensor.Super.LimitH.Alarm.CtrlPosition |
1 |
Super.Motor.TempSensor.Super.LimitH.Alarm.LockAttribute |
1 |
Super.Motor.TempSensor.Super.LimitH.Limit |
1.150000e+02 |
Super.Motor.TempSensor.Super.LimitH.Hysteres |
3.000000e+00 |
Super.Motor.TempSensor.Super.LimitH.TimeDelay |
1.000000e+00 |
Super.Motor.TempSensor.Super.LimitH.Used |
1 |
Super.Motor.TempSensor.Super.LimitL.Alarm.DetectText |
Temperature below Low limit |
Super.Motor.TempSensor.Super.LimitL.Alarm.EventType |
64 |
Super.Motor.TempSensor.Super.LimitL.Alarm.EventPriority |
66 |
Super.Motor.TempSensor.Super.LimitL.Alarm.EventFlags |
7 |
Super.Motor.TempSensor.Super.LimitL.Alarm.MoreText |
|
Super.Motor.TempSensor.Super.LimitL.Alarm.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.Motor.TempSensor |
Super.Motor.TempSensor.Super.LimitL.Alarm.CtrlPosition |
1 |
Super.Motor.TempSensor.Super.LimitL.Alarm.LockAttribute |
1 |
Super.Motor.TempSensor.Super.LimitLL.Alarm.DetectText |
Temperature below LowLow limit |
Super.Motor.TempSensor.Super.LimitLL.Alarm.EventType |
64 |
Super.Motor.TempSensor.Super.LimitLL.Alarm.EventPriority |
67 |
Super.Motor.TempSensor.Super.LimitLL.Alarm.EventFlags |
7 |
Super.Motor.TempSensor.Super.LimitLL.Alarm.MoreText |
|
Super.Motor.TempSensor.Super.LimitLL.Alarm.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.Motor.TempSensor |
Super.Motor.TempSensor.Super.LimitLL.Alarm.CtrlPosition |
1 |
Super.Motor.TempSensor.Super.LimitLL.Alarm.LockAttribute |
1 |
Super.Motor.TempSensor.Super.Trend.Multiple |
1 |
Super.Motor.TempSensor.Super.Trend.DataName |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.Motor.TempSensor.Super.Value.Ac |
Super.Motor.TempSensor.Super.Trend.StorageTime |
239 |
Super.Motor.TempSensor.Super.Trend.BufferStatus[0] |
1 |
Super.Motor.TempSensor.Super.Trend.BufferStatus[1] |
1 |
Super.Motor.TempSensor.Super.Trend.NoOfBuffers |
2 |
Super.Motor.TempSensor.Super.Trend.NoOfBufElement |
239 |
Super.Motor.TempSensor.Super.DefTrend |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.Motor.TempSensor.Super.Trend |
Super.Mode.AlarmNotReadyM.DetectOn |
1 |
Super.Mode.AlarmNotReadyM.DetectText |
Check interlocks. Manual start is not allowed, not ready |
Super.Mode.AlarmNotReadyM.EventType |
64 |
Super.Mode.AlarmNotReadyM.EventPriority |
66 |
Super.Mode.AlarmNotReadyM.EventFlags |
7 |
Super.Mode.AlarmNotReadyM.MoreText |
|
Super.Mode.AlarmNotReadyM.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template |
Super.Mode.AlarmNotReadyM.CtrlPosition |
1 |
Super.Mode.AlarmNotReadyM.LockAttribute |
1 |
Super.Mode.AlarmNotReadyA.DetectOn |
1 |
Super.Mode.AlarmNotReadyA.DetectText |
Check interlocks. Automode is not allowed, not ready |
Super.Mode.AlarmNotReadyA.EventType |
64 |
Super.Mode.AlarmNotReadyA.EventPriority |
66 |
Super.Mode.AlarmNotReadyA.EventFlags |
7 |
Super.Mode.AlarmNotReadyA.MoreText |
|
Super.Mode.AlarmNotReadyA.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template |
Super.Mode.AlarmNotReadyA.CtrlPosition |
1 |
Super.Mode.AlarmNotReadyA.LockAttribute |
1 |
Super.Mode.Alarm1LocalMod.DetectOn |
1 |
Super.Mode.Alarm1LocalMod.DetectText |
Local mode is activated, remote control is not allowed |
Super.Mode.Alarm1LocalMod.EventType |
64 |
Super.Mode.Alarm1LocalMod.EventPriority |
66 |
Super.Mode.Alarm1LocalMod.EventFlags |
7 |
Super.Mode.Alarm1LocalMod.MoreText |
|
Super.Mode.Alarm1LocalMod.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template |
Super.Mode.Alarm1LocalMod.CtrlPosition |
1 |
Super.Mode.Alarm1LocalMod.LockAttribute |
1 |
Super.Mode.Alarm2LocalMod.DetectOn |
1 |
Super.Mode.Alarm2LocalMod.DetectText |
Local mode is activated |
Super.Mode.Alarm2LocalMod.EventType |
64 |
Super.Mode.Alarm2LocalMod.EventPriority |
66 |
Super.Mode.Alarm2LocalMod.EventFlags |
7 |
Super.Mode.Alarm2LocalMod.MoreText |
|
Super.Mode.Alarm2LocalMod.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template |
Super.Mode.Alarm2LocalMod.CtrlPosition |
1 |
Super.Mode.Alarm2LocalMod.LockAttribute |
1 |
Super.Mode.AlarmNotManOrd.DetectOn |
1 |
Super.Mode.AlarmNotManOrd.DetectText |
Automode active. Manual start/stop order is not allowed |
Super.Mode.AlarmNotManOrd.EventType |
64 |
Super.Mode.AlarmNotManOrd.EventPriority |
66 |
Super.Mode.AlarmNotManOrd.EventFlags |
7 |
Super.Mode.AlarmNotManOrd.MoreText |
|
Super.Mode.AlarmNotManOrd.Attribute |
ABB:Class-ABB_ACS880EplMotorAggr-Template |
Super.Mode.AlarmNotManOrd.CtrlPosition |
1 |
Super.Mode.AlarmNotManOrd.LockAttribute |
1 |
Super.DefTrend |
ABB:Class-ABB_ACS880EplMotorAggr-Template.Super.ACS880.PlotGroup |
Super.PlcConnect |
ABB:Class-ABB_ACS880MotorAggrFo-Code-W-ACS880 |