You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Variable declaration in OpenPLC is not user friendly, here are some improvement ideas
Support import from/export to CSV file, since edit CSV file is much easier.
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.
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.
The text was updated successfully, but these errors were encountered:
Variable declaration in OpenPLC is not user friendly, here are some improvement ideas
The text was updated successfully, but these errors were encountered: