Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The configuration is self-explanatory, please pay attention to change the name accordingly when cut and paste.

...

Update the config

Code Block
ssh dante@vldanteco101
cd epics-archiver-on-dafne
cd /iocsh-icpdas
gedit dafne-icpdas.cmd

Once finished as root restart the docker compose that contains an IOC that reads ICPDAS , the epics archiver and a CU that reads the IOC:

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
ssh dante@vldanteco101
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

Git commit changes

Code Block
ssh dante@vldanteco101
cd epics-archiver-on-dafne
cd iocsh-icpdas
git commit -m "my comment" .
git push origindt-modbusdev
## update the config
git pull origin master
## insert AAI credentials
cd ..
docker-compose restart dt-plc-ioc  


Add PV to Epics Archiver

Open Epics Archiver

...