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

Subject: about talking to other record in device support and converting string to int
From: ori spokoini <[email protected]>
To: [email protected]
Date: Sun, 7 Oct 2018 12:38:15 +0300
hi 
assume i have record like that
ecord(stringout, "tlm") {
   field(OUT, "pro NPP NMS")
   field(SCAN, "I/O Intr")
   field(FLNK, "pro PP NMS")
}

record(stringin, "pro") {
   field(INP, "$tlm.VAL")
   field(SCAN, "Passive")
   field(DTYP, "devsup")
   field(FLNK, "sum PP NMS")
}

record(longin, "sum") {
}
and i want to change the value the longin record from devsup can i do it ?
somthing like :
int devfunc2 (longinRecord *x){
        x->val=30;
        return 0;
}
and another question :
 how can transfer number from stringin to calc record


tx

Replies:
Re: about talking to other record in device support and converting string to int Mark Rivers

Navigate by Date:
Prev: Re: CameraLink and ADPCO Mark Rivers
Next: CA SERVER setup and build אייל פרחי/Eyal Farchi
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  <20182019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: CameraLink and ADPCO Mark Rivers
Next: Re: about talking to other record in device support and converting string to int Mark Rivers
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  <20182019  2020  2021  2022  2023  2024