public interface DigitalInputUntilNodeConfig extends IOInputUntilNodeConfig
IOInputUntilNodeConfig.SelectionType
UntilNodeConfig.ConfigType
Modifier and Type | Method and Description |
---|---|
IO |
getInput()
Retrieves the selected digital input used by the until condition.
|
boolean |
getValueToProceedUntil()
The signal value for the selected digital input used by the until condition.
|
getType
getConfigType
IO getInput()
Retrieves the selected digital input used by the until condition.
Note: The selected digital input might no longer be available (e.g. because a selected digital MODBUS input is not present in the installation in PolyScope). The presence of the selected digital input can be verified usingIO.isResolvable()
.boolean getValueToProceedUntil()
The signal value for the selected digital input used by the until condition.
Depending on the type of digital input this is interpreted in different ways. For digital inputs and digital MODBUS inputs,true
means to proceed until the input signal value becomes HIGH,
false
means to proceed until signal value is LOW.Copyright © 2021. All rights reserved.