This repository has been archived by the owner on Aug 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Optimization for the global environment access.
- Loading branch information
Jerzy Jamroz
committed
May 7, 2020
1 parent
44cfb2c
commit 3119cea
Showing
3 changed files
with
47 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# .cmd | ||
require "mrfioc2" "2.2.1rc1" | ||
|
||
epicsEnvSet "TOP" "$(E3_CMD_TOP)/../.." | ||
epicsEnvSet "PEVG" "MTCA5U-EVG" | ||
|
||
#epicsEnvSet "EVT_PMORTEM" "66" | ||
|
||
# Load environment | ||
iocshLoad "$(TOP)/iocsh/mtca.iocsh" | ||
#iocshLoad "$(TOP)/iocsh/ts.iocsh" | ||
|
||
## Load record instances | ||
iocshLoad "$(TOP)/iocsh/evm.iocsh" "P=$(PEVG), OBJ=EVG, PCIID=$(MTCA_5U_PCIID7)" | ||
|
||
iocInit | ||
|
||
iocshLoad "$(TOP)/iocsh/evgr.iocsh" "P=$(PEVG), INTRF=, INTPPS=" | ||
iocshLoad "$(TOP)/iocsh/evgasynr.iocsh" "P=$(PEVG), EVT_PMORTEM=$(EVT_PMORTEM=40), EVT_PMORTEMI=$(EVT_PMORTEMI=41), EVT_DOD=$(EVT_DOD=42), EVT_DODI=$(EVT_DODI=43)" | ||
|
||
# EOF | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters