Update README.md
This commit is contained in:
11
README.md
11
README.md
@ -8,11 +8,14 @@ A "regular" soft-IOC within the PSI framework that allows to dynamically create
|
||||
|
||||
Description of fields and buttons:
|
||||
|
||||
- `Name`: name of the PV to be created or removed.
|
||||
- `Type`: type of the PV to be created (may be `float`, `int`, `bool` or `str`).
|
||||
- `Name`: name of the PV to be added or removed.
|
||||
- `Type`: type of the PV to be added (may be `float`, `int`, `bool` or `str`).
|
||||
- `add`: add the PV as configured, overwrites if type has changed.
|
||||
- `remove`: remove the PV, checks the name but not the type.
|
||||
- `apply` restart the IOC to apply changes.
|
||||
- `remove`: remove the PV as configured, does not check the type.
|
||||
- `apply`: restart the IOC to apply changes.
|
||||
- `clear all`: remove all PVs.
|
||||
|
||||
The currently configured PVs are listed in the text box including their type.
|
||||
|
||||
## Installation?
|
||||
|
||||
|
Reference in New Issue
Block a user