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 2023 2024 2025 | 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 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: Can single soft-IOC control multiple OMS SPI-MAXnet controllers? |
From: | Kevin Peterson via Tech-talk <tech-talk at aps.anl.gov> |
To: | Mark Rivers <rivers at cars.uchicago.edu>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, Mrinal Bera <mrinalkb at uchicago.edu> |
Date: | Mon, 13 Dec 2021 16:26:31 -0600 |
https://epics.anl.gov/tech-talk/2017/msg00243.phpIf there is noise on the limit lines of a MAXnet axis, moves will stop prematurely. A significant amount of noise can make motors unusable from EPICS.
Kevin On 12/8/21 08:18, Mark Rivers via Tech-talk wrote:
Hi Mrinal,There is now a 10-axis version of the MAXnet, so you could use just 2 of them. The MAXnet driver inherits from asynMotorController, so it should definitely support multiple controllers in the same IOC. Each is a separate asynPortDriver object with a different asyn port name.If you are planning to use this on a beamline that already has many VME cards like the OMS MAXv then I wonder if it is the best solution. You will need to build a box with power supply and connectors for the MAXnet, while adding from more MAXv cards is simpler. If you want an Ethernet solution there are more powerful controllers available that already have nice packaging.Mark