EPICS: SVT: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Created page with "* source ~sytnik/c * start mpod ioc: cd0m ../../bin/linux-x86/mpodCrates st_mpod.cmd * start chiller ioc: cd /usr/local/clas12/release/0.1/epics/apps/iocBoot/iocEcoChiller..."
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
  target name (tn)    : prbsvtsc3
  target name (tn)    : prbsvtsc3
  startup script (s)  : $EPICS/drivers/v450_my/iocBoot/st.cmd
  startup script (s)  : $EPICS/drivers/v450_my/iocBoot/st.cmd
* start dns (on machine $DIM_DNS_NODE):
dns &


* start FSM:
* start FSM:
Line 37: Line 41:


  gui_smi SVT
  gui_smi SVT
* some info: test_gen.smi contains FSM logic for nodes, boardclass_gen.cxx - for devices including turn on/off sequences

Latest revision as of 16:50, 19 November 2014

  • source ~sytnik/c
  • start mpod ioc:
cd0m
../../bin/linux-x86/mpodCrates st_mpod.cmd
  • start chiller ioc:
cd /usr/local/clas12/release/0.1/epics/apps/iocBoot/iocEcoChiller_B
../../bin/linux-x86/streamDevice st.ecoChiller
  • VXWORKS:
boot device          : gei
unit number          : 0
processor number     : 0
host name            : clon10
file name            : $CODA/VXWORKS_ppc/bin/vx5500
inet on ethernet (e) : 129.57.86.29:ffffff00
host inet (h)        : 129.57.167.14
gateway inet (g)     : 129.57.86.1
user (u)             : bonneau
flags (f)            : 0x20
target name (tn)     : prbsvtsc3
startup script (s)   : $EPICS/drivers/v450_my/iocBoot/st.cmd
  • start dns (on machine $DIM_DNS_NODE):
dns &
  • start FSM:
log in as sytnik to clonioc1
source ~sytnik/c
cd /home/sytnik/mysmi
make -i -f Makefile_gen
  • start GUI
gui_smi SVT
  • some info: test_gen.smi contains FSM logic for nodes, boardclass_gen.cxx - for devices including turn on/off sequences