EPICS: vxWorks IOC: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
 
Boiarino (talk | contribs)
No edit summary
Line 1: Line 1:
VxWorks IOCs are normally running in VME crate controllers.
VxWorks IOCs are normally running in VME crate controllers.
== first experience ==
cd $EPICS_BASE
./bin/solaris-sparc/makeBaseApp.pl -b $EPICS_BASE -t ioc iocsy527
./bin/solaris-sparc/makeBaseApp.pl -b $EPICS_BASE -i -t ioc iocsy527
The following target architectures are available in base:
    solaris-sparc
    vxWorks-ppc604_long
    solaris-x86
    linux-x86
What architecture do you want to use? vxWorks-ppc604_long
The following applications are available:
    caclient
    caserver
    ioc
    ioccamac
    iocCore1
    iocCore
    iochv
    iocsy527
    ioctest
    support
What application should the IOC(s) boot?
The default uses the IOC's name, even if not listed above.
Application name? iocsy527

Revision as of 20:07, 2 October 2007

VxWorks IOCs are normally running in VME crate controllers.

first experience

cd $EPICS_BASE
./bin/solaris-sparc/makeBaseApp.pl -b $EPICS_BASE -t ioc iocsy527
./bin/solaris-sparc/makeBaseApp.pl -b $EPICS_BASE -i -t ioc iocsy527
The following target architectures are available in base:
   solaris-sparc
   vxWorks-ppc604_long
   solaris-x86
   linux-x86
What architecture do you want to use? vxWorks-ppc604_long
The following applications are available:
   caclient
   caserver
   ioc
   ioccamac
   iocCore1
   iocCore
   iochv
   iocsy527
   ioctest
   support
What application should the IOC(s) boot?
The default uses the IOC's name, even if not listed above.
Application name? iocsy527