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: | how to connect css pv with vxworks? |
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: | Thu, 1 Dec 2022 15:24:59 +0900 |
HI, I’d like to ask how to connect CSS with vxworks I currently booting vxWorks and run EPICS IOC by st.cmd and MAXv.cmd. It works like this: ld 0,0, "oms.munch" value = 0 = 0x0 cd top value = 0 = 0x0 dbLoadDatabase "dbd/oms.dbd" value = 0 = 0x0 oms_registerRecordDeviceDriver pdbbase value = 0 = 0x0 dbLoadRecords("$(MOTOR)/db/motorUtil.db", "P=oms:") value = 0 = 0x0 < MAXv.cmd dbLoadTemplate(“MAXv.subtitutions”) value = 0 = 0x0 MAXvSetup(1, 16, 0xF000, 200, 5, 10) str=malloc(200); strcpy str, “AA; LMH,H,H,H,H,H,H,H;” strcat str, “AX LTH PSO; AY LTH PSO; AZ LTL PSO; AT LTL PSO; AU LTL PSO; AV LTL PSO; AR LTL PSO; AS LTL PSO;” MAXvConfig(0,str,0,0) value = 0 = 0x0 free(Str) value = 0 = 0x0 iocInit Starting iocInit ############################################################################ ## EPICS R3.15.6 ## EPICS Base built Oct 7 2022 ############################################################################ iocRun: All initialization complete value = 0 = 0x0 motorUtilInit("oms:") value = 0 = 0x0 # Boot complete Done executing startup script 'host:/home/test/epics/synApps_6_1/support/motor-R7-1/modules/motorOms/iocs/omsIOC/iocBoot/iocOms/st.cmd'. I downloaded css and start make new project(opi). And then I give a pv(oms:m1) to this new opi project for connect vxworks maxv controller’s omsMotor. This is my css: But it shows me disconnected when I start opi like this: Does anyone knows how to connect css pv with motoroms(vxworks)? Or do I have to set css? thanks |