Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
Show only
|
Search instead for
Did you mean:
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
📖HomeBack Occasionally it is a requirement that a new line character is put in ClearSCADA where it expecting a string, eg. a STRING variable in logic or the TooltipText animation on a mimic.
Depending on where the string is being written to in ClearSCADA, different formats are used.
Logic uses $n to indicate a new line, for example:
PROGRAM NewLineTestVAR TestString AT %M(.Str.Value) : STRING;END_VAR TestString := 'This$nis$na$ntest';END_PROGRAM
If you view the value of the string variable afterwards you will see some squares where the $n are in the logic code, and when displayed on a mimic it will show each word on a new line.