02-28-2024 08:58 AM
Hallo,
is it possibile to add the information of the DDLV4 Message FB of the *Info.RecvFltString to the Addional Text of the error message?
This would help to find the problem faster.
Thanks for feedback!
02-28-2024 10:22 AM - last edited on 02-28-2024 03:20 PM by nexidator
Since 5.3 it is possible to display texts longer than 63 characters in Additional Text.
We check the implementation internally and provide a response.
02-28-2024 03:33 PM
Displaying a longer additional text works this way:
The DDL Event uses this feature already: The additional text is set to '@TraceText', which is a VAR_OUTPUT of type STRING(255) of the OpconDdlEventAddon FB. Before setting the event, the TraceText variable is filled with the trace text received from MES.
So much about how it works in general...
Currently, the DDL event only uses the extended additional text in case there is a TraceErrorNo or TraceWarnNo received from MES. But we will check if it can also be used in this case.