Modifier and Type | Method and Description |
---|---|
IoReturn |
LucidControlAI4.getIo(int channel,
ValueANU2 value)
Get the ADC Register value of the analog input channel.
|
IoReturn |
LucidControlAO4.getIo(int channel,
ValueANU2 value)
Get the DAC Register value of the analog output channel.
|
IoReturn |
LucidControlAI4.getIoGroup(boolean[] channels,
ValueANU2[] values)
Get the ADC Register values of a group of analog input channels.
|
IoReturn |
LucidControlAO4.getIoGroup(boolean[] channels,
ValueANU2[] values)
Get the DAC Register values of a group of analog output channels.
|
IoReturn |
LucidControlAI4.getParamValue(int channel,
ValueANU2 value)
Get the Configuration Parameter "Value" of a analog input channel.
|
IoReturn |
LucidControlAO4.getParamValue(int channel,
ValueANU2 value)
Get the Configuration Parameter "Value" of a analog output channel.
|
IoReturn |
LucidControlAO4.setIo(int channel,
ValueANU2 value)
Set the DAC value of one analog output channel
This method calls the SetIo function of the module and writes the DAC register value to the
analog output channel.
|
IoReturn |
LucidControlAO4.setIoGroup(boolean[] channels,
ValueANU2[] values)
Set the DAC register values of a group of analog output channels.
|