Skip to main content

Multi-port Process Valve

Component Palette Icon:

Component Palette Icon
tip

The Multi-port process valve component appearance is configurable by providing a configuration value for the de-activated and activated position states.

A component that looks like a multi-port process valve 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.

De-coding the configuration value

The valve component concise of two parts which we shall call v1 and v2.

v1 represents the top part, and v2 the bottom part.

v1 is always displayed, and is used to represent two and three port valves. v2 is selectable, and together with v1, is used to represent multi-port and multi-port mix-proof process valves.

The visulisation of each dynamic valve component element depends on the boolean state of it's associated bit of the active or deactivate configuration value.

Therefore, the configuration value is the sum of all true bit weightings required for each position state visulisation.

Element Bit Positions

Valve Bit Positions

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.

NameDescriptionProperty Type
processObjectThe root of all processOject propertiesobject
showLabelShow item identifierboolean
labelPositionOptions for the location of the item identifier label.
Options are:
- left
- right
- top-left
- top-right
- bottom-left
- bottom-right
string
dropdown

Tag Drop

Tag Drop

For user convenience a tag of data type process-object-valve-mp may be dragged and dropped on to the processOject property

processObject Properties

status

NameDescriptionProperty Type
statusStatus properties of the valve processOject. Child of the processObject propertyobject

status Properties

NameDescriptionProperty Type
itemNameItem identifierstring
activatedConfigDefines appearence of valve component in the activated statenumber
deactivatedConfigDefines appearence of valve component in the de-activated statenumber
alarmEnable indication of alarm stateboolean
actFBEnable indication of actFB stateboolean
deActFBEnable indication of deActFB stateboolean
uslEnable indication of upper-seat lift activated stateboolean
lslEnable indication of lower-seat lift activated stateboolean
manualEnable indication of manual stateboolean
maskedEnable indication of masked stateboolean
changingEnable indication of changing stateboolean
locateEnable locate animationboolean

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.