Hello,
I can use
{attribute 'reflection'} FUNCTION_BLOCK POU VAR {attribute 'instance-path'} {attribute 'noinit'} str: STRING; END_VAR
to get name of FB. How I can get the comment this FB, in the same way in the FB?
Thank you for your time!
Log in to post a comment.
Hello,
I can use
{attribute 'reflection'}
FUNCTION_BLOCK POU
VAR
{attribute 'instance-path'}
{attribute 'noinit'}
str: STRING;
END_VAR
to get name of FB. How I can get the comment this FB, in the same way in the FB?
Thank you for your time!