EPICS Home

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

Subject: mbbi as the result of calc
From: Benoit <[email protected]>
To: EPICS mailing list <[email protected]>
Date: Mon, 4 May 2015 17:00:44 +0200
Hi,

After finding out that CSS/BOY is very CPU consuming I am trying to put more effort on the IOC side and I was wondering if it is possible
to have the result of $(user):TunMechModeCalc in a mbbi to display it directly as a combo box without using script:


record(mbbi, "$(user):TunMechModeRdbk")
{
field(DESC ,"Cavity Phase increase")
field(FLNK,"$(user):TunMechModeCalc")
field(ZRST, "Disable")
field(ZRVL, "0")
field(ONST, "Manual")
field(ONVL, "1")
field(TWST, "Auto")
field(TWVL, "2")
}
record(calc, "$(user):TunMechModeCalc")
{
field(CALC, "A | ( B << 1 )")
field(INPA, "$(user):DOutTunmcEnStat.VAL CP MS")
field(INPB, "$(user):DOutTunmcAutoStat.VAL CP MS")
}

Regards,

--
Benoit


 

Benoit RAT LAMY

fix. (+34) 958 285 024

cel. (+34) 617 989 123

e-mail: [email protected]

www.sevensols.com 


Replies:
RE: mbbi as the result of calc Mooney, Tim M.

Navigate by Date:
Prev: Timestamp for EtherIP input records Hovanes Egiyan
Next: Re: Timestamp for EtherIP input records Kasemir, Kay
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: Timestamp for EtherIP input records Kasemir, Kay
Next: RE: mbbi as the result of calc Mooney, Tim M.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  <20152016  2017  2018  2019  2020  2021  2022  2023  2024