ISIS-Motion-Control / ISIS-Motion-Control/twinCATAutomationTools
User prompted to restore links when XML data is imported.
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
I suspect there is leftover data in the XML files I am using to setup my crate. If the user selects "yes" to attempt to restore links this will then break when the subsequent mappings file is imported.
I believe this is because the axis XMLs are just a copy of each other so axis 2 when restoring links will link it to Axis 1 hardware, then when the mappings are imported it managed to link it to the actual axis 2 hardware as well (literally double linked).
Selecting "no" to restoring links will prevent the build breaking but need to track down the errant xml data and add a user note to **not** restore links during setup.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.