18 lines
276 B
Markdown
18 lines
276 B
Markdown
# ePowerSwitch epics stream device
|
|
|
|
An EPICS drivers based on stream device allowig to controle remotly both ePowerSwitch 4 IEC and 8M+
|
|
|
|
# How to use
|
|
|
|
For a device with 4 outlets
|
|
```bash
|
|
$ startioc.sh 4
|
|
```
|
|
|
|
For a device with 8 outlets
|
|
```bash
|
|
$ startioc.sh 8
|
|
```
|
|
# Test
|
|
|
|
TODO |