"&" Symbol in FTVIEW Sudio Alarm

Sham

Member
Join Date
Sep 2019
Location
Australia
Posts
152
Hi all,

I am trying to display "&" symbol in one of alarm messages, but the alarm banner is displaying a special character instead of "&". Any solutions please? Its urgent.

for example I am trying to display "I&L", but its being displayed as "I L", where that L is a special one (like special Ä).
 
That's exactly right!! I believe its because of VBA, right? Thanks man! Just found it by hit n trial before you commented.




it's standard escape syntax: some uncommon character like backslash (\) is used as an "escape" character, so \n is interpreted as a single character i.e. newline (linefeed or ASCII code 10), \r is carriage routine, \t is tab, etc. so that leaves the problem of how to display the escape sequence initiator. so when you said the & did not show up but the L was modified, that was the clue. we have to remember that the folks writing the software we use are not likely to be process and control engineers, and the have the wooden bridge syndrome.
 
it's standard escape syntax: some uncommon character like backslash (\) is used as an "escape" character, so \n is interpreted as a single character i.e. newline (linefeed or ASCII code 10), \r is carriage routine, \t is tab, etc. so that leaves the problem of how to display the escape sequence initiator. so when you said the & did not show up but the L was modified, that was the clue. we have to remember that the folks writing the software we use are not likely to be process and control engineers, and the have the wooden bridge syndrome.

(Y) Agreed!
 

Similar Topics

Hello everyone, Recently, my Archestra IDE shut down while I was editing. After restarting the IDE, I noticed warning symbols under my opened...
Replies
1
Views
96
I was looking for this function, so that i doesn´t need to do it in the PLC. If there are an alarm in the alarm list, i want to flash the...
Replies
2
Views
496
Hello, fairly new to plcs I’m tasked with installing a PE to a micrologix1200, in the attached picture I/14 is the PE I’m installing it’s going to...
Replies
6
Views
939
Hello Thank you all for your support. I am actually experience same issues with TIA portal V17 update5 as well as V18. The problem is with the...
Replies
0
Views
795
Hi all, I've inherited someone else's program and can't for the life of me figure out his use of the # symbol in one of his structured text...
Replies
5
Views
1,915
Back
Top Bottom