开始使用状态机语言SNL

1.makeBaseApp

2.修改/configure/RELEASE文件:

# If using the sequencer, point SNCSEQ at its top directory:
SNCSEQ=$(EPICS_BASE)/../modules/sncseq

(具体路径可能随不同版本不同)

3.修改iocBoot/iocmyexample/st.cmd - Remove the comment character # from this line:

  #seq sncExample, "user="

(事先通过chmod +x 来修改权限)

4. ./st.cmd执行ioc

   (执行前先进入iocBoot/iocmyexample/路径,否则提示错误:bash: ./iocBoot/iocmyexample/st.cmd: ../../bin/linux-x86_64/myexample: bad interpreter: 没有那个文件或目录)

5.dbl,camonitor查看

6.重点查看exApp/src/Makefile文件,注意调用关系

你可能感兴趣的:(CODAC)