InTouch window script howto..

wildswing said:
Change it to Memory Integer type, the same as the other tag.

Now i have tried to change to Memory Integer, but there isnt any option for that,
i only have Memory Discrete, I/O discrete, indirect discrete.
i cant find any option to delete that tagname so i can make a new one,
did make a new tagname with a diffrent name and there i got memory integere,
so is there any way for me to change my tagname or delete it so i can make a new one?
 
Now i have done IT!!!

Isnt there any edit button, so i can change my last post?

(y) Thanks one more time for al the help.
At last i got it working, to delete a anused tag i needed to update use counts,
after that i made a new tag.
and in the window script i put
kona_r11=kona_r11_I
as doug2 was told me.

tried
IF (KONA_R11_I < 1 or KONA_R11_I > 3) THEN KONA_R11 = KONA_R11_I;
as OZEE told me but didnt get it to work, i had 0 al the time in KONA_R11.

and tried that Tark told me, works if i put 2 more endif; in the script
 
ason said:
tried as OZEE told me but didnt get it to work, i had 0 al the time in KONA_R11.
OZEE had it backward. Check the conditions and it will make sense to you.

IF (KONA_R11_I < 1 or KONA_R11_I > 3) THEN KONA_R11 = 0;
ELSE KONA_R11 = KONA_R11_I;
ENDIF;
 
DaveW said:
OZEE had it backward. Check the conditions and it will make sense to you.

IF (KONA_R11_I < 1 or KONA_R11_I > 3) THEN KONA_R11 = 0;
ELSE KONA_R11 = KONA_R11_I;
ENDIF;

Yup - I had it backwards. When I originally looked at it, I was going to make the way Dave suggests, the decided on the other way around, but forgot to change the equalities. Sorry...

Dave's will give you what you want.
 
Yes, saw that when i reply,
I found a manual for intouch ver.8, is a little bit easier now to change stuff.
but with out U guys i havent learn anything ;=)
 

Similar Topics

Hello, since i am starting using intouch, i need some help Actually i want to make in intouch a String input field. The operator has to insert a...
Replies
1
Views
331
Hi guys. I am using Intouch Wonderware. Does anyone know how to enlarge the AlarmViewerCtrl properties window? In my case it is cut off as in the...
Replies
11
Views
1,496
Hi there, Been working adding new pages and features to an existing SCADA and have encountered a strange error when it comes to the sizing of...
Replies
1
Views
1,569
Hi Guys, How can I run full screen on wonder ware Intouch window viewer?
Replies
4
Views
5,823
Hello. I have a window in one Intouch app that I would like to copy/paste to another. Since I can't open two instances of the app, how can I do...
Replies
2
Views
2,688
Back
Top Bottom