| Volume BaseComponent | |
| Attributes: Runtime | Development | System | Template | Detail C Binding: Struct | Class  ClassTree | INDEX NO INDEX |
Class BasePropValve
|
||
|---|---|---|
| Version | 1.0 | |
| Modified | 15-SEP-2005 09:47:33.89 | |
Base componente for a proportional valve with an analog order output. The BasePropValve handles auto and manual mode. Local mode can be displayed in the object graph, but a local reference value is not handled. There is no graphical symbol available for this object.Object Graph

The graphical symbol is colored red at error status, and yellow at warning status, for example at local mode. The current mode is displayed with the letters M (manual mode) and L (local mode). The scale of the Order and Manual bars, are determined by the Order.PresMaxLimit and Order.PresMinLimit attributes. @Mode The modes are handled by the CompModeAM object. See this object for more information.
Signals
The Ao signal Order has to be connected to a ChanAo object.Plc coding
For plc coding the function object BasePropValveFo 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_BasePropValve | |||
|---|---|---|---|
| Component | Super | Super class. | |
| Ao | Order | Analog order output. This is an Ao signal that has to be connected to channel. |
|
| CompModeAM | Mode | Mode object. Handles the auto, manual and local modes. Note that a local order signal is not handled by the object. |
|
| Boolean | IndError | Indication for error. | |
| Boolean | IndWarning | Indication for warning. | |
| AttrRef | PlcConnect | The plc function object connected to this object. | |
| AttrRef | SimConnect | The simulate plc function object connected to this object. | |
| Template Object | |
|---|---|
| Order.PresMaxLimit | 1.000000e+02 |
| Mode.OpNoLocal | 1 |
| Mode.AlarmLocalMode.DetectOn | 1 |
| Mode.AlarmLocalMode.DetectText | Local mode is activated |
| Mode.AlarmLocalMode.EventType | 64 |
| Mode.AlarmLocalMode.EventPriority | 66 |
| Mode.AlarmLocalMode.EventFlags | 7 |
| Mode.AlarmLocalMode.MoreText | |
| Mode.AlarmLocalMode.Attribute | BaseComponent:Class-CompModeD-Template |
| Mode.AlarmLocalMode.CtrlPosition | 1 |
| Mode.AlarmLocalMode.LockAttribute | 1 |
| Super Attribute | ||
|---|---|---|
| Class | Attribute | |
| Type | Component | |
| Flags | Class|Superclass | |
| Body | RtBody | |
Super class.
| Order Attribute | ||
|---|---|---|
| Class | Attribute | |
| Type | Ao | |
| Flags | Class | |
| Body | RtBody | |
Analog order output. This is an Ao signal that has to be connected to channel.
| Mode Attribute | ||
|---|---|---|
| Class | Attribute | |
| Type | CompModeAM | |
| Flags | Class | |
| Body | RtBody | |
Mode object. Handles the auto, manual and local modes. Note that a local order signal is not handled by the object.
| IndError Attribute | ||
|---|---|---|
| Class | Attribute | |
| Type | Boolean | |
| Flags | ReduTransfer|Noedit | |
| Body | RtBody | |
Indication for error.
| IndWarning Attribute | ||
|---|---|---|
| Class | Attribute | |
| Type | Boolean | |
| Flags | ReduTransfer|Noedit | |
| Body | RtBody | |
Indication for warning.
| 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.
| SimConnect Attribute | ||
|---|---|---|
| Class | Attribute | |
| Type | AttrRef | |
| Flags | ||
| Body | RtBody | |
The simulate plc function object connected to this object. This attribute is set when the simulate function object is connected from the plc editor by the connect function.