Hello,
I am trying to open a page in Notepad++ and make edits to the code to change the page when displayed. I have been having a few issues with this.
1) When I edit the .src file and save the code and then open the page in VTScada it does not change. I will close the Idea Studio, close the file folder, or anything else that might have it open that could keep it from updating.
2) The help file says there is a .run file in the 'pages' folder. I cannot see any files in the folder with a .run file type
3) I tried adding the code lines:
CONSTANT HiddenPage = HPF_NOTINLISTS;
and
CONSTANT ExcludeFromTagSearch = TRUE;
into the variable declaration section of the code but I can still see it and open it in the Idea Studio.
4) the only way that seems to half work is if I save the page with a different name in another folder and then import it into VTScada. I can make changes but then other things are completely messed up that I did not change in the code.
Is there a way to make edits to the file that currently works and make simple little changes quickly and easily? I have not been able to get this to work smoothly and I need to edit pages that I have been locked out of the source code.
Any ideas would be helpful.
Thanks.