intouch trends

b_e33

Member
Join Date
Mar 2013
Location
lolo
Posts
59
i use in my intouch wonderware HMI the instrument that i can save a csv file
( on the button writen Save To File) i take it from the wizerds
so when i set a file name he write me an error
" DB DIR item invalid"
what is the problem?
it start when i changed the folder name from HMI to HMI_V2
and i want to fix it
 
The Save To File Button Has an action script where the first line looks something like this:

HDWDBDir = "C:\HMI";

if you changed the folder name you will need to modify it to suit.

ie. HDWDBDir = "C:\HMI_V2";

Cheers

Brendon
 
The Save To File Button Has an action script where the first line looks something like this:

HDWDBDir = "C:\HMI";

if you changed the folder name you will need to modify it to suit.

ie. HDWDBDir = "C:\HMI_V2";

Cheers

Brendon


This is true because it "bit" me when my colleague did the graphics on his computer in our office and then sent the application file to me in the field. I could not get the trend to save to a file as I was getting the same error as you.

Brendon is correct and I only will add one thing. The Save To button is part of cell and must be broken to access the touch action script.

Hope this helps.

Ben
 

Similar Topics

Hey guys, I use this website all the time for PLC help, but this is the first time I've actually had to post something. I am using InTouch 10.5...
Replies
2
Views
3,101
Hello and welcome to intouch people, These days I am having problem with fetching trends in Intouch very slow...I don't know where to...
Replies
3
Views
8,796
hello. In Intouch, I want the color of the alarm window in the header menu to change depending on the priority value of the tag. To do this, I...
Replies
0
Views
54
Hi guys, I'm trying to configure a rate of change alarm on a setpoint tag so that when the operator types a number by error (exemple: 30 instead...
Replies
4
Views
139
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
101
Back
Top Bottom