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,122
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,843
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
129
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
108
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
149
Back
Top Bottom