Skip to content
Snippets Groups Projects
Commit bd9bc7c3 authored by mooney's avatar mooney
Browse files

caputrecorder

parent 70dbd57f
No related branches found
No related tags found
No related merge requests found
...@@ -27,11 +27,24 @@ iocxxxLinux_registerRecordDeviceDriver(pdbbase) ...@@ -27,11 +27,24 @@ iocxxxLinux_registerRecordDeviceDriver(pdbbase)
< save_restore.cmd < save_restore.cmd
# Access Security # Access Security
#dbLoadRecords("$(TOP)/xxxApp/Db/Security_Control.db","P=xxx:") dbLoadRecords("$(TOP)/xxxApp/Db/Security_Control.db","P=xxx:")
#asSetFilename("$(TOP)/iocBoot/accessSecurity.acf") asSetFilename("$(TOP)/iocBoot/accessSecurity.acf")
#asSetSubstitutions("P=xxx:") asSetSubstitutions("P=xxx:")
# Can modify file and reinit with "asInit" # Can modify file and reinit with "asInit"
# caputRecorder
dbLoadRecords("$(CAPUTRECORDER)/caputRecorderApp/Db/caputRecorder.db","P=xxx:,N=300")
doAfterIocInit("registerCaputRecorderTrapListener('xxx:caputRecorderCommand')")
# caPutLog
#epicsEnvSet EPICS_AS_PUT_LOG_PV xxx:caputRecorderCommand
#define caPutLogNone -1 /* no logging (disable) */
#define caPutLogOnChange 0 /* log only on value change */
#define caPutLogAll 1 /* log all puts */
#define caPutLogAllNoFilter 2 /* log all puts no filtering on same PV*/
#doAfterIocInit("caPutLogInit('mooneylinux',1)")
< areaDetector.cmd < areaDetector.cmd
# soft scaler for testing # soft scaler for testing
...@@ -198,3 +211,4 @@ dbcar(*,1) ...@@ -198,3 +211,4 @@ dbcar(*,1)
# print the time our boot was finished # print the time our boot was finished
date date
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment