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: Linking PVs to EGU field
From: "Marco A. Barra Montevechi Filho via Tech-talk" <tech-talk at aps.anl.gov>
To: "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Mon, 14 Mar 2022 17:30:31 +0000
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.


Replies:
Re: Linking PVs to EGU field Runchey, John via Tech-talk
Re: Linking PVs to EGU field Ralph Lange via Tech-talk
RE: Linking PVs to EGU field Liu, Wanming via Tech-talk

Navigate by Date:
Prev: odd ASYN behavior Runchey, John via Tech-talk
Next: Re: Linking PVs to EGU field Runchey, John 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: odd ASYN behavior Mark Rivers via Tech-talk
Next: Re: Linking PVs to EGU field Runchey, John 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 ·