EDM dockerized,

project https://baltig.infn.it/lnf-da-control/docker-edm.

Needs docker desktop  https://www.docker.com/

For windows X server: 

https://sourceforge.net/projects/xming/

https://sourceforge.net/projects/xming/files/Xming-fonts/


To use follow the following steps:

1 - git clone https://baltig.infn.it/lnf-da-control/docker-edm.git

2 - create a file :  epics_addr_list with the list of address where the IOC are hosted

3 - edm.sh <edm parameters>


example of epics_addr_list
192.168.188.12
192.168.188.13
192.168.188.14
192.168.188.15
192.168.188.16
192.168.188.17
192.168.188.18
192.168.188.20



example of use (MAC, Linux):

example
cd <edl directory with epics_addr_list>

<path_to_edm>/edm.sh -cmap -x -noedit -m "sys=IGPF,dev=LFBEle" main.edl


Feedback example


Example of use
git clone https://baltig.infn.it/lnf-da-control/docker-edm.git
git clone https://baltig.infn.it/lnf-da-control/dafne-feedback.git
cd dafne-feedback/
cp config/epics_addr_list dl_8/
cd dl_8 
../../docker-edm/edm.sh -cmap -x -noedit -m "sys=IGPF,dev=LFBEle" main.edl



  • No labels