Carriage Return and Line Feed in PLCnex Engineer for HMI_Output

Hello, how to create a carriage return and line feed in a string in Structural Text to get a carriage return and line feed in the HMI Text Field ?

You can use the formatting option in the TO_STRING function to generate CR+LF characters, which you can concatenate to a STRING, something like in this answer: Redirecting to new forum... Hope this helps!