Page 1 of 1

screen templates + tags

Posted: Fri May 31, 2013 5:00 pm
by tonverra
hi!

another question.

I am trying to make the process of programming my projects as easy as possible.

For my application I use a Siemens PLC, often with several PID controllers (+ settings and trends) and motor starters.

I have made some templates that I can use. I import a template, and assign addresses to the tags. Easy enough.

Problem is that if I import multiple templates, the tags will be the same.

Is there an easy (!!) way to change a tag, so that the tag is also changed in all screens used. Now I change the tag, then copy the Xaml code to word. Search for my tags, edit them, and then copy the code back. Very time consuming.

There must be an easier way. iX developer is (trying to be) a sophisticated piece of software, but I am running into difficulties doing the "easy" things...

Hoping for help! Thank you!

Ton

Re: screen templates + tags

Posted: Mon Jun 03, 2013 8:46 am
by mark.monroe
If you change a tags name by pressing the "..." button to the right of the tag, it will go through your program and replace every instance of the old tag's name with the new name. Other than that, there is no search and replace of tag names.
Snap 2013-06-03 at 08.42.07.png
Snap 2013-06-03 at 08.42.07.png (25.6 KiB) Viewed 7779 times
You could do the Xaml search and replace directly in iX Dev. Go into the Xaml you want to edit, then press "Ctrl-f". That will bring up a search and replace dialog box that you can use you replace the tag name with the new one directly in iX Dev.

Re: screen templates + tags

Posted: Mon Jun 03, 2013 11:07 am
by tonverra
awesome! thanks for the help!