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  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: a puzzle about using stream device driver
From: <[email protected]>
To: <[email protected]>, <[email protected]>
Date: Mon, 20 Jun 2011 14:53:22 +0000
Hi,

In the asyn motor drivers we dynamically adjust the polling rate for motor axes that are moving. For example, we may poll at 2Hz as standard, but as soon as an axis starts moving we start polling that axis at 10Hz or 20Hz. This means we're not polling everything at the fast rate all the time (which may saturate the comms link).

So you could do something similar with stream device, and adjust the record SCAN rate based on if a move command has just been sent. And then reduce it back down to a slow SCAN rate (or even Passive) after the move has finished.

Cheers,
Matthew

> -----Original Message-----
> From: [email protected] [mailto:tech-talk-
> [email protected]] On Behalf Of Silver
> Sent: 20 June 2011 15:42
> To: tech-talk
> Subject: a puzzle about using stream device driver
> 
> hi,
> 
> I am using stream device driver to communicate a galil motion control
> which model is dmc21x3. To  get the value of optical scale, I use a ai
> record like this:
> 
> record(ai,"$(PREFIX):opticalscale")
> {
>         field (DESC, "opticalscale position")
>         field (DTYP, "stream")
>         field (INP, "@dmc2143.proto ai_opticalscale motor")
>         field (SCAN, ".5 second")
> }
> In that, I use the period scan. It works fine.
> But in most of time, the value doesn't change. That means the IOC has
> to communicate with device periodly. As the value only changes during
> the motor moving,  may I use I/O Intr mode?
> I checked the online document of stream device, seems the I/O Intr mode
> is not suitable for this case. Is there any good ways to avoid checking
> the devcie periodly?
> Thanks a lot for your help.
> 
> Best regards
> Geyang  2011-06-20
> 


-- 
This e-mail and any attachments may contain confidential, copyright and or privileged material, and are for the use of the intended addressee only. If you are not the intended addressee or an authorised recipient of the addressee please notify us of receipt by returning the e-mail and do not use, copy, retain, distribute or disclose the information in or attached to the e-mail.
Any opinions expressed within this e-mail are those of the individual and not necessarily of Diamond Light Source Ltd. 
Diamond Light Source Ltd. cannot guarantee that this e-mail or any attachments are free from viruses and we cannot accept liability for any damage which you may sustain as a result of software viruses which may be transmitted in or with the message.
Diamond Light Source Limited (company no. 4375679). Registered in England and Wales with its registered office at Diamond House, Harwell Science and Innovation Campus, Didcot, Oxfordshire, OX11 0DE, United Kingdom
 





References:
a puzzle about using stream device driver Silver

Navigate by Date:
Prev: a puzzle about using stream device driver Silver
Next: RE: a puzzle about using stream device driver Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: a puzzle about using stream device driver Silver
Next: RE: a puzzle about using stream device driver Mark Rivers
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  <20112012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 18 Nov 2013 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·