All contributions are welcome:
-
Code changes should be submitted via a pull request.
-
Please follow the coding style of the existing code:
- Use spaces not tabs. This can be configured in Visual Studio under Tools→Options→TwinCAT→Plc Environment→Text Editor by unchecking the 'Keep Tabs' checkbox. Tab width should be set to '4'
- Do not prefix variable names according to their data type.
- Use Separate LineIDs to minimise changes to POUs. This can be configured in Visula Studio under Tools→Options→TwinCAT→Write Options→Separate LineIDs.
-
Please report bugs using GitHub Issues
-
By contributing, you agree that your contributions will be licensed under the project's MIT License.