4 ## output from the running of this file is sent
5 ## to pixelman_iocout.log and pixelman_iocerr.log
8 ## Increase this if you get <<TRUNCATED>> or discarded messages warnings in your errlog output
11 < $(EPICSPIXELMAN)/../iocBoot/iocpixelman/envPaths
13 ## correct TOP in
case we have moved location
18 ## Register all support components
20 pixelman_registerRecordDeviceDriver pdbbase
23 < $(IOCSTARTUP)/init.cmd
25 ##
"BeARQuT" is the real MCP detector,
"dummy" is the simulation mode
26 ## PIXDET variable normally set in the config_local.bat invoked by run_pixelman.bat to run pixelman.exe
28 #pixelmanConfigure("MCP", "dummy")
31 ## pixelman picks up variables to write to the FITS header from a file
32 ## This configures the association between this file and the PVs
33 ## defined in FitsParameters.db
34 ## PIXELMANDIR is set in config_local.bat and then translated to EPIXELMANDIR
38 < $(IOCSTARTUP)/dbload.cmd
40 ## Load our
record instances
41 ## At ISIS the MYPVPREFIX environment variable is already set externally
42 dbLoadRecords(
"$(TOP)/db/pixelman.db",
"P=$(MYPVPREFIX=),Q=PIXELMAN:")
43 dbLoadRecords(
"$(TOP)/db/FitsParameters.db",
"P=$(MYPVPREFIX=),Q=PIXELMAN:")
45 set_requestfile_path(".", "")
48 < $(IOCSTARTUP)/preiocinit.cmd
52 ## ISIS common post init
53 < $(IOCSTARTUP)/postiocinit.cmd
55 ## Start any sequence programs
56 #seq sncxxx,"user=faa59Host"
dbLoadDatabase(TOP)/dbd/pixelman.dbd"
Register all support components ;.
iocInit
ISIS common init ;.
FileServerConfigure("fits","${EPIXELMANDIR}/FitsHeaderParameters.txt")
pixelman picks up variables to write to the FITS header from a file ; This configures the association...
record(stringout,"$(P)$(Q)FITS:$(PARAM):SP")
leave out DESC for now as a bit long
dbl
ISIS common post init ;.
errlogInit2(65536, 256)
Increase this if you get <> or discarded messages warnings in your errlog output ;...
pixelmanConfigure("MCP","$(PIXDET=dummy)")
ISIS common init ;.
dbLoadRecords("$(TOP)/db/pixelman.db","P=$(MYPVPREFIX=),Q=PIXELMAN:")
ISIS common init ;.
epicsEnvSet("TOP","$(EPICSPIXELMAN)/..")
correct TOP in case we have moved location ;