Skip to content

Commit

Permalink
Merge pull request #53 from lnls-sirius/fix-iocs
Browse files Browse the repository at this point in the history
Fix iocs image
  • Loading branch information
anacso17 authored May 15, 2023
2 parents cb5e5e7 + fbef254 commit c09d0a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions apps/bl-ap-imgproc.bash
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@ export PYTHONUNBUFFERED=yes

# CPU usage estimate (ps aux):

/usr/local/bin/sirius-ioc-bl-ap-imgproc-caxdvf2.py --devname CAX:B:BASLER01 \
| tee /ioc-logs/sirius-ioc-bl-ap-imgproc-caxdvf2.log &
/usr/local/bin/sirius-ioc-bl-ap-imgproc-caxdvf2.py | tee /ioc-logs/sirius-ioc-bl-ap-imgproc-caxdvf2.log &

# /usr/local/bin/sirius-ioc-bl-ap-imgproc-caxdvf1.py --devname CAX:A:BASLER01 \
# | tee /ioc-logs/sirius-ioc-bl-ap-imgproc-caxdvf1.log &
# /usr/local/bin/sirius-ioc-bl-ap-imgproc-caxdvf1.py | tee /ioc-logs/sirius-ioc-bl-ap-imgproc-caxdvf1.log &

# run cron for log rotation
cron &
Expand Down
2 changes: 1 addition & 1 deletion dockerfile-templates/Dockerfile.iocs
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ RUN cd repos && \
git checkout :pkg_version_machine_applications && \
make install

ENV EPICS_CA_ADDR_LIST="10.128.1.12:5064 10.128.1.12:5070 10.128.1.54:5064 10.128.1.55:5064 10.128.1.13:5064 10.128.1.13:5068 10.128.1.13:5070 10.0.38.29:5064 10.0.38.37:5064 10.0.38.39:5064 10.0.38.52:5064 10.0.38.93:5064"
ENV EPICS_CA_ADDR_LIST="10.128.1.12:5064 10.128.1.12:5070 10.128.1.54:5064 10.128.1.55:5064 10.128.1.13:5064 10.128.1.13:5068 10.128.1.13:5070 10.0.38.29:5064 10.0.38.37:5064 10.0.38.39:5064 10.0.38.52:5064 10.0.38.93:5064 10.30.14.19 10.10.10.139"

0 comments on commit c09d0a6

Please sign in to comment.