From 73c96a73bf596fd4f0e85d35c8f880f0dff59958 Mon Sep 17 00:00:00 2001 From: smathis Date: Mon, 3 Nov 2025 11:14:39 +0100 Subject: [PATCH] Usage in IOC shell is part of the user guide --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d95db0..219c402 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,6 @@ To use these scripts on Windows, prefix the Python 3 executable: C:/path/to/python3.exe C:/path/to/mastermacs_repo/utils/decodeStatus.py 1234 ``` -## Developer guide - ### Usage in IOC shell masterMacs exposes the following IOC shell functions (all in masterMacsController.cpp): @@ -87,6 +85,8 @@ dbLoadTemplate("$(TOP)/$(NAME).substitutions", "INSTR=$(INSTR)$(NAME):,CONTROLLE dbLoadRecords("$(masterMacs_DB)/asynRecord.db","P=$(INSTR)$(NAME),PORT=$(ASYN_PORT)") ``` +## Developer guide + ### Versioning Please see the documentation for the module sinqMotor: https://git.psi.ch/sinq-epics-modules/sinqmotor/-/blob/main/README.md.