EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  <20042005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  <20042005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: Converting GPIB device support from R3.13.9 to R3.14.6
From: Kristi Luchini <[email protected]>
To: [email protected]
Date: Mon, 06 Sep 2004 13:00:55 +0200
Hi,

I'm converting an existing BESSY gpib device support from R3.13.9 to R3.14.6, and I have a conversion routine
within the device support that does an additional write and then a read in order to proceed with the conversion itself.
Does anyone know how is this now done with the new asyn software?


This is how the eariler version handled the details...

   if (drvGpib.writeIb(pdpvt->head.pibLink, pdpvt->head.device, msg,
       strlen(msg), pdpvt->timeout) == ERROR)
       goto fail;
   if (drvGpib.readIb(pdpvt->head.pibLink, pdpvt->head.device, resp,
       50, pdpvt->timeout) == ERROR)
       goto fail;

There are local read and write functions within the devSupportGpib() that may be accessible within some function table fouind
within one of the structure, but it is unclear to me which can be used within device support.


I would appreciate any help someone could offer.

- Regards,
  Kristi Luchini



Replies:
Re: Converting GPIB device support from R3.13.9 to R3.14.6 Eric Norum

Navigate by Date:
Prev: Record Type Doc Benjamin Franksen
Next: Re: Compiler switches on RISC byte alignment Till Straumann
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  <20042005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: RE: Record Type Doc Wayne Dahl
Next: Re: Converting GPIB device support from R3.13.9 to R3.14.6 Eric Norum
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  <20042005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 10 Aug 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·