Wonderware INtouch 8.0

Not sure what you are asking. Are you asking if an analog tag has value 65 you want to display the letter 'A' (ASCII), or do you want to display '65' as part of a larger string?
 
Perhaps OP is asking how to do string concatenation with a number...or type casting...

are Robert or I getting warm?
 
Thanks for the replies. Robert is very warm. The Tagname value is analoge and I would like to show that value as ASCII.
example:Tagname value (i/o intger) 18772 would display "IT".
 
Thanks for the replies. Robert is very warm. The Tagname value is analoge and I would like to show that value as ASCII.
example:Tagname value (i/o intger) 18772 would display "IT".

Okay, I'm stumped. How is 18772 equivalent to "IT" in ASCII?

"I" = 73
"T" = 84
 
Do it as an ASCII string and IT is 18772 in dec.
I have found away round it. by using a memory message tagname depending on the value of the analogue i/o
thanks
 

Similar Topics

Hi guys, I have experience with PLC to Excel etc...just starting on using intouch scada screens. I have an Excel sheet that uses mainly...
Replies
1
Views
135
Hola chicos. Tengo un problema con el driver de comucicacion dasabcip 5, y un plc controllogix v34, ya realice la comunicacion pero en ciertos...
Replies
2
Views
149
Hi, I am upgrading a Wonderware SCADA form version 9.5 to version 23. I am able to migrate all the graphic, but when to activate the runtime this...
Replies
8
Views
403
Hi all, I am using OI.GATEWAY.2 to communicate to the PLC using an OPC UA. I can see the tags using an OPC explorer connecting to the...
Replies
0
Views
180
For a while, I have been working with InTouch 10.1. The problem I am currently facing is the need to implement certain functions that do not...
Replies
0
Views
476
Back
Top Bottom