Skip to content

Commit

Permalink
Merge pull request #106 from epics-containers/example-adsim
Browse files Browse the repository at this point in the history
move adsim example to services folder
  • Loading branch information
gilesknap authored Feb 21, 2024
2 parents f55b7c4 + 9b54fbf commit b4e0fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/ioc_changes2.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ make
The IOC instance definition is a YAML file that tells `ibek` what the runtime assets (ie. EPICS DB and startup script) should look like. Previous tutorials selected the IOC instance definition from a beamline repository. In this case we will use the example IOC instance that comes with `ioc-adsimdetector`. The following command will select the example IOC instance:

```console
ibek dev instance /workspaces/ioc-adsimdetector/ioc_examples/bl01t-ea-test-02
ibek dev instance /workspaces/ioc-adsimdetector/services/bl01t-ea-test-02
```

The above command removes the existing config folder `/epics/ioc/config` and
Expand Down Expand Up @@ -191,7 +191,7 @@ git reset --hard
```

Add the following to
`/workspaces/ioc-adsimdetector/ioc_examples/bl01t-ea-test-02/config/ioc.yaml`:
`/workspaces/ioc-adsimdetector/services/bl01t-ea-test-02/config/ioc.yaml`:

```yaml
- type: epics.dbpf
Expand Down

0 comments on commit b4e0fce

Please sign in to comment.