Help with InTouch

Christine1914

Member
Join Date
Apr 2011
Location
Manila
Posts
49
Hi Guys!

Need help for this one..

I encountered this script while working with InTouch..Anyone who can help me translate this one?

{Load the steps for this EM}
FOR i = 0 TO 14
m = INIReadString(InfoInTouchAppDir() + "\Data\Step\EM STEPS.ini", StringRight(EMXXXX.Name, 4), StringFromIntg(i, 10));
EMX_STR.Name = "EMX_STR" + StringFromIntg(i, 10);
IF m <> "" THEN
IF StringLen(StringFromIntg(i, 10)) > 1 THEN
EMX_STR = StringFromIntg(i, 10) + " : " + m;
ELSE
EMX_STR = StringFromIntg(i, 10) + " : " + m;
ENDIF;
ELSE
IF EMX_MAX_STRAT == 0 THEN
EMX_MAX_STRAT = i - 1;
ENDIF;
EMX_STR = "";
ENDIF;
NEXT;

Thanks in advance :)
 
This script is used to call a .ini file written in notepad.

I am wondering how this script uses the values at .ini file for the display in every faceplate used in this InTouch design.

How this random values showed depending on the screen being accessed.

Hope someone could help me to accomplish this project.

Intouch_WindowScript.jpg InTouch_EMSteps.jpg
 

Similar Topics

Hi everybody. This is part number 3 of my new project with stuff we don't usually work with. Thanks to everyone who takes time to answer, it's...
Replies
10
Views
1,576
To start I have been a long-time lurker.. this is my first post. I have used the search function but have not come across something close to what...
Replies
1
Views
1,055
Can someone give a clear explanation of the IOSetAccessName for an Intouch Application Script? - Thanking everyone in advance. The setup is 1 No...
Replies
0
Views
1,156
Hi Guys can write a script on wonderware Intouch get a floating analog value that increases by say 1.7 every 3 second? I want to display a regular...
Replies
3
Views
1,248
I'm using the GESNP communication driver to link my GE Fanuc Series 90 Micro to a Intouch application. I'm having trouble to find how I'm supposed...
Replies
3
Views
1,294
Back
Top Bottom