Update README.md
This commit is contained in:
20
README.md
20
README.md
@ -1 +1,21 @@
|
||||
# dynaPV
|
||||
|
||||
## What?
|
||||
|
||||
A "regular" soft-IOC within the PSI framework that allows to dynamically create new PVs. It comes with a caQtDM panel, which looks like this:
|
||||
|
||||

|
||||
|
||||
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`).
|
||||
- `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.
|
||||
|
||||
## Installation?
|
||||
|
||||
```bash
|
||||
ioc install -V
|
||||
```
|
||||
|
Reference in New Issue
Block a user