Skip to content

Commit

Permalink
Merge pull request #103 from KaushikMalapati/readonly
Browse files Browse the repository at this point in the history
Adding NO_WRITE ASG
  • Loading branch information
ZLLentz authored Sep 16, 2024
2 parents 37e7121 + 78b9e53 commit 62c8988
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion iocBoot/templates/Makefile.base
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TEMPLATE_PATH ?= $(IOC_TOP)/iocBoot/templates
STCMD_TEMPLATE ?= st.cmd.template
ADS_IOC_NAME := $(shell basename "$(IOC_INSTANCE_PATH)")
PRODUCTION_IOC ?= 0
PYTMC_MIN_VERSION ?= 2.14.0
PYTMC_MIN_VERSION ?= 2.17.0
# The minimum callback queue size for EPICS IOCs:
QUEUE_SIZE_BASE ?= 2000
# Additional records generated from the PLC project will increase the callback
Expand Down
3 changes: 3 additions & 0 deletions iocBoot/templates/unrestricted.acf
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ ASG(DEFAULT) {
RULE(1,READ)
RULE(1,WRITE,TRAPWRITE)
}
ASG(NO_WRITE) {
RULE(1,READ)
}

0 comments on commit 62c8988

Please sign in to comment.