; ; ; output from the running of this file is sent ; to pixelman_iocout.log and pixelman_iocerr.log ; ; More...
Go to the source code of this file.
Functions | |
| errlogInit2 (65536, 256) | |
| Increase this if you get <<TRUNCATED>> or discarded messages warnings in your errlog output ;. | |
| epicsEnvSet ("TOP","$(EPICSPIXELMAN)/..") | |
| correct TOP in case we have moved location ; | |
| dbLoadDatabase (TOP)/dbd/pixelman.dbd" | |
| Register all support components ;. | |
| pixelmanConfigure ("MCP","$(PIXDET=dummy)") | |
| ISIS common init ;. More... | |
| FileServerConfigure ("fits","${EPIXELMANDIR}/FitsHeaderParameters.txt") | |
| 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 ; | |
| dbLoadRecords ("$(TOP)/db/pixelman.db","P=$(MYPVPREFIX=),Q=PIXELMAN:") | |
| ISIS common init ;. More... | |
Variables | |
| iocInit | |
| ISIS common init ;. | |
| dbl | |
| ISIS common post init ;. More... | |
; ; ; output from the running of this file is sent ; to pixelman_iocout.log and pixelman_iocerr.log ; ;
Definition in file pixelman.cmd.
| dbLoadRecords | ( | "$(TOP)/db/pixelman.db" | , |
| " | P = $(MYPVPREFIX=) |
||
| ) |
ISIS common init ;.
Load our record instances ; At ISIS the MYPVPREFIX environment variable is already set externally ;
| pixelmanConfigure | ( | "MCP" | , |
| "$(PIXDET=dummy)" | |||
| ) |
ISIS common init ;.
"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 ;
| dbl |
ISIS common post init ;.
Start any sequence programs ;
Definition at line 51 of file pixelman.cmd.
1.8.8