EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024 
<== Date ==> <== Thread ==>

Subject: Re: Start IOC automatically at boot
From: "Hu, Yong via Tech-talk" <tech-talk at aps.anl.gov>
To: GAGET Alexis <alexis.gaget at cea.fr>, Donny Domagoj Cosic <Donny.Domagoj.Cosic at irb.hr>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Thu, 6 Jan 2022 17:35:47 +0000

Another way automatically start the python script with the ioc, simply add this kind of line at the end of your IOC’s st.cmd:

system "python your-python-file.py &"

 

However, you need include “system.dbd” in your IOC application. In your application’s src/Makefile, add this kind of line:

yourIOCApplicationName_DBD += system.dbd

 

 

From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of GAGET Alexis via Tech-talk <tech-talk at aps.anl.gov>
Date: Thursday, January 6, 2022 at 12:11 PM
To: Donny Domagoj Cosic <Donny.Domagoj.Cosic at irb.hr>, tech-talk at aps.anl.gov <tech-talk at aps.anl.gov>
Subject: RE: Start IOC automatically at boot

Hi,

"Is there a way to automatically start the python script with the ioc?"

 

-> You can simply use procServ as well to execute your python script


De : Tech-talk <tech-talk-bounces at aps.anl.gov> de la part de Donny Domagoj Cosic via Tech-talk <tech-talk at aps.anl.gov>
Envoyé : mercredi 5 janvier 2022 21:30:07
À : Ralph Lange via Tech-talk
Objet : Start IOC automatically at boot

 

Happy new year!

I am trying to install systemd-softioc (procServ) as outlines here
https://github.com/NSLS-II/systemd-softioc. I followed the instructions
and successfully installed it on my Raspberry Pi. I installed the IOC
and can manually start the softioc, however I am not able to start the
IOC using manage-iocs. I get the following output:

softioc@raspberrypi:/epics/iocs/testIOC2$ sudo manage-iocs start
testIOC2
Starting the IOC 'testIOC2' ...
Failed to start the IOC 'testIOC2'; type 'sudo journalctl -xe' for
details.

Below is my config file and output from the journalctl


Config
---------
NAME=testIOC2
PORT=4053
HOST=raspberrypi
USER=softioc
CHDIR="/epics/iocs/testIOC2/iocBoot/ioctestIOC2"
EXEC="$CHDIR/st.cmd"



Output from journalctl
-------------------------
Jan 05 21:11:29 raspberrypi sudo[13371]:  softioc : TTY=pts/0 ;
PWD=/epics/iocs/testIOC2 ; USER=root ; COMMAND=/usr/bin/manage-iocs
install testIOC2
Jan 05 21:11:29 raspberrypi sudo[13371]: pam_unix(sudo:session): session
opened for user root by (uid=0)
Jan 05 21:11:29 raspberrypi sudo[13371]: pam_unix(sudo:session): session
closed for user root
Jan 05 21:11:43 raspberrypi sudo[13423]:  softioc : TTY=pts/0 ;
PWD=/epics/iocs/testIOC2 ; USER=root ; COMMAND=/usr/bin/manage-iocs
start testIOC2
Jan 05 21:11:43 raspberrypi sudo[13423]: pam_unix(sudo:session): session
opened for user root by (uid=0)
Jan 05 21:11:43 raspberrypi systemd[1]: Reloading.
Jan 05 21:11:43 raspberrypi systemd[1]: [email protected]:
Current command vanished from the unit file, execution of the command
list won't be resume
Jan 05 21:11:43 raspberrypi systemd[1]: plexmediaserver.service: Current
command vanished from the unit file, execution of the command list won't
be resumed.
Jan 05 21:11:44 raspberrypi systemd[1]: Condition check resulted in IOC
testIOC2 via procServ being skipped.
-- Subject: A start job for unit softioc-testIOC2.service has finished
successfully
-- Defined-By: systemd
-- Support: https://www.debian.org/support
--
-- A start job for unit softioc-testIOC2.service has finished
successfully.
--
-- The job identifier is 1803.
Jan 05 21:11:45 raspberrypi sudo[13423]: pam_unix(sudo:session): session
closed for user root
Jan 05 21:11:54 raspberrypi sudo[13487]:  softioc : TTY=pts/0 ;
PWD=/epics/iocs/testIOC2 ; USER=root ; COMMAND=/usr/bin/journalctl -xe
Jan 05 21:11:54 raspberrypi sudo[13487]: pam_unix(sudo:session): session
opened for user root by (uid=0)


The softioc testIOC2 contains a few records which get updated from a
python script. Which brings me to my next questions. Is there a way to
automatically start the python script with the ioc?

Thank you very much for your help,

Regards
--
Donny Domagoj Cosic

Laboratory for Ion Beam Interactions
Ruđer Bošković Institute
Bijenička cesta 54 | HR-10 000 Zagreb | CROATIA
T: +385 1 4561 041 | @: dcosic at irb.hr | www.irb.hr


Replies:
Re: Start IOC automatically at boot Donny Domagoj Cosic via Tech-talk
References:
Start IOC automatically at boot Donny Domagoj Cosic via Tech-talk
RE: Start IOC automatically at boot GAGET Alexis via Tech-talk

Navigate by Date:
Prev: RE: How to reduce Pilatus IOC response time Mark Rivers via Tech-talk
Next: motor record startup Siddons, David via Tech-talk
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024 
Navigate by Thread:
Prev: RE: Start IOC automatically at boot GAGET Alexis via Tech-talk
Next: Re: Start IOC automatically at boot Donny Domagoj Cosic via Tech-talk
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  <20222023  2024 
ANJ, 14 Sep 2022 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·