Skip to content

Commit

Permalink
Fix naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
keenanlang committed Jan 2, 2024
1 parent 7bc3c67 commit 05e1327
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion iocBoot/iocxxx/examples/detectors/ADEiger1X.iocsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ epicsEnvSet("EPICS_DB_INCLUDE_PATH", "$(EPICS_DB_INCLUDE_PATH):$(ADCORE)/db:$(AD


eigerDetectorConfig("$(INSTANCE)", "$(ID)", 0, 0)
dbLoadRecords("$(ADEIGER)/db/eiger1.template", "P=$(PREFIX)$(INSTANCE):,R=cam1:,PORT=$(INSTANCE),ADDR=0,TIMEOUT=1")
dbLoadRecords("$(ADEIGER)/db/eiger1.template", "P=$(PREFIX),R=$(INSTANCE):,PORT=$(INSTANCE),ADDR=0,TIMEOUT=1")

#Create tandard arrays plugins.
NDStdArraysConfigure("$(INSTANCE)Image1", 3, 0, "$(INSTANCE)", 0, 2000000)
Expand Down
2 changes: 1 addition & 1 deletion iocBoot/iocxxx/examples/detectors/ADEiger2X.iocsh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ epicsEnvSet("EPICS_DB_INCLUDE_PATH", "$(EPICS_DB_INCLUDE_PATH):$(ADCORE)/db:$(AD


eigerDetectorConfig("$(INSTANCE)", "$(ID)", 0, 0)
dbLoadRecords("$(ADEIGER)/db/eiger2.template", "P=$(PREFIX)$(INSTANCE):,R=cam1:,PORT=$(INSTANCE),ADDR=0,TIMEOUT=1")
dbLoadRecords("$(ADEIGER)/db/eiger2.template", "P=$(PREFIX),R=$(INSTANCE):,PORT=$(INSTANCE),ADDR=0,TIMEOUT=1")

#Create tandard arrays plugins.
NDStdArraysConfigure("$(INSTANCE)Image1", 3, 0, "$(INSTANCE)", 0, 2000000)
Expand Down

0 comments on commit 05e1327

Please sign in to comment.