##
## @file pixelman.cmd
##
## output from the running of this file is sent
## to pixelman_iocout.log and pixelman_iocerr.log
##
## Increase this if you get <<TRUNCATED>> or discarded messages warnings in your errlog output
< $(EPICSPIXELMAN)/../iocBoot/iocpixelman/envPaths
## correct TOP in case we have moved location
## Register all support components
pixelman_registerRecordDeviceDriver pdbbase
## ISIS common init
< $(IOCSTARTUP)/init.cmd
## "BeARQuT" is the real MCP detector, "dummy" is the simulation mode
## PIXDET variable normally set in the config_local.bat invoked by run_pixelman.bat to run pixelman.exe
#pixelmanConfigure("MCP", "dummy")
## pixelman picks up variables to write to the FITS header from a file
## This configures the association between this file and the PVs
## defined in FitsParameters.db
## PIXELMANDIR is set in config_local.bat and then translated to EPIXELMANDIR
## ISIS common init
< $(IOCSTARTUP)/dbload.cmd
## At ISIS the MYPVPREFIX environment variable is already set externally
dbLoadRecords(
"$(TOP)/db/pixelman.db",
"P=$(MYPVPREFIX=),Q=PIXELMAN:")
dbLoadRecords(
"$(TOP)/db/FitsParameters.db",
"P=$(MYPVPREFIX=),Q=PIXELMAN:")
set_requestfile_path(".", "")
## ISIS common init
< $(IOCSTARTUP)/preiocinit.cmd
## ISIS common post init
< $(IOCSTARTUP)/postiocinit.cmd
## Start any sequence programs
#seq sncxxx,"user=faa59Host"