Package | Description |
---|---|
com.ur.urcap.api.domain.resource.tooliointerface | |
com.ur.urcap.api.domain.resource.tooliointerface.control |
Modifier and Type | Interface and Description |
---|---|
interface |
CommunicationInterfaceConfig
This interface represents the Tool Communication Interface (TCI) configuration for the two analog inputs in the Tool
I/O Interface.
|
Modifier and Type | Method and Description |
---|---|
DigitalOutputModeConfig |
ToolIOInterface.getDigitalOutputModeConfig() |
Modifier and Type | Interface and Description |
---|---|
interface |
DigitalOutputModeConfigFactory
Factory for creating configurations of the digital output mode for the digital outputs in the connector in the robot
tool.
|
Modifier and Type | Method and Description |
---|---|
CommunicationInterfaceConfig |
AnalogInputModeConfigFactory.createCommunicationInterfaceConfig(CommunicationInterfaceConfig.BaudRate baudRate,
CommunicationInterfaceConfig.Parity parity,
CommunicationInterfaceConfig.StopBits stopBits,
double rxIdleChars,
double txIdleChars)
Create a Tool Communication Interface (TCI) configuration to enable communication with an external device via
the analog inputs in the connector in the robot hereby avoiding external wiring.
|
DigitalOutputModeConfigFactory |
ToolIOInterfaceControllable.getDigitalOutputModeConfigFactory() |
void |
ToolIOInterfaceControllable.setDigitalOutputModeConfig(DigitalOutputModeConfig config)
Configure the digital output mode for the digital outputs in the connector in the robot tool.
|
Copyright © 2021. All rights reserved.