Process Pump

Component Palette Icon:
The process pump component type is configurable via the pumpType property.
A component that looks like a process pump symbol. Full menu of style options is available for text, background, margin and padding, border, shape and miscellaneous. You can also specify a style class.
Properties
Most Properties have binding options. For more information on Bindings, see Types of Bindings in Perspective. This section only documents the Props Category of properties. The other Categories are described on the Perspective Component Properties page.
Name | Description | Property Type |
---|---|---|
pumpType | The type of pump to be depicted. Values can be selected via a dropdown. Options are: - centrifugal - diaphragm - gear - liquid-ring - positive-displacement - positive-cavity - positive-screw | string dropdown |
processObject | The root of all processOject properties | object |
showLabel | Show item identifier | boolean |
labelPosition | Options for the location of the item identifier label. Options are: - left - right - top-left - top-right - bottom-left - bottom-right | string dropdown |
Tag Drop
For user convenience a tag of data type process-object-pump
may be dragged and dropped on to the processOject
property
processObject Properties
status
Name | Description | Property Type |
---|---|---|
status | Status properties of the valve processOject. Child of the processObject property | object |
status Properties
Name | Description | Property Type |
---|---|---|
itemName | Item identifier | string |
alarm | Enable indication of alarm state | boolean |
actFB | Enable indication of actFB state | boolean |
deActFB | Enable indication of deActFB state | boolean |
manual | Enable indication of manual state | boolean |
masked | Enable indication of masked state | boolean |
changing | Enable indication of changing state | boolean |
locate | Enable locate animation | boolean |
Component Events
The component supports the "Action Performed Event".
Further information regarding the Action Performed Event can be found a the Perspective Event Types Reference page. The Component Events and Actions page shows how to configure events and actions on a Perspective component. Component scripting is handled separately and can be accessed from the Component menubar or by right clicking on the component.