public interface StandardDigitalOutputModeConfig extends DigitalOutputModeConfig
This interface represents the digital output mode configuration for the digital outputs in the Tool I/O Interface.
To create a new configuration, see the DigitalOutputModeConfigFactory
interface which is accessible through
ToolIOInterfaceControllable.getDigitalOutputModeConfigFactory()
.
To apply a configuration, see ToolIOInterfaceControllable.setDigitalOutputModeConfig(DigitalOutputModeConfig)
.
Modifier and Type | Interface and Description |
---|---|
static class |
StandardDigitalOutputModeConfig.OutputMode
Available output modes for the digital outputs in the connector in the robot tool.
|
DigitalOutputModeConfig.ConfigType
Modifier and Type | Method and Description |
---|---|
StandardDigitalOutputModeConfig.OutputMode |
getOutputModeForOutput0() |
StandardDigitalOutputModeConfig.OutputMode |
getOutputModeForOutput1() |
getConfigType
StandardDigitalOutputModeConfig.OutputMode getOutputModeForOutput0()
StandardDigitalOutputModeConfig.OutputMode getOutputModeForOutput1()
Copyright © 2021. All rights reserved.