For some multi-stage modules, the named_positions config parameter is split across the two stages. What happens if there is a typo in the entires between the stages? Will the daemon know to combine these two?
For example, on the MS:
If stage 1 has slot_1 but stage 2 has a typo where it says slot1 instead, will this cause issues?
|
named_positions: |
|
slot_1: 0.0 |
|
slot_2: 0.0 |
|
- name: h |
|
device_id: 2 |
|
axis: "1" |
|
units: mm |
|
named_positions: |
|
slot_1: 0.0 |
|
slot_2: 0.0 |
For some multi-stage modules, the named_positions config parameter is split across the two stages. What happens if there is a typo in the entires between the stages? Will the daemon know to combine these two?
For example, on the MS:
If stage 1 has
slot_1but stage 2 has a typo where it saysslot1instead, will this cause issues?hispec/config/hsfei/hsfei_msel.yaml
Lines 18 to 27 in 94c69fb