Skip to content

Commit

Permalink
Use two I18Managers but just one I18PMACManager
Browse files Browse the repository at this point in the history
This fixes a problem where two I18PMACManagers would try to reset Brick
GPIO at the same time, causing an error.
  • Loading branch information
Nic Bricknell committed Jan 9, 2017
1 parent 3af08b5 commit c0c36b1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 28 deletions.
11 changes: 4 additions & 7 deletions examples/I18-MALC01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@
pvPrefix: BL18I-EA-XSP3-01
mriPrefix: I18-XSP3

- blocks.demo.I18Table01PMACManager:
mriPrefix: I18-TABLE01

- blocks.demo.I18Table03PMACManager:
mriPrefix: I18-TABLE03
- blocks.demo.I18PMACManager:
mriPrefix: I18-BRICK06

- blocks.pandabox.PandABoxManager:
pvPrefix: BL18I-MO-PANDA-01
Expand All @@ -18,13 +15,13 @@
- blocks.demo.I18Table01Manager:
mri: I18-SCAN01
det: I18-XSP3
brick: I18-TABLE01
brick: I18-BRICK06
pandabox: I18-PANDA01

- blocks.demo.I18Table03Manager:
mri: I18-SCAN03
det: I18-XSP3
brick: I18-TABLE03
brick: I18-BRICK06
pandabox: I18-PANDA01

- comms.pva.PvaServerComms:
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@
- controllers.RunnableController:
mri: $(mriPrefix)

- includes.pmac.compoundmotor_collection:
mri: I18-T1-Y
prefix: BL18I-MO-TABLE-01:HEIGHT
scannable: sc_MicroFocusSampleY

- includes.pmac.compoundmotor_collection:
mri: I18-T1-X
prefix: BL18I-MO-TABLE-01:CSX
scannable: sc_MicroFocusSampleX

- includes.pmac.rawmotor_collection:
mri: I18-T3-Y
prefix: BL18I-MO-STEP-06:GB:M8
Expand Down
21 changes: 0 additions & 21 deletions malcolm/blocks/demo/I18Table01PMACManager.yaml

This file was deleted.

0 comments on commit c0c36b1

Please sign in to comment.