Structs????

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
Claus Nielsen
Posts: 18
Joined: Sun May 31, 2015 2:38 am

Structs????

Post by Claus Nielsen »

Just a few thoughts after adding a lot of tags manually. (Excel Export -> Import)

For years has Object Oriented Programming been a commonly used programming practice, and this has ofcourse found it's way to the industrial world aswell, by adding UDT's (User Defined Data Types) etc., to most PLC's.

While struggeling with larger projects these data types helps a lot in making program documentation easy, and reuse of code. They even helps creating the graphical interface faster (or atleast they should), which adds up to my actual question, why is this not possible in iX??!?

With reuseable faceplates for valves, motors, etc. using 50 - 100 tags, a user defined structure could really reduce my programming time if I didn't have to add each tag manually.

I like almost everything else in iX, good work, but this problem might be the reason I won't use it again in larger projects.

BenediktB
Posts: 3
Joined: Tue Dec 16, 2014 3:26 am

Re: Structs????

Post by BenediktB »

I agree completly with you. I also would like to see a function to define objects which can be connected to a plc struct. This would safe a lot of engineering time.

Claus Nielsen
Posts: 18
Joined: Sun May 31, 2015 2:38 am

Re: Structs????

Post by Claus Nielsen »

Yes, and maybe even make it possible to save a "Group" as an object referenced by "Instance" making it a lot easier to use these structs aswell.

jydepower
Posts: 26
Joined: Thu Aug 16, 2012 9:33 am

Re: Structs????

Post by jydepower »

Check out alias.
The setup is very cumbersome(like many other things in IX), but it works.

Post Reply