diff --git a/documentation/new-notes/PR-558.md b/documentation/new-notes/PR-558.md index 1ed54c7fc..4d06e65ab 100644 --- a/documentation/new-notes/PR-558.md +++ b/documentation/new-notes/PR-558.md @@ -1,4 +1,4 @@ -# New atInit Command Added +### New atInit Command Added This pull request introduces a new IOC shell command `atInit` to EPICS Base, which allows users to schedule arbitrary commands to be executed automatically after the IOC initialization phase (`iocInit`). @@ -7,7 +7,7 @@ The module allows you to write better-structured ioc shell files to include in y - to improve writing boot sequences, - to improve IOC startup flexibility and scripting capabilities. -## Features +#### Features - Define commands that run after IOC initialization completes. - Overwrites ```autosave``` to ensure proper configuration of the required PV. @@ -16,7 +16,7 @@ The module allows you to write better-structured ioc shell files to include in y - `atInit "dbpf "` - `atInit "date"` -## Testing +#### Testing - Unit tests have been added to verify: - Registration and execution of commands scheduled with `atInit`.