Go to the source code of this file.
|
| | CAENx527DbLoadRecords ("P=$(MYPVPREFIX)CAEN, ALARM_WHEN_ON=$(ALARM_WHEN_ON=NO_ALARM), ALARM_WHEN_RAMPING=$(ALARM_WHEN_RAMPING=NO_ALARM)") |
| | ISIS## Load common DB records ;. More...
|
| |
|
| cd | TOP |
| | You may have to change HVCAEN-IOC-01 to something else ; everywhere it appears in this file ;. More...
|
| |
| dbLoadDatabase dbd HVCAEN IOC | dbd |
| | Register all support components ;. More...
|
| |
| HVCAEN_IOC_01_registerRecordDeviceDriver | pdbbase |
| |
| CAENx527ConfigureCreate | hv0 |
| | ISIS## Run IOC initialisation ;. More...
|
| |
| CAENx527ConfigureCreate | HVCAENIP0 |
| |
| | cd {TOP}/iocBoot/${IOC} |
| | ISIS## Stuff that needs to be done after all records are loaded but before iocInit is called ;. More...
|
| |
| | iocInit |
| |
| seq | sncSummary |
| | Start any sequence programs ;. More...
|
| |
| CAENx527DbLoadRecords |
( |
" |
P = $(MYPVPREFIX)CAEN, |
|
|
ALARM_WHEN_ON |
= $(ALARM_WHEN_ON=NO_ALARM) |
|
) |
| |
ISIS## Load common DB records ;.
Load our record instances ;
ISIS## Stuff that needs to be done after all records are loaded but before iocInit is called ;.
Definition at line 34 of file st.cmd.
| dbLoadDatabase dbd HVCAEN IOC dbd |
Register all support components ;.
Definition at line 9 of file st.cmd.
| CAENx527ConfigureCreate hv0 |
ISIS## Run IOC initialisation ;.
arguments to CAENx527ConfigureCreate are: name, ip_address, username, password ; username, password are optional and the crate factory default is used if these are not specified ;
Definition at line 13 of file st.cmd.
| CAENx527ConfigureCreate HVCAENIP0 |
| HVCAEN_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 36 of file st.cmd.
You may have to change HVCAEN-IOC-01 to something else ; everywhere it appears in this file ;.
Definition at line 2 of file st.cmd.