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: | Mark Rivers via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov>, Mrinal Bera <mrinalkb at uchicago.edu> |
Date: | Wed, 8 Dec 2021 14:18:29 +0000 |
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
From: Tech-talk <tech-talk-bounces at aps.anl.gov> on behalf of Mrinal Bera via Tech-talk <tech-talk at aps.anl.gov>
Sent: Wednesday, December 8, 2021 3:13 AM To: tech-talk at aps.anl.gov <tech-talk at aps.anl.gov> Subject: Can single soft-IOC control multiple OMS SPI-MAXnet controllers? Hi,
While looking for 18 axis application, I came across the OMS SPI-MAXnet 8000 8-axis controller. For the 18 axis application, I would need 3 of such controllers. As the EPICS motor record support OMS-MAXnet controllers, would it be possible to configure all the three controllers under a single soft-IOC, or do I need to run 3 separate soft-IOCs? Best, Mrinal |