.copier-answers.yml
.coveragerc
.gitattributes
.gitignore
.gitlab-ci.yml
.gitremotes
.pre-commit-config.yaml
CONTRIBUTING.rst
Dockerfile
LICENSE
MANIFEST.in
README.md
catalog-info.yaml
pyproject.toml
.devcontainer/devcontainer.json
.github/CONTRIBUTING.md
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/issue.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/actions/install_requirements/action.yml
.github/pages/index.html
.github/pages/make_switcher.py
.github/workflows/_dist.yml
.github/workflows/_docs.yml
.github/workflows/_pypi.yml
.github/workflows/_release.yml
.github/workflows/_test.yml
.github/workflows/_tox.yml
.github/workflows/ci.yml
.github/workflows/periodic.yml
.vscode/extensions.json
.vscode/launch.json
.vscode/settings.json
.vscode/tasks.json
docs/_api.rst
docs/conf.py
docs/explanations.md
docs/genindex.md
docs/how-to.md
docs/index.md
docs/reference.md
docs/requirements.txt
docs/tutorials.md
docs/_static/theme_overrides.css
docs/_templates/custom-module-template.rst
docs/explanations/decisions.md
docs/explanations/epics.rst
docs/explanations/history.rst
docs/explanations/implementation.rst
docs/explanations/decisions/0001-record-architecture-decisions.md
docs/explanations/decisions/0002-switched-to-python-copier-template.md
docs/explanations/decisions/COPYME
docs/how-to/contribute.md
docs/how-to/modifying.rst
docs/images/dls-favicon.ico
docs/images/dls-logo.svg
docs/reference/commands.rst
docs/reference/constants.rst
docs/reference/external.rst
docs/reference/internal.rst
docs/reference/overview.rst
docs/reference/sequences.rst
docs/reference/snippets.rst
docs/reference/images/HSW.png
docs/reference/images/HSW2.png
docs/reference/images/HSW_DIR.png
docs/reference/images/HSW_DIR2.png
docs/reference/images/HSW_HLIM.png
docs/reference/images/HSW_HLIM2.png
docs/reference/images/LIMIT.png
docs/reference/images/RLIM.png
docs/tutorials/converting.rst
docs/tutorials/custom.rst
docs/tutorials/example.py
docs/tutorials/example.rst
docs/tutorials/example_custom_slits.py
docs/tutorials/installation.md
src/__init__.py
src/converter/__init__.py
src/converter/_version.py
src/converter/converter.py
src/converter/indent.py
src/converter/motionarea.py
src/converter/pipemessage.py
src/converter/success.txt
src/converter/old_motorhome/__init__.py
src/converter/old_motorhome/motorhome.py
src/converter/shim/__init__.py
src/converter/shim/controllertype.py
src/converter/shim/functions.py
src/converter/shim/globals.py
src/converter/shim/group.py
src/converter/shim/motor.py
src/converter/shim/motorhome.py
src/converter/shim/plc.py
src/pmac_motorhome/__init__.py
src/pmac_motorhome/__main__.py
src/pmac_motorhome/_version.py
src/pmac_motorhome/commands.py
src/pmac_motorhome/constants.py
src/pmac_motorhome/group.py
src/pmac_motorhome/motor.py
src/pmac_motorhome/onlyaxes.py
src/pmac_motorhome/plc.py
src/pmac_motorhome/plcgenerator.py
src/pmac_motorhome/sequences.py
src/pmac_motorhome/snippets.py
src/pmac_motorhome/template.py
src/pmac_motorhome.egg-info/PKG-INFO
src/pmac_motorhome.egg-info/SOURCES.txt
src/pmac_motorhome.egg-info/dependency_links.txt
src/pmac_motorhome.egg-info/entry_points.txt
src/pmac_motorhome.egg-info/requires.txt
src/pmac_motorhome.egg-info/top_level.txt
src/pmac_motorhome/snippets/power/check_homed.pmc.jinja
src/pmac_motorhome/snippets/power/continue_home_maintain_axes_offset.pmc.jinja
src/pmac_motorhome/snippets/power/debug_pause.pmc.jinja
src/pmac_motorhome/snippets/power/disable_axis_limits.pmc.jinja
src/pmac_motorhome/snippets/power/disable_limits.pmc.jinja
src/pmac_motorhome/snippets/power/drive_off_home.pmc.jinja
src/pmac_motorhome/snippets/power/drive_relative.pmc.jinja
src/pmac_motorhome/snippets/power/drive_to_hard_limit.pmc.jinja
src/pmac_motorhome/snippets/power/drive_to_home.pmc.jinja
src/pmac_motorhome/snippets/power/drive_to_home_if_on_limit.pmc.jinja
src/pmac_motorhome/snippets/power/drive_to_hstop.pmc.jinja
src/pmac_motorhome/snippets/power/drive_to_initial_pos.pmc.jinja
src/pmac_motorhome/snippets/power/drive_to_limit.pmc.jinja
src/pmac_motorhome/snippets/power/drive_to_soft_limit.pmc.jinja
src/pmac_motorhome/snippets/power/home.pmc.jinja
src/pmac_motorhome/snippets/power/jog_if_on_limit.pmc.jinja
src/pmac_motorhome/snippets/power/plc.pmc.jinja
src/pmac_motorhome/snippets/power/post_home_action.pmc.jinja
src/pmac_motorhome/snippets/power/pre_home_action.pmc.jinja
src/pmac_motorhome/snippets/power/restore_limits.pmc.jinja
src/pmac_motorhome/snippets/power/store_position_diff.pmc.jinja
src/pmac_motorhome/snippets/power/wait_for_done.pmc.jinja
src/pmac_motorhome/snippets/power/zero_encoders.pmc.jinja
src/pmac_motorhome/snippets/turbo/check_homed.pmc.jinja
src/pmac_motorhome/snippets/turbo/continue_home_maintain_axes_offset.pmc.jinja
src/pmac_motorhome/snippets/turbo/debug_pause.pmc.jinja
src/pmac_motorhome/snippets/turbo/disable_axis_limits.pmc.jinja
src/pmac_motorhome/snippets/turbo/disable_limits.pmc.jinja
src/pmac_motorhome/snippets/turbo/drive_off_home.pmc.jinja
src/pmac_motorhome/snippets/turbo/drive_relative.pmc.jinja
src/pmac_motorhome/snippets/turbo/drive_to_hard_limit.pmc.jinja
src/pmac_motorhome/snippets/turbo/drive_to_home.pmc.jinja
src/pmac_motorhome/snippets/turbo/drive_to_home_if_on_limit.pmc.jinja
src/pmac_motorhome/snippets/turbo/drive_to_hstop.pmc.jinja
src/pmac_motorhome/snippets/turbo/drive_to_initial_pos.pmc.jinja
src/pmac_motorhome/snippets/turbo/drive_to_limit.pmc.jinja
src/pmac_motorhome/snippets/turbo/drive_to_soft_limit.pmc.jinja
src/pmac_motorhome/snippets/turbo/home.pmc.jinja
src/pmac_motorhome/snippets/turbo/jog_if_on_limit.pmc.jinja
src/pmac_motorhome/snippets/turbo/plc.pmc.jinja
src/pmac_motorhome/snippets/turbo/post_home_action.pmc.jinja
src/pmac_motorhome/snippets/turbo/pre_home_action.pmc.jinja
src/pmac_motorhome/snippets/turbo/restore_limits.pmc.jinja
src/pmac_motorhome/snippets/turbo/store_position_diff.pmc.jinja
src/pmac_motorhome/snippets/turbo/wait_for_done.pmc.jinja
src/pmac_motorhome/snippets/turbo/zero_encoders.pmc.jinja
tests/__init__.py
tests/conftest.py
tests/test_checks.py
tests/test_cli.py
tests/test_converter.py
tests/test_pmac_motorhome.py
tests/converter/__init__.py
tests/converter/BL02I_Motion/Makefile
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Makefile
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Master1.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Master2.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PLCs/PLC11_HOUSEKEEPING.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PLCs/PLC13_HOME_DCM_PITCH.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PLCs/PLC14_HOME_DCM_ROLL.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PLCs/PLC15_HOME_DCM_PERP.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PLCs/PLC16_HOME_DCM_BRAGG.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PLCs/PLC17_S1_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PLCs/PLC1_initialise.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PLCs/PLC7_kill_plc.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/HomingProgramsInfo.txt
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG10_HOME_POST_VFM_QBPM.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG11_HOME_HFM_JACKS.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG12_HOME_HFM_TRANS.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG13_HOME_VFM_JACKS.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG14_HOME_VFM_TRANS.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG1_HOME_PRE_DCM_SLITS_X.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG2_HOME_PRE_DCM_SLITS_Y.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG3_HOME_PRE_HFM_SLITS_X.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG4_HOME_PRE_HFM_SLITS_Y.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG5_HOME_PRE_VFM_SLITS_X.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG6_HOME_PRE_VFM_SLITS_Y.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG7_HOME_DCM_BRAGG.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG8_HOME_PRE_HFM_QBPM.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/PROGs/MPROG9_HOME_PRE_VFM_QBPM.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/Axes.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/STANDARD_CONTROL.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/STANDARD_MACRO.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/STANDARD_VME_PMAC1.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/BL02I-MO-IOC-01-PMAC-01.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/DCM_Bragg.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/HFM_Jacks.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/HFM_Translations.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/PLC0.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/PLC1.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/PLC10_INITIALISATION.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/PLC27.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/PLC5.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/PLC6.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/PLC9.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/Post_VFM_QBPM.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/Pre_DCM_Slits_X.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/Pre_DCM_Slits_Y.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/Pre_HFM_QBPM.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/Pre_HFM_Slits_X.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/Pre_HFM_Slits_Y.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/Pre_VFM_QBPM.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/Pre_VFM_Slits_Xpmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/Pre_VFM_Slits_Y.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/VFM_Jacks.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/VFM_Translations.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/afterPMACTuning.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/encoderLoss.doc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/eraseProgs.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/macroCommunication.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/macroNodeSetup.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/menuScan.dbd
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/mxOpticsHutchMotionControlNotes.doc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/parameters.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/plc4.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/Variables/OriginalFiles/upload.pmc
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/src/PLC15_HOME_DCM_PERP.psub
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/src/PLC16_HOME_DCM_BRAGG.psub
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/src/PLC1_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/src/PLC4_encoder_loss.psub
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-PMAC-01/src/PLC7_kill_plc.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/Makefile
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/Master.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/PLCs/PLC10_DMM_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/PLCs/PLC17_ML1_DMM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/PLCs/PLC18_DMM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/PROGs/PROG10_CS_motion.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/Variables/Axis.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/Variables/Control.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/src/PLC16_HOME_DCM_BRAGG_GEOBRICK.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/src/PLC17_ML1_DMM.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/src/PLC18_DMM.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/src/PLC1_BRICK_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/src/PLC4_encoder_loss.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-05/src/PLC7_kill_when_idle.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/Makefile
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/Master.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/PLCs/PLC10_DCM_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/PLCs/PLC11_ATT2_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/PLCs/PLC17_DCM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/PROGs/PROG10_CS_motion.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/src/PLC17_DCM.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/src/PLC1_BRICK_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/src/PLC4_encoder_loss.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-06/src/PLC7_kill_when_idle.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/Makefile
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/Master.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/PLCs/PLC10_DMM_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/PLCs/PLC17_CS_DMM_Roll.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/PLCs/PLC18_CS_DMM_Energy.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/PROGs/PROG10_CS_motion.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/PROGs/PROG1_trajectory_scan.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/PROGs/trajectory_scan_definitions.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/src/PLC17_CS_DMM_Roll.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/src/PLC18_CS_DMM_Energy.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/src/PLC1_BRICK_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-07/src/PROG1_trajectory_scan.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/Makefile
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/Master.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/PLCs/PLC10_CHOPX_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/PLCs/PLC11_S4_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/PLCs/PLC17_S4_XSlits.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/PLCs/PLC18_S4_YSlits.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/PROGs/PROG10_CS_motion.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/Variables/Axis.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/Variables/Control.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/src/PLC17_S4_XSlits.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/src/PLC18_S4_YSlits.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/src/PLC1_BRICK_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/src/PLC4_encoder_loss.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-09/src/PLC7_kill_when_idle.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/Makefile
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/Master.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/PLCs/PLC10_HMFM_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/PLCs/PLC11_VMFM_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/Variables/00-50-C2-xx-xx-xx.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/Variables/Axis.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/Variables/Control.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/src/PLC1_BRICK_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/src/PLC4_encoder_loss.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-10/src/PLC7_kill_when_idle.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/Makefile
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/Master.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/PLCs/PLC10_ATT3_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/PLCs/PLC11_APT_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/src/PLC1_BRICK_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/src/PLC4_encoder_loss.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-11/src/PLC7_kill_when_idle.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/Makefile
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/Master.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/PLCs/PLC10_GONIO_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/PLCs/PLC14_gonio_XZ_safe.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/PLCs/PLC4_encoder_loss_hack.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/PLCs/PLC8_heart_beat.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/Variables/Axis.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/Variables/Control.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/src/PLC17_GONIO.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/src/PLC1_BRICK_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/src/PLC4_encoder_loss.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/src/PLC7_kill_when_idle.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-12/src/PLC8_heart_beat.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/Makefile
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/Master.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/PLCs/PLC10_OAV_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/PLCs/PLC11_BMSTP_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/PLCs/PLC12_DET_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/PLCs/PLC16_OAV_GripBrakeAx6.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/PLCs/PLC20_OAV_CLASH.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/Variables/00-50-C2-CB-DF-94.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/Variables/Axis.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/Variables/Control.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/Variables/ECT.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/src/PLC1_BRICK_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/src/PLC4_encoder_loss.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-13/src/PLC7_kill_when_idle.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/Makefile
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/Master.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC11_CHOP_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC12_GONIOSAM_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC14_gonio_omeag_x1_x2_z_safe.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC17_GONIO.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC18_TILT.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC23_GONIO_X1_X2_HM.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC8_chopper.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PLCs/PLC9_heart_beat.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PROGs/PROG10_CS_motion.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PROGs/trajectory_scan.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/PROGs/trajectory_scan_definitions.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/Variables/00-50-C2-CB-DF-95.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/Variables/Axis.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/Variables/Control.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/Variables/ECT.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/src/PLC18_TILT.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/src/PLC1_BRICK_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/src/PLC4_encoder_loss.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/src/PLC7_kill_when_idle.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-14/src/PLC9_heart_beat.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/Makefile
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/Master.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/PLCs/PLC17_GONIO.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/PLCs/PLC5_cpu_load.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/PROGs/PROG10_CS_motion.pmc
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/src/PLC17_GONIO.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/src/PLC1_BRICK_initialise.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/src/PLC4_encoder_loss.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/src/PLC5_cpu_load.psub
tests/converter/BL02I_Motion/BL02I-MO-STEP-22/src/PLC7_kill_when_idle.psub
tests/converter/BL02I_Motion/configure/RELEASE
tests/converter/BL02I_Motion/configure/generate_homing_plcs.py
tests/converter/BL08J_Motion/README_Geobrick_naming
tests/converter/BL08J_Motion/analyse.cfg
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/Makefile
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/Master.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/backup.sh
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/run-pmac-control.sh
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PLCs/PLC11_MJ2_HM.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PLCs/PLC12_DJ7_HM.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PLCs/PLC17_M6X_CS.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PLCs/PLC18_M6Y_CS.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PLCs/PLC19_M6Bend_CS.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PLCs/PLC7_power_down_when_idle.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PROGs/PROG10_CS_motion.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/PROGs/PROG11_CS_motion_rail_clamp.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/Variables/Axis.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/Variables/Control.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/Variables/ECT-Filters.IVR
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/Variables/XX-XX-XX-XX-XX-XX.pmc
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/configure/RELEASE
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/configure/generate_homing_plcs.py
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/src/PLC17_M6X_CS.psub
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/src/PLC18_M6Y_CS.psub
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/src/PLC19_M6Bend_CS.psub
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/src/PLC1_BRICK_initialise.psub
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/src/PLC2_motion_stop.psub
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/src/PLC4_encoder_loss.psub
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/src/PLC5_cpu_load.psub
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/src/PLC7_power_down_when_idle.psub
tests/converter/BL08J_Motion/BL08I-MO-STEP-06/src/PROG11_CS_motion_M4X_backlash.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/BiSS setup.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/Makefile
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/Master.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/backup.sh
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PLCs/PLC11_T1_HM.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PLCs/PLC12_ZP_HM.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PLCs/PLC17_T1SYNC_CS.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PLCs/PLC1_BRICK_initialise_MODIFIED.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PLCs/PLC2_motion_stop.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PROGs/PROG10_CS_motion.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PROGs/PROG1_trajectory_scan.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PROGs/trajectory_scan_code.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/PROGs/trajectory_scan_definitions.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/Variables/Axis.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/Variables/Control.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/configure/RELEASE
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/configure/__init__.py
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/configure/generate_homing_plcs.py
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/src/PLC17_T1SYNC_CS.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/src/PLC1_BRICK_initialise.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/src/PLC2_motion_stop.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/src/PLC4_encoder_loss.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/src/PLC7_kill_when_idle.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-01/src/PROG1_trajectory_scan.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/Makefile
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/Master.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/backup.sh
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/run-pmac-control.sh
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/PLCs/PLC11_S3J_HM.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/PLCs/PLC12_OSA_HM.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/PLCs/PLC2_motion_stop.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/PLCs/PLC7_Motion_Control_Constants.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/PLCs/PLC7_power_down_when_idle.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/Variables/00-50-C2-CB-DF-97.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/Variables/Axis.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/Variables/Control.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/configure/RELEASE
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/configure/__init__.py
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/configure/generate_homing_plcs.py
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/src/PLC1_BRICK_initialise.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/src/PLC2_motion_stop.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/src/PLC4_encoder_loss.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-02/src/PLC7_power_down_when_idle.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/Makefile
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/Master.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/backup.sh
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/run-pmac-control.sh
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PLCs/PLC11_MJ2_HM.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PLCs/PLC12_DJ7_HM.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PLCs/PLC17_M6X_CS.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PLCs/PLC18_M6Y_CS.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PLCs/PLC19_M6Bend_CS.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PLCs/PLC7_power_down_when_idle.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PROGs/PROG10_CS_motion.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/PROGs/PROG11_CS_motion_rail_clamp.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/Variables/Axis.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/Variables/Control.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/Variables/ECT-Filters.IVR
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/Variables/XX-XX-XX-XX-XX-XX.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/configure/RELEASE
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/configure/__init__.py
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/configure/generate_homing_plcs.py
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/src/PLC17_M6X_CS.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/src/PLC18_M6Y_CS.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/src/PLC19_M6Bend_CS.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/src/PLC1_BRICK_initialise.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/src/PLC2_motion_stop.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/src/PLC4_encoder_loss.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/src/PLC5_cpu_load.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/src/PLC7_power_down_when_idle.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-06/src/PROG11_CS_motion_M4X_backlash.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/Makefile
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/Master.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/backup.sh
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/run-pmac-control.sh
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/Info/Information.txt
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/PLCs/PLC11_S1_HM.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/PLCs/PLC12_D8_HM.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/PLCs/PLC2_motion_stop.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/PLCs/PLC7_power_down_when_idle.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/PROGs/PROG10_CS_motion.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/Variables/00-50-C2-C0-27-08.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/Variables/Axis.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/Variables/Control.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/Variables/ECT.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/configure/RELEASE
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/configure/__init__.py
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/configure/generate_homing_plcs.py
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/src/PLC1_BRICK_initialise.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/src/PLC2_motion_stop.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/src/PLC4_encoder_loss.psub
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/src/PLC6_Initialise_and_Reset.pmc
tests/converter/BL08J_Motion/BL08J-MO-STEP-07/src/PLC7_power_down_when_idle.psub
tests/converter/BL11I_Motion/BL11I-MO-PMAC-03/Master.pmc
tests/converter/BL11I_Motion/BL11I-MO-PMAC-03/PLCs/PLC10_D1_HM.pmc
tests/converter/BL11I_Motion/BL11I-MO-PMAC-03/PLCs/PLC11_S2_HM.pmc
tests/converter/BL11I_Motion/BL11I-MO-PMAC-03/PLCs/PLC12_BPM1_HM.pmc
tests/converter/BL11I_Motion/BL11I-MO-PMAC-03/PLCs/PLC13_M1_HM.pmc
tests/converter/BL11I_Motion/BL11I-MO-PMAC-03/PLCs/PLC14_S3_HM.pmc
tests/converter/BL11I_Motion/BL11I-MO-PMAC-03/PLCs/PLC15_BPM2_HM.pmc
tests/converter/BL11I_Motion/BL11I-MO-PMAC-03/PLCs/PLC9_S1_HM.pmc
tests/converter/BL11I_Motion/configure/RELEASE
tests/converter/BL11I_Motion/configure/generate_homing_plcs.py
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/BL13I-MO-STEP-14_unfix_2017-04-04.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/Makefile
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/Master.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/README
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/PLCs/PLC11_DCM01_HM.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/PLCs/PLC17_DCMJACKS_CS.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/PLCs/PLC18_DCMENERGY_CS.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/PLCs/PLC1_initialise.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/PLCs/PLC2_motion_stop.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/PLCs/PLC9_auto_cure.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/PROGs/PROG10_CS_motion.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/Variables/00-50-C2-CB-AD-43.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/Variables/Axis.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/Variables/Control.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/Variables/Ect.pmc
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/configure/RELEASE
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/configure/generate_homing_plcs.py
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/src/PLC17_DCMJACKS_CS.psub
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/src/PLC18_DCMENERGY_CS.psub
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/src/PLC1_initialise.psub
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/src/PLC2_motion_stop.psub
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/src/PLC4_encoder_loss.psub
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/src/PLC7_kill_when_idle.psub
tests/converter/BL13I_Motion/BL13I-MO-STEP-14/BL13I-MO-STEP-14/src/PLC9_auto_cure.psub
tests/converter/BL16B_Motion/BL16B-MO-STEP-04/Master.pmc
tests/converter/BL16B_Motion/BL16B-MO-STEP-04/PLCs/PLC11_GEO4_HM.pmc
tests/converter/BL16B_Motion/BL16B-MO-STEP-04/configure/RELEASE
tests/converter/BL16B_Motion/BL16B-MO-STEP-04/configure/generate_homing_plcs.py
tests/converter/BL18B_Motion/BL18B-MO-STEP-09/Master.pmc
tests/converter/BL18B_Motion/BL18B-MO-STEP-09/PLCs/PLC16_DCM2_HM.pmc
tests/converter/BL18B_Motion/configure/RELEASE
tests/converter/BL18B_Motion/configure/generate_homing_plcs.py
tests/converter/BL22I_Motion/BL22I-MO-PMAC-01/Master.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-01/PLCs/PLC10_D1_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-01/PLCs/PLC11_D2_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-01/PLCs/PLC12_S2_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-01/PLCs/PLC13_D3_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-01/PLCs/PLC14_VFM_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-01/PLCs/PLC15_HFM_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-01/PLCs/PLC9_S1_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-01/configure/RELEASE
tests/converter/BL22I_Motion/BL22I-MO-PMAC-01/configure/generate_homing_plcs.py
tests/converter/BL22I_Motion/BL22I-MO-PMAC-02/Master.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-02/PLCs/PLC10_D4_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-02/PLCs/PLC11_D5_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-02/PLCs/PLC12_D6_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-02/PLCs/PLC17_S3X_CS.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-02/PLCs/PLC18_S3Y_CS.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-02/PLCs/PLC9_S3_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-PMAC-02/configure/RELEASE
tests/converter/BL22I_Motion/BL22I-MO-PMAC-02/configure/generate_homing_plcs.py
tests/converter/BL22I_Motion/BL22I-MO-STEP-19/Master.pmc
tests/converter/BL22I_Motion/BL22I-MO-STEP-19/PLCs/PLC10_STABL_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-STEP-19/PLCs/PLC13_SPY_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-STEP-19/PLCs/PLC14_PXY2_HM.pmc
tests/converter/BL22I_Motion/BL22I-MO-STEP-19/configure/RELEASE
tests/converter/BL22I_Motion/BL22I-MO-STEP-19/configure/generate_homing_plcs.py
tests/converter/BL38P_Motion/Makefile
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/Makefile
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/Master.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/PLCs/PLC10_UPSTREAM_HM.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/PLCs/PLC11_PXY2_HM.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/Variables/00-50-C2-xx-xx-xx.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/Variables/Axis.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/Variables/Control.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/src/PLC1_BRICK_initialise.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/src/PLC2_motion_stop.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/src/PLC4_encoder_loss.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/src/PLC5_cpu_load.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-10/src/PLC7_kill_when_idle.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/Makefile
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/Master.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/PLCs/PLC10_DOWNSTREAM_HM.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/PLCs/PLC11_PXY1_HM.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/PLCs/PLC5_cpu_load.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/Variables/00-50-C2-xx-xx-xx.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/Variables/Axis.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/Variables/Control.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/src/PLC1_BRICK_initialise.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/src/PLC2_motion_stop.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/src/PLC4_encoder_loss.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/src/PLC5_cpu_load.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-11/src/PLC7_kill_when_idle.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/Makefile
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/Master.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/PLCs/PLC10_MSCP_HM.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/PLCs/PLC11_MF_HM.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/PLCs/PLC12_ROT_HM.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/PLCs/PLC13_PROT_HM.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/PLCs/PLC1_BRICK_initialise.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/PLCs/PLC5_cpu_load.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/Variables/00-50-C2-xx-xx-xx.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/Variables/Axis.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/Variables/Control.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/src/PLC1_BRICK_initialise.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/src/PLC4_encoder_loss.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/src/PLC5_cpu_load.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-12/src/PLC7_kill_when_idle.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/Makefile
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/Master.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC10_FSWT_HM.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC1_BRICK_initialise_custom.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC20_transfocator_main.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC21_transfocator_filter_out.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC22_transfocator_filter_in.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC23_transfocator_homing.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC24_transfocator_filter_mask.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC25_transfocator_abort.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC4_encoder_loss.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC5_cpu_load.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC6_Initialise_and_Reset.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/PLCs/PLC7_kill_when_idle.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/Variables/00-50-C2-xx-xx-xx.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/Variables/Axis.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/Variables/Control.pmc
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/src/PLC20_transfocator_main.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/src/PLC21_transfocator_filter_out.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/src/PLC22_transfocator_filter_in.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/src/PLC23_transfocator_homing.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/src/PLC24_transfocator_filter_mask.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/src/PLC25_transfocator_abort.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/src/PLC2_motion_stop.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/src/PLC4_encoder_loss.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/src/PLC5_cpu_load.psub
tests/converter/BL38P_Motion/BL38P-MO-STEP-14/src/PLC7_kill_when_idle.psub
tests/converter/BL38P_Motion/configure/RELEASE
tests/converter/BL38P_Motion/configure/generate_homing_plcs.py
tests/examples/BL02I-MO-PMAC-01.plc17
tests/examples/BL02I-MO-STEP-13.plc11
tests/examples/BL06I-MO-STEP-21.plc12
tests/examples/BL07I-MO-STEP-04.plc11
tests/examples/BL09I-MO-STEP-03.plc12
tests/examples/BL09I-MO-STEP-03.plc12.ORIGINAL.pmc
tests/examples/BL13J-MO-STEP-25.plc11
tests/examples/BL18B-MO-STEP-01.plc13
tests/examples/BL18B-MO-STEP-01_slits.plc13
tests/examples/BL20I-MO-STEP-02.plc11
tests/examples/HOME_two_axes_post_L.pmc
tests/examples/NOTHING.plc12
tests/examples/any_code.plc
tests/examples/ms_string_for_brick.pmc
tests/examples/pb_home_hsw_hlim.plc11
tests/examples/pb_home_limit.plc11
tests/examples/pb_rlim_post_hard_high_limit.plc11
tests/examples/pb_rlim_post_high_limit.plc11
tests/examples/pb_rlim_post_jog_relative.plc11
tests/examples/post_distance.plc12
tests/examples/post_high_limit.plc12
tests/examples/post_jog_relative.plc12
tests/examples/post_low_limit.plc12
tests/examples/post_move_to_position.plc12
tests/examples/pre_post.plc
tests/examples/two_axes_different_post_homes.pmc
tests/examples/two_plcs1.pmc
tests/examples/two_plcs2.pmc
tests/unittests/converter/test_motionarea.py
tests/unittests/pmac_motorhome/test_group.py