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  2019  2020  2021  <20222023  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  <20222023  2024 
<== Date ==> <== Thread ==>

Subject: RE: Linking PVs to EGU field
From: "Liu, Wanming via Tech-talk" <tech-talk at aps.anl.gov>
To: "Marco A. Barra Montevechi Filho" <marco.filho at lnls.br>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Tue, 15 Mar 2022 14:34:26 +0000

Hi Marco,

 

I think you can try to set up a stringout record with OUT pointing to the EGU field of the pressure reading and DOL pointing to the pressureUnit. 

Let the pressure reading FLNK be the pressureUnit, and FLNK of pressureUnit be the strinout record.  If it goes well, reading the pressure will trigger the reading of pressureUnit and then trigger the update EGU of pressureReading.

I did not tried anything like this before, so I’m not sure if updating the EGU field of the pressure reading will or will not trigger the process of the pressure reading and take you into an infinite loop.

 

Good luck.

 

 

Wanming Liu

 

L120B, Bldg 360

HEP,ANL

 

 

 

From: Tech-talk <tech-talk-bounces at aps.anl.gov> On Behalf Of Marco A. Barra Montevechi Filho via Tech-talk
Sent: Monday, March 14, 2022 12:31 PM
To: tech-talk at aps.anl.gov
Subject: Linking PVs to EGU field

 

Hello all.

I have an IOC that controls a mvc3 pressure gauge controller and retrieves its information. Between many PVs, the IOC has one that is responsible for taking the pressure values and one that is responsible for taking the units in which these pressures are expressed. Both use the stream module to send commands to the gauge and retrieve its response. I want to make the units end up automatically in the _Pressure.EGU field, but i dont know how.
I've tried:
record(mbbi, "$(BEAMLINE):$(DEVICE_NAME):PressureUnit") {

  field(DESC, "Vacuum measurement unit")

  field(PINI, "YES")

  field(SCAN, "Passive")

  field(DTYP, "stream")

  field(NOBT, "2")

  field(ZRVL, "0")

  field(ZRST, "mbar")

  field(ONVL, "1")

  field(ONST, "Pa")

  field(THVL, "2")

  field(THST, "Torr")

  field(INP, "@mvc3.proto PressureUnit $(PORT)")

}


record(ai, "$(BEAMLINE):$(DEVICE_NAME):_Pressure") {

  field(DESC, "Get device pressure")

  field(EGU, "$(BEAMLINE):$(DEVICE_NAME):PressureUnit")

  field(PINI, "YES")

  field(SCAN, "1 second")

  field(DTYP, "stream")

  field(INP, "@mvc3.proto RPV$(CHAN_NUM) $(PORT)")

}

But, although cagets to PressureUnit and to _Pressure do return their values, any call to $(BEAMLINE):$(DEVICE_NAME):_Pressure.EGU returns no actual value.

Are there any suggestions? I also tried FLNK or DOL but im not sure if im using them correctly. Thanks in advance.

 

Aviso Legal: Esta mensagem e seus anexos podem conter informações confidenciais e/ou de uso restrito. Observe atentamente seu conteúdo e considere eventual consulta ao remetente antes de copiá-la, divulgá-la ou distribuí-la. Se você recebeu esta mensagem por engano, por favor avise o remetente e apague-a imediatamente.

Disclaimer: This email and its attachments may contain confidential and/or privileged information. Observe its content carefully and consider possible querying to the sender before copying, disclosing or distributing it. If you have received this email by mistake, please notify the sender and delete it immediately.


References:
Linking PVs to EGU field Marco A. Barra Montevechi Filho via Tech-talk

Navigate by Date:
Prev: Re: Andor3 issue connecting camera Sandeep Kumar Malu - STFC UKRI via Tech-talk
Next: Re: Epics Archiver Appliance and Network Storage slowdown Shankar, Murali 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  <20222023  2024 
Navigate by Thread:
Prev: Re: Linking PVs to EGU field Ralph Lange via Tech-talk
Next: StripTool license file Thomas, Patrick 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  <20222023  2024 
ANJ, 14 Sep 2022 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·