Modifier and Type | Method and Description |
---|---|
IoReturn |
LucidControlDI4.getIo(int channel,
ValueDI1 value)
Get the value or state of one digital input channel.
|
IoReturn |
LucidControlDO4.getIo(int channel,
ValueDI1 value)
Get the value or state of one digital output channel.
|
IoReturn |
LucidControlDI4.getIoGroup(boolean[] channels,
ValueDI1[] values)
Get the values or states of a group of digital input channels.
|
IoReturn |
LucidControlDO4.getIoGroup(boolean[] channels,
ValueDI1[] values)
Get the values or states of a group of digital output channels.
|
IoReturn |
LucidControlDI4.getParamValue(int channel,
ValueDI1 value)
Get the Configuration Parameter "Value" of a digital input channel.
|
IoReturn |
LucidControlDO4.getParamValue(int channel,
ValueDI1 value)
Get the Configuration Parameter "Value" of a digital output channel.
|
IoReturn |
LucidControlDO4.setIo(int channel,
ValueDI1 value)
Set the value or state of one output channel.
|
IoReturn |
LucidControlDO4.setIoGroup(boolean[] channels,
ValueDI1[] values)
Write values or states of a group of output channels.
|
IoReturn |
LucidControlDO4.setParamValue(int channel,
boolean persistent,
ValueDI1 value)
Set the Configuration Parameter "Value" of the output channel.
|