Skip to content

Commit

Permalink
Merge pull request #10 from danielballan/example-config
Browse files Browse the repository at this point in the history
Provide working example-config.
  • Loading branch information
gilesknap authored Aug 29, 2024
2 parents 2d0ab3d + 9ec4b67 commit 3ff137e
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 54 deletions.
26 changes: 0 additions & 26 deletions tests/example-config/calc.db

This file was deleted.

16 changes: 0 additions & 16 deletions tests/example-config/ioc.substitutions

This file was deleted.

32 changes: 32 additions & 0 deletions tests/example-config/ioc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# yaml-language-server: $schema=https://github.com/epics-containers/ioc-motorsim/releases/download/2024.9.1/ibek.ioc.schema.json

ioc_name: "{{ _global.get_env('IOC_NAME') }}"

description: REPLACE WITH DESCRIPTION

entities:
- type: epics.EpicsEnvSet
name: EPICS_TZ
value: GMT0BST

- type: devIocStats.iocAdminSoft
IOC: "{{ ioc_name | upper }}"

- type: motorSim.simMotorController
controllerName: sim-controller1
numAxes: 3
P: "BL01T-MO-SIMC-01:"

- type: motorSim.simMotorAxis
controller: sim-controller1
ADDR: 1
M: M1
DESC: Motor 1
home: 1

- type: motorSim.simMotorAxis
controller: sim-controller1
ADDR: 2
M: M2
DESC: Motor 2
home: 2
12 changes: 0 additions & 12 deletions tests/example-config/st.cmd

This file was deleted.

0 comments on commit 3ff137e

Please sign in to comment.