Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable declaration improvement ideas #130

Open
xiaohh2000 opened this issue Sep 13, 2024 · 0 comments
Open

Variable declaration improvement ideas #130

xiaohh2000 opened this issue Sep 13, 2024 · 0 comments

Comments

@xiaohh2000
Copy link

Variable declaration in OpenPLC is not user friendly, here are some improvement ideas

  1. Support import from/export to CSV file, since edit CSV file is much easier.
  2. Global variables defined in Res0 must be defined as external in other modules, to add all of them one by one for each module is time consuming. So I would suggest to ignore the external step, all global variables can be access from any other modules by default.
  3. The variable declaration part locates at the top of each module, it would be better if this can be float or relocated by the user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant