Add-on instances on Sub-trees

Hello,

We use quite a lot the sub-trees approach in order to control different modules with the same PLC and take advantage of instantiation.

My question here is regarding the Add-on which are not instantiable inside the sub-trees elements.

For example, if I want to use a DDL event for each sub-tree element (Command handler for instance) it is not possible.

Any plan to solve this?

Best reply by nexidator

Is your question about the DDL event (which is indeed a bit special) or about add-ons in general? Other add-ons behave just the same as "normal" objects inside subtrees.

About the DDL event: It is possible to use the DDL event inside a subtree, but you cannot configure it separately for each subtree instance. Instead, you have to define the variables that are sent to (or received from) MES inside your subtree. That way, every variable you configure will be an array at runtime, containing one variable for each subtree instance. The DDL event add-on of each subtree instance will automatically send the variable at the array index corresponding to the instance.

The location variables are also handled in a special way when inside subtrees: If you use the first element of your InstIdx enumeration as location variable (no matter if Fu or Wp), it will be replaced with the corresponding InstIdx element at each subtree instance.

I hope this helps! To answer your question: There are no plans to change anything about this.

View original
4 replies
Resolved