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  <20132014  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  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: how to trigger on positive edge only with snl
From: Song Hu <[email protected]>
To: "[email protected]" <[email protected]>
Date: Thu, 21 Mar 2013 09:58:28 -0600
Hi, 

I would like to trigger some actions when a binary PV changes from 0 to 1. No action should be taken when it changes from 1 to 0. I made some code like: 

int bin;                  assign bin to "abc:bin";                                    monitor bin;
                                evflag  binFlag;                                                    sync  bin   binFlag;
ss ttt
{
  state testState
  {
     when(efTestAndClear(binFlag)&&(bin == 1))
     {     
           printf("Received a trigger!!\n");  
     }state testState
  }
}

When abc:bin changes from 0 to 1 and then quickly go back to 0, it is not working every time. 

What is the appropriate way to implement such positive edge only trigger?

Thanks in advance for your help.

Song 


Replies:
Re: how to trigger on positive edge only with snl Tim Mooney
RE: how to trigger on positive edge only with snl Allison, Stephanie

Navigate by Date:
Prev: Re: using debian package for camac? Michael Davidsaver
Next: Re: how to trigger on positive edge only with snl Tim Mooney
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: using debian package for camac? Michael Davidsaver
Next: Re: how to trigger on positive edge only with snl Tim Mooney
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  <20132014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 20 Apr 2015 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·