Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Commit

Permalink
feat: Generic evr init file.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerzyjamroz committed May 4, 2020
1 parent b38b879 commit f55e28b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion iocsh/evm.iocsh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# .init.iocsh
# ===========

mrmEvgSetupPCI $(OBJ) $(PCIID)
mrmEvgSetupPCI "$(OBJ)" "$(PCIID)"

dbLoadRecords "evm-mtca-300-ess.db" "P=$(P), OBJ=$(OBJ), FEVT=$(TS_CLK), FRF=$(TS_CLK), RFDIV=1, U=$(U), D=$(D)"

Expand Down
10 changes: 10 additions & 0 deletions iocsh/evr.iocsh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# .init.iocsh

mrmEvgSetupPCI "$(OBJ)" "$(PCIID)"

dbLoadRecords "$(FILE_DB)" "P=$(P), OBJ=$(OBJ), FEVT=$(TS_CLK)"

# needed with software timestamp [ns] source w/o RT thread scheduling
var evrMrmTimeNSOverflowThreshold 500000000

#EOF

0 comments on commit f55e28b

Please sign in to comment.