Modifier and Type | Interface and Description |
---|---|
interface |
AnalogIO
This interface provides support for analog I/Os.
|
interface |
BooleanRegister
This interface provides support for boolean registers.
|
interface |
DigitalIO
This interface provides support for digital I/Os.
|
interface |
FloatRegister
This interface provides support for float registers.
|
interface |
IntegerRegister
This interface provides support for integer registers.
|
interface |
ModbusIO
This interface provides support for MODBUS I/Os.
|
interface |
Register
This interface provides support for registers.
|
Modifier and Type | Method and Description |
---|---|
<T extends IO> |
IOModel.getIOs(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
static Filter<IO> |
IOFilterFactory.analogFilter() |
static Filter<IO> |
IOFilterFactory.analogInputFilter() |
static Filter<IO> |
IOFilterFactory.analogOutputFilter() |
static Filter<IO> |
IOFilterFactory.digitalFilter() |
static Filter<IO> |
IOFilterFactory.digitalInputFilter() |
static Filter<IO> |
IOFilterFactory.digitalOutputFilter() |
Collection<IO> |
IOModel.getIOs() |
Collection<IO> |
IOModel.getIOs(Filter<IO> filter) |
static Filter<IO> |
IOFilterFactory.inputFilter() |
static Filter<IO> |
IOFilterFactory.integerFilter() |
static Filter<IO> |
IOFilterFactory.integerInputFilter() |
static Filter<IO> |
IOFilterFactory.integerOutputFilter() |
static Filter<IO> |
IOFilterFactory.modbusFilter() |
static Filter<IO> |
IOFilterFactory.outputFilter() |
static Filter<IO> |
IOFilterFactory.toolFilter() |
Modifier and Type | Method and Description |
---|---|
Collection<IO> |
IOModel.getIOs(Filter<IO> filter) |
Modifier and Type | Method and Description |
---|---|
IO |
DigitalOutput.getOutput()
The output selected can be a digital output, a MODBUS output or a boolean register output.
|
IO |
ExpressionOutput.getOutput()
The output selected can be an analog output, a digital output, a MODBUS output or a register output.
|
Modifier and Type | Method and Description |
---|---|
ExpressionOutputSetNodeConfig |
SetNodeConfigFactory.createExpressionOutputConfig(IO output,
Expression expression)
Create an expression output configuration.
|
Modifier and Type | Method and Description |
---|---|
IO |
DigitalInputUntilNodeConfig.getInput()
Retrieves the selected digital input used by the until condition.
|
Modifier and Type | Method and Description |
---|---|
IO |
DigitalInput.getInput()
The input can be a digital input, a MODBUS digital input or a boolean general purpose register input.
|
Modifier and Type | Method and Description |
---|---|
ExpressionBuilder |
ExpressionBuilder.appendIO(IO io)
Append an I/O object to the expression.
|
Copyright © 2021. All rights reserved.