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: genesys power supply IOC |
From: | Jiro Fujita <[email protected]> |
To: | James F Ross <[email protected]> |
Cc: | EPICS Tech Talk <[email protected]> |
Date: | Mon, 22 Apr 2013 17:57:09 +0200 |
James, The sample IOC that I got from Stephanie has the following in the st.cmd: #!../../bin/linux-x86/genesys cd ../.. dbLoadDatabase("dbd/genesys.dbd") genesys_registerRecordDeviceDriver(pdbbase) ## Location of stream protocol files epicsEnvSet "STREAM_PROTOCOL_PATH", "iocBoot/soft-iocps/" dbLoadRecords("db/genesysPSAll.db") #drvAsynIPPortConfigure("07G-ECD-BL08", "aaa.bbb.ccc.ddd:8003",0,0,0) #drvAsynIPPortConfigure("17G-ECD-BL14", "aaa.bbb.ccc.eee:8003",0,0,0) drvAsynIPPortConfigure("GEN8-180-88Z", "xxx.xxx.xxx.xxx:8003",0,0,0) Obviously, line 13 and 14 are commented out. I did that, as STAR HFT's PS was called as such. In this copy, I blocked out the IP (as the rest of the world does not need to know that). As you can see, "07G-ECD-BL08" is one of the sample one that I disabled (but it was originally there from SLAC version). So, check your startup command (and other things for that matter). On Apr 22, 2013, at 5:38 PM, James F Ross <[email protected]> wrote:
|