| Modifier and Type | Method and Description | 
|---|---|
Time | 
DataModel.get(String key,
   Time defaultValue)
Get the  
Time value assigned to the specified key. | 
| Modifier and Type | Method and Description | 
|---|---|
Time | 
DataModel.get(String key,
   Time defaultValue)
Get the  
Time value assigned to the specified key. | 
void | 
DataModel.set(String key,
   Time value)
Assign a  
Time value to the specified key. | 
| Modifier and Type | Method and Description | 
|---|---|
Time | 
SingleDigitalPulseSetNodeConfig.getPulseTime()  | 
| Modifier and Type | Method and Description | 
|---|---|
SingleDigitalPulseSetNodeConfig | 
SetNodeConfigFactory.createSingleDigitalPulseConfig(BooleanRegister output,
                              Time pulseTime,
                              ErrorHandler<Time> errorHandler)
Creates a single digital pulse configuration. 
 | 
SingleDigitalPulseSetNodeConfig | 
SetNodeConfigFactory.createSingleDigitalPulseConfig(DigitalIO output,
                              Time pulseTime,
                              ErrorHandler<Time> errorHandler)
Creates a single digital pulse configuration. 
 | 
SingleDigitalPulseSetNodeConfig | 
SetNodeConfigFactory.createSingleDigitalPulseConfig(ModbusIO output,
                              Time pulseTime,
                              ErrorHandler<Time> errorHandler)
Creates a single digital pulse MODBUS configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SingleDigitalPulseSetNodeConfig | 
SetNodeConfigFactory.createSingleDigitalPulseConfig(BooleanRegister output,
                              Time pulseTime,
                              ErrorHandler<Time> errorHandler)
Creates a single digital pulse configuration. 
 | 
SingleDigitalPulseSetNodeConfig | 
SetNodeConfigFactory.createSingleDigitalPulseConfig(DigitalIO output,
                              Time pulseTime,
                              ErrorHandler<Time> errorHandler)
Creates a single digital pulse configuration. 
 | 
SingleDigitalPulseSetNodeConfig | 
SetNodeConfigFactory.createSingleDigitalPulseConfig(ModbusIO output,
                              Time pulseTime,
                              ErrorHandler<Time> errorHandler)
Creates a single digital pulse MODBUS configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Time | 
TimeWaitNodeConfig.getTime()  | 
| Modifier and Type | Method and Description | 
|---|---|
TimeWaitNodeConfig | 
WaitNodeConfigFactory.createTimeConfig(Time time,
                ErrorHandler<Time> errorHandler)
Creates a configuration for waiting a specified amount of time. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TimeWaitNodeConfig | 
WaitNodeConfigFactory.createTimeConfig(Time time,
                ErrorHandler<Time> errorHandler)
Creates a configuration for waiting a specified amount of time. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Time | 
TimeMotionParameters.getTime()  | 
| Modifier and Type | Method and Description | 
|---|---|
TimeMotionParameters | 
WaypointNodeConfigFactory.createTimeMotionParameters(Time duration,
                          ErrorHandler<Time> errorHandler)
Creates time motion parameters for a waypoint. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
TimeMotionParameters | 
WaypointNodeConfigFactory.createTimeMotionParameters(Time duration,
                          ErrorHandler<Time> errorHandler)
Creates time motion parameters for a waypoint. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Time | 
SimpleValueFactory.createTime(double value,
          Time.Unit unit)
Creates an object representing a time value 
 | 
Copyright © 2019. All rights reserved.