Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding NO_WRITE ASG #103

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
}