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

Provide working example-config. #10

Merged
merged 1 commit into from
Aug 29, 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
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.