We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following
Functionblocks and particularly GVLs should display these list properties. They are already parsed from PLC code, just not handled yet.
Maybe it could be worthwhile to create a variable list clause? So manually typing a function block would become:
.. plc:functionblock:: MyFunctionBlock .. plc:variablelist:: VAR_IN :var LREAL myInput1: :var LREAL myInput2: .. plc:variablelist:: VAR_OUT :var LREAL myOutput1:
And a GVL:
.. plc:gvl:: MyGVL .. plc:variablelist:: VAR_GLOBAL :var LREAL VAR1: :var LREAL VAR2: .. plc:variablelist:: VAR_GLOBAL :var LREAL VAR3:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following
Functionblocks and particularly GVLs should display these list properties. They are already parsed from PLC code, just not handled yet.
Maybe it could be worthwhile to create a variable list clause?
So manually typing a function block would become:
And a GVL:
The text was updated successfully, but these errors were encountered: