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 | 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 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: PI controller C-887 |
From: | Kevin Peterson via Tech-talk <tech-talk at aps.anl.gov> |
To: | Jong Woo Kim <Jong.Woo.Kim at asu.edu>, "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Thu, 12 May 2022 08:43:42 -0500 |
Jong,The C-887 controller is supported by the motorPIGCS2 module (https://github.com/epics-motor/motorPIGCS2).
The PIGCS2 driver uses a single function call from the IOC's shell for all the supported controllers and controller-specific classes are instantiated based on the controller's version string:
https://github.com/epics-motor/motorPIGCS2/blob/master/pigcs2App/src/PIGCSController.cpp#L90 I created a github issue to add the supported controllers to the README.md: https://github.com/epics-motor/motorPIGCS2/issues/8 Kevin On 5/11/22 18:23, Jong Woo Kim via Tech-talk wrote:
Hello,We have a PI controller C-887. We want to be able to use it with motor record.But the latest version (R7-2) has the support for C-885 (not C-887).https://github.com/epics-modules/motor/releases <https://github.com/epics-modules/motor/releases>Is there anybody who has used C-887 with motor record? who is a right person I should ask to update it?Best, Jong