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  2022  <20232024  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  <20232024 
<== Date ==> <== Thread ==>

Subject: fanout is not working
From: "Tran, Phi Dung via Tech-talk" <tech-talk at aps.anl.gov>
To: "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>
Date: Tue, 31 Oct 2023 16:31:08 +0000
Hi,

I have created a virtual motor and can successfully use the `caput` and `caget` commands to set and read its value, respectively. However, my `dfanout` record is not moving the motors with relative motions as expected. I have confirmed that the motors respond correctly when I use `caput` to directly interact with the fields in `dfanout`.

record(motor, "$(P)"){
      field(DTYP, "Soft Channel")
      field(DESC, "Move Y,ib,ob,ds mtrs")

      # Where to write the setpoint to
      # Output to upstream, inboard and outboard motors
      field(OUT, "$(P)-F PP MS")
      field(PREC,"7")
....}

#Move Y motors ib,ob,ds in same direction
record(dfanout, "$(P)-F") {
    field(DESC, "move ib,ob,ds MTR")
    field(OUTA, "$(OUTBOARDMTR).TWF PP MS")
    field(OUTB, "$(INBOARDMTR).TWF PP MS")
    field(OUTC, "$(DOWNSTREAMMTR).TWF PP MS")
    field(PREC, "7")

Please advice.
Thank you,
Phi

Replies:
RE: fanout is not working Goetze, Kurt via Tech-talk

Navigate by Date:
Prev: EPICS Base Rules for compiling databases Abdalla Ahmad via Tech-talk
Next: RE: fanout is not working Goetze, Kurt 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  <20232024 
Navigate by Thread:
Prev: EPICS Base Rules for compiling databases Abdalla Ahmad via Tech-talk
Next: RE: fanout is not working Goetze, Kurt 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  <20232024 
ANJ, 31 Oct 2023 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·