| Package | Description | 
|---|---|
| com.ur.urcap.api.domain.program.nodes.builtin.configurations.setnode | |
| com.ur.urcap.api.domain.program.nodes.builtin.configurations.waitnode | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogIO | 
AnalogOutput.getOutput()  | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogOutputCurrentSetNodeConfig | 
SetNodeConfigFactory.createAnalogOutputCurrentConfig(AnalogIO output,
                               Current current,
                               ErrorHandler<Current> errorHandler)
Creates an analog output current configuration. 
 | 
AnalogOutputVoltageSetNodeConfig | 
SetNodeConfigFactory.createAnalogOutputVoltageConfig(AnalogIO output,
                               Voltage voltage,
                               ErrorHandler<Voltage> errorHandler)
Creates an analog output voltage configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogIO | 
AnalogInput.getInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
AnalogInputCurrentWaitNodeConfig | 
WaitNodeConfigFactory.createAnalogInputCurrentConfig(AnalogIO input,
                              CompareOperator compareOperator,
                              Current current,
                              ErrorHandler<Current> errorHandler)
Creates a configuration for waiting for an analog input to go past an electric current threshold. 
 | 
AnalogInputVoltageWaitNodeConfig | 
WaitNodeConfigFactory.createAnalogInputVoltageConfig(AnalogIO input,
                              CompareOperator compareOperator,
                              Voltage voltage,
                              ErrorHandler<Voltage> errorHandler)
Creates a configuration for waiting for an analog input to go past a voltage threshold. 
 | 
Copyright © 2018. All rights reserved.