IO.InterfaceType, IO.IOType
Modifier and Type | Method and Description |
---|---|
boolean |
getValue() |
boolean |
isResolvable()
Some digital I/Os, such as the digital tool outputs, are in some situations not available for use.
|
boolean |
setValue(boolean high)
Set digital I/O output signal.
|
getDefaultName, getInterfaceType, getName, getType, getValueStr, isInput
boolean setValue(boolean high)
high
- the digital value to be settrue
if the digital signal was set, false
if the signal was not set,
e.g. because the controller was not running.boolean getValue()
boolean isResolvable()
isResolvable
in interface IO
true
, if digital I/O can be resolved.
false
otherwise, e.g. because a tool output has been configured to Dual Pin PowerCopyright © 2019. All rights reserved.