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.
Structs????
Re: Structs????
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.
-
- Posts: 18
- Joined: Sun May 31, 2015 2:38 am
Re: Structs????
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.
Re: Structs????
Check out alias.
The setup is very cumbersome(like many other things in IX), but it works.
The setup is very cumbersome(like many other things in IX), but it works.