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 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 2019 2020 2021 2022 2023 2024 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Multiple Queries(on Sequencer and IOC) |
From: | Ralph Lange <[email protected]> |
To: | EPICS Tech-Talk <[email protected]> |
Date: | Wed, 19 Mar 2014 11:21:38 +0100 |
Hello Ganesh,
On 19.03.2014 10:30, Ganesh Jangir wrote: 2. How to check a particular PV is connected, in sequencer? Use pvConnected [1]. 3. How to run multiple ioc(it may be soft or hard, having sequencer program ) on a single linux machine(Fedora 19). These are the warnings that you get when you run multiple IOCs on one machine. They are warnings (and not errors), and the only way to avoid them would be running only one IOC on a machine. (Details are in the CA Reference Manual [2].) 4. How to monitor a passive record even it has same value after update.(as camonitor do not show/reflected same value update in pv ). This depends on the record type. For analog records, set MDEL to -1 to get a monitor update for each processing. (This is described in the Record Reference Manual [3].) Please read the documentation that is available at the EPICS web site. [4] Attending a training can also get you up to speed quickly. (Usually two-day trainings are held at the EPICS Collaboration Meetings. [5]) Cheers, ~Ralph [1] http://www-csr.bessy.de/control/SoftDist/sequencer/Reference.html#pvconnected [2] http://www.aps.anl.gov/epics/base/R3-14/12-docs/CAref.html#Unicast [3] https://wiki-ext.aps.anl.gov/epics/index.php/RRM_3-14_Concepts#Monitor_Specification [4] http://www.aps.anl.gov/epics/ [5] http://www.aps.anl.gov/epics/meetings.php |