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: | Animatics SmartMotor setup |
From: | "Davis, Mark via Tech-talk" <[email protected]> |
To: | "[email protected]" <[email protected]> |
Date: | Tue, 18 Jun 2019 07:11:44 -0400 |
Can anyone provide an example of how to setup and use an Animatics
SmartMotor?
From what I could figure out looking at the code, I expect it is something along these lines: # For a connection via a Moxa Ethernet-to-serial adapter: drvAsynIPPortConfigure("TapeStation", "192.168.137.99:4001") # SmartMotorSetup(maxCtlrCount, pollRate) SmartMotorSetup(1, 5) # SmartMotorConfig(cardNum, "asynPortName") SmartMotorConfig(0, "TapeStation") And then the motor record would look something like this: record(motor, "MyMotor") { field(DTYP, "SmartMotor") field(OUT, "@0 TapeStation ????") ... } Is that even close? The one I am most unsure of is what to use for the OUT value in the motor record. Mark Davis NSCL/FRIB |