Experimental Physics and Industrial Control System
|
record(ao, "myPV1"){
}
record(seq,"mySequence"){
field(DLY1,"0")
field(DOL1,"myPV1 CP")
field(LNK1,"mySetPoint PP")
field(DLY2,"0.5")
field(DOL2,"1")
field(LNK2,"myCommand PP")
}
myPV1 is the destination i want to reach, each time I change it, it process this sequence to set the destination in mySetPoint, and 0.5s later to activate the command. It works well most of the time. But yesterday sometimes, myPV1 was changed but mySequence
was not processed .... it causes the whole sequence (emittance measurement) to get stuck. It can be unstuck by processing "mySequence" but it's a long sequence and we don't stay in front of the computer.
Hi Alexis,
CP input links are using monitors. If you have a myPV1.MDEL setting, it could suppress changes to be sent to mySequence.
Unless you have a specific reason to use a CP inlink, you could also set myPV1.FLNK to point to mySequence. That would make this a very tight coupling, with the sequence being run basically as part of changing myPV1. (Remove the CP in mySequence.DOL1 in that case.)
Cheers, ~Ralph
- Replies:
- RE: PV Seq not process everytime GAGET Alexis via Tech-talk
- References:
- PV Seq not process everytime GAGET Alexis via Tech-talk
- Navigate by Date:
- Prev:
PV Seq not process everytime GAGET Alexis via Tech-talk
- Next:
Compilation of IOC using OPC UA device support DESMARCHELIER Gabriel 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
<2022>
2023
2024
- Navigate by Thread:
- Prev:
PV Seq not process everytime GAGET Alexis via Tech-talk
- Next:
RE: PV Seq not process everytime GAGET Alexis 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
<2022>
2023
2024
|
ANJ, 14 Sep 2022 |
·
Home
·
News
·
About
·
Base
·
Modules
·
Extensions
·
Distributions
·
Download
·
·
Search
·
EPICS V4
·
IRMIS
·
Talk
·
Bugs
·
Documents
·
Links
·
Licensing
·
|