Intouch 10 Index Addressing

jlimon13

Member
Join Date
Jun 2011
Location
Los Angeles
Posts
3
I was wondering if intouch is capable of index addressing? I have a 104 graphics that all need a different tooltip status depending on the PLC tag value. I was trying to accomplish this by using an IF script that ran only when the window is open. So to save time I was trying to do it with and index, but I couldnt get it to work or not sure if its even possible.

Here is an example of the script very basic:

IF PLC_Tag_## = 2 THEN Internal_Tag_## = "Disabled";
ELSE IF PLC_Tag_## = 3 THEN Internal_Tag_## = "Faulted";
ELSE Internal_Tag_## = "OK";
ENDIF;
ENDIF;

Now where the ## its from 1 to 104. I know I could do it by doing a script for each, but that will take way to long. So I was trying to see if it could have and index to accomplish this and only have one Script.

Thanks in advance
 
Are the text strings the same for all tags?
If so,you then use a quickfunction with your tag as one of the arguments and return the text string.

You can call the quickfunction in the value display field.

HTH,
Mark
 

Similar Topics

Hi all. Customer wants analog faceplates really bad, even if we explained that it doesn't make much sense in his process. What he wants to see...
Replies
5
Views
101
Trying to export a Modern application for an upgrade to Intouch 2020 but I cannot export the application from the 2014 version because the export...
Replies
2
Views
103
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
134
Currently we have a fat( I think that is what it is called) Intouch application. An application resolution of 3840x1080, and inside that 2x...
Replies
0
Views
87
Hi guys We're in the process of creating a ME runtime to operate on a PC running windows using a InTouch INDT156 touchscreen, and we're having an...
Replies
3
Views
138
Back
Top Bottom