WonderWare Intouch

mab

Member
Join Date
Dec 2010
Location
hyderabad
Posts
6
Dear All,

Actually we have one exisitng system of Wonderware intouch so i am totally new for Wonderware Intouch 7.3 and i have experience in Rockwell products only.
So could you explain procedure for how to take the backup and recall of that back in my system
Software:wonderware intouch7.3 viewer and developer

Regards
MABo_O
 
Last edited:
When you open Intouch (Application Manager), your application directories
should be listed. That (those) directory (directories), will contain all
your application files. If none are listed, select Tools > Find Applications,
and intouch will find the Application(s) for you. The files will be located
in the directory Path. An Intouch application can contain hundreds of files.
Go to your application directory in Explorer and copy all of the files contained
in it. Those files are your backup. Always recall those files to the same
application directory they were created in. If you open the application on
another computer running Intouch, create the same directory path on that
computer and copy all the files to it. You should be logged on as an administrator
when you perform these functions.


You can copy and paste these statements into a batch file to reduce the
size of the application, Wonderware will recreate these files when you
restart the application. Name the newly created batch file _clean.bat
and place it in your application files directory. You can execute
_clean.bat prior to copying the application files for backup.

rem backup files (screens, database, etc)
del *.?bk
rem historically logged data (for tags with logging enabled)
del *.Lgh
del *.Idx
rem alarm log files
del *.alg
rem wwlogger file for this app
del *.aeh
rem retentive variable information
rem del retentiv.*
rem app edit lock file
attrib -r appedit.lok
del appedit.lok
rem compiled windows
del *.wvw
rem compiled tagname dictionary
del *.avl
rem csv files that begin with db (for safety)
del db*.csv
rem 16 to 32 bit conversion log
del *.neh
rem Excel spreadsheets
del db*.xls
del *db.xls
 
Dear All

I have one project of wonderwareintouch7.0 inthat i am got the one problem.That Problem is all windows(graphic) screens deleted and i had import all screens using backup.All screens succefully imported but Tag is not matched please check bellow given information
actually tag before screen: Operating Level (Tag is memory integer)
Tag after import the screen:?I:Operating Level(Tag is Memory Intger)
Like this i am facing other tags(descrete, also plz how to rectify the tag identification
Please give a solution to me
;)
 
Last edited:
I have seen this in the past a not so elegant selection would be to group all objects then you can edit them in one go and do a find/replace. This is the quickest way to do this.
 
Last edited:
Recipe call

thanks for the suggestions

Now i am getting all tags but not geting the recipes when i click the recipe button
how i want to call the recipes of my application(i think any path is changed or any function call)

Please guide me
 

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
179
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