EPICS Home

Experimental Physics and Industrial Control System


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

Subject: Re: PI E-873 motors
From: "Roehrig, Christian" <[email protected]>
To: Eric Norum <[email protected]>, EPICS mailing list <[email protected]>
Date: Tue, 26 Sep 2017 15:27:22 +0000
Hi Eric,

    I am using these stages with driver from the PIGCS2Src directory in the motor module.  Here are the contents of the file I load at boot time.

# This file loads the support for the PI E-873 motor controller

drvAsynIPPortConfigure("pie873","164.54.113.38:50000", 0, 0, 0)

# Set end-of-string terminators
asynOctetSetInputEos("pie873",0,"\n")
asynOctetSetOutputEos("pie873",0,"\n")

# Show communication
# Only show errors
asynSetTraceMask("pie873", 0, 1)
# Leave ascii selected so traces can be turned on with a single click
asynSetTraceIOMask("pie873", 0, 1)

# PI_GCS2_CreateController(
#  port name,
#  asyn port name,
#  num axes,
#  priority,
#  stackSize,
#  moving poll period (ms),
#  idle poll period (ms) )
PI_GCS2_CreateController("PIE873_1", "pie873", 3, 0, 0, 200, 1000)

Chris

On 9/26/17, 10:17 AM, "[email protected] on behalf of Eric Norum" <[email protected] on behalf of [email protected]> wrote:

    Which, if any, of the drivers in motorApp/PiSrc/ are appropriate for E-873 motors?
    
    Thanks,
    — 
    Eric Norum
    [email protected]
    
    


Replies:
Re: PI E-873 motors Eric Norum
References:
PI E-873 motors Eric Norum

Navigate by Date:
Prev: PI E-873 motors Eric Norum
Next: RE: PI E-873 motors Goetze, Kurt A.
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: PI E-873 motors Eric Norum
Next: Re: PI E-873 motors Eric Norum
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  2010  2011  2012  2013  2014  2015  2016  <20172018  2019  2020  2021  2022  2023  2024