Private
Public Access
Update PixelatorControllerSettings
@@ -214,8 +214,6 @@ Example:
|
||||
## Epics
|
||||
This file contains global epics settings.
|
||||
|
||||
See source: trunk/PixelatorController/config/epics.json for an example.
|
||||
|
||||
**search_timeout**::<BR>
|
||||
 Float value defines the timeout (in seconds) used in
|
||||
* EpicsDetector and EpicsPositioner for
|
||||
@@ -239,6 +237,13 @@ See source: trunk/PixelatorController/config/epics.json for an example.
|
||||
|
||||
 **Default**: 1.0
|
||||
|
||||
Example:
|
||||
```json
|
||||
{
|
||||
"search_timeout" : 5.0,
|
||||
"get_timeout" : 1.0
|
||||
}
|
||||
```
|
||||
|
||||
## Log4cpp Properties
|
||||
Configuration of logging utility. Example:
|
||||
|
||||
Reference in New Issue
Block a user