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: | mvme6100 maxv controller maxvsetup |
From: | whitetiger1123 via Tech-talk <tech-talk at aps.anl.gov> |
To: | "tech-talk at aps.anl.gov" <tech-talk at aps.anl.gov> |
Date: | Mon, 27 Feb 2023 13:58:35 +0900 |
Hi, Before I ask a question, I would like to thank the epics tech talk for helping me. I’m a beginner in epics and RTOS, but I was able to come to this step with a lot of help. Really appreciate it.
I try to boot MVME6100 with epics st.cmd, MAXv controller. But it shows me a error like this : Done executing startup script 'host:/usr/local/epics_motor/synApps_5_8/support/motor-6-9/iocBoot/SX_PTL_motor/st2.cmd'. -> save_restore: connect failed for channel 'BL:SX:EH:ATT1:M1.DVAL' save_restore: connect failed for channel 'BL:SX:EH:ATT1:M1.DIR' save_restore: connect failed for channel 'BL:SX:EH:ATT1:M1.DESC' …. … save_restore: connect failed for channel 'BL:SX:EH:ATT1:M2.SREV' save_restore: connect failed for channel 'BL:SX:EH:ATT1:M2.UREV' save_restore: connect failed for channel 'BL:SX:EH:ATT1:M2.CNEN' SX_PTL_settings2.sav: 0 of 106 PV's connected So I think this error is related to st.cmd, wrong set address about MAXvSetup.(I guess) I set up this st.cmd maxvsetup like this: MAXvSetup(1, 16, 0x1000, 0, 5, 10) And my Maxv controller jumper set is like this: J12 Mode: A16 J12 IRQ : IRQ5 J13 left : A29, A30, A31 J13 right : AM1, AM2, AM4 I set the 8 jumpers on the left of J13 like this and put a value MAXvSetup(1, 16, 0x1000, 0, 5,10). I read Maxv User Manual as well, but I still don’t understand about this.. Do you have any solution about this? |