The Opener (com.prosyst.mbs.services.da.items.Opener) represents a control to open and close.
Property |
Access |
Property Class |
Description |
|---|---|---|---|
state |
RE |
|
Property for the value range. All valid values lie within this range. |
Operation |
Parameters |
Description |
|---|---|---|
open |
N/A |
Starts a moving so that it opens. While this operation is active, the state is |
close |
N/A |
Starts a moving so that it closes. While this operation is active, the state is |
stop |
N/A |
Stops the current operation, if any. The state can move to |
The OpenState (com.prosyst.mbs.services.da.items.Opener) represent the Opener state. These states are:
OpenState.OPENING – the open operation is currently executing.OpenState.OPEN – indicates an open state. For example, it can be the open operation result.OpenState.CLOSING – the close operation is currently executing.OpenState.CLOSED – indicates a close state. For example, it can be close operation result.OpenState.STOPPED – the current operation has been stopped.OpenState.UNDEFINED – the state is not one of the defined states.