...
Code Block |
---|
systemctl start dafne-epics
# and check
systemctl status dafne-epics
|
...
To check if a PV( i.e. DAFNE:ICP-23-0001:Temp_TRAES104) is correctly added you can attach to the running epics container through:
Code Block |
---|
docker exec -it epics bash
root@367907cf46e3:/mnt/data/iocsh-icpdas# caget DAFNE:ICP-23-0001:Temp_TRAES104
DAFNE:ICP-23-0001:Temp_TRAES104 20.5366 |
Clone project IOCSH-ICPDAS
...