Go to the source code of this file.
|
| dbLoadRecords ("db/TEST-IOC-01.db","P=$(MYPVPREFIX)$(IOCNAME):, RANDDEV=Random Async, RANDSEED=324235") |
| ISIS## Run IOC initialisation ;. More...
|
|
|
| cd {TOP} |
| You may have to change TEST-IOC-01 to something else ; everywhere it appears in this file ;. More...
|
|
dbLoadDatabase dbd TEST IOC | dbd |
| Register all support components ;. More...
|
|
TEST_IOC_01_registerRecordDeviceDriver | pdbbase |
|
| iocInit |
|
| startPVAServer |
| Start any sequence programs ;. More...
|
|
dbLoadRecords |
( |
"db/TEST-IOC-01.db" |
, |
|
|
" |
P = $(MYPVPREFIX)$(IOCNAME): , |
|
|
RANDDEV |
= Random Async |
|
) |
| |
ISIS## Run IOC initialisation ;.
Load record instances ; ISIS## Load common DB records ; Load our record instances ;
You may have to change TEST-IOC-01 to something else ; everywhere it appears in this file ;.
ISIS## Stuff that needs to be done after all records are loaded but before iocInit is called ;.
Definition at line 8 of file st.cmd.
dbLoadDatabase dbd TEST IOC dbd |
Register all support components ;.
Definition at line 9 of file st.cmd.
TEST_IOC_01_registerRecordDeviceDriver pdbbase |
Start any sequence programs ;.
ISIS## Stuff that needs to be done after iocInit is called e.g. sequence programs ;
Definition at line 30 of file st.cmd.