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  <20192020  2021  2022  2023  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  <20192020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Nested PVStructureArray With pvput
From: William Cork via Tech-talk <[email protected]>
To: [email protected]
Date: Tue, 2 Apr 2019 20:23:31 -0700

Hi All,

I’m working on a softIOC that will make calls to a Monit daemon to restart and monitor services under Monit.

Right now, I have the following pv structure (a wip):

test:Monit:localhost structure 
    string host http://localhost:2812
    int poll 120
    structure[] services
        structure 
            string name testService
            boolean monitored true
            int state 0
            string type SERVICE
            epics:nt/NTEnum:1.0 action
                enum_t value
                    int index 0
                    string[] choices ["none", "enable", "disable", "start", "stop", "restart"]

Is it possible to change an element in the nested services list with pvput, or are the immutable?
pvput test:Monit:localhost services='...' may be the wrong syntax?
More precisely, can I change services[index of service I care about].action = "" of the action enums.

Architecturally speaking, is it more ideal to have a bookkeeping PVArray that lists the provided services and individual PVs for each service?

Thanks,
Will


Replies:
Re: Nested PVStructureArray With pvput Michael Davidsaver via Tech-talk

Navigate by Date:
Prev: Splitting the motor module Peterson, Kevin M. via Tech-talk
Next: Re: Nested PVStructureArray With pvput Michael Davidsaver 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  <20192020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Splitting the motor module Peterson, Kevin M. via Tech-talk
Next: Re: Nested PVStructureArray With pvput Michael Davidsaver 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  <20192020  2021  2022  2023  2024 
ANJ, 19 Apr 2019 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·