screen templates + tags

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
tonverra
Posts: 11
Joined: Wed May 29, 2013 9:18 am

screen templates + tags

Post 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

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: screen templates + tags

Post 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 7772 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.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

tonverra
Posts: 11
Joined: Wed May 29, 2013 9:18 am

Re: screen templates + tags

Post by tonverra »

awesome! thanks for the help!

Post Reply