plcopen/instances_path.ysl2
changeset 1352 9ec4ac8e2955
parent 1350 7280349a3375
child 1936 b85b13b1c2ec
equal deleted inserted replaced
1351:a546a63ce1bf 1352:9ec4ac8e2955
   118         apply "ppx:baseType/*[self::ppx:derived or self::ppx:struct or self::ppx:array]" {
   118         apply "ppx:baseType/*[self::ppx:derived or self::ppx:struct or self::ppx:array]" {
   119             with "variable_path" > «$variable_path»
   119             with "variable_path" > «$variable_path»
   120         }
   120         }
   121     }
   121     }
   122     
   122     
   123     template "pou_instance" {
       
   124         apply {
       
   125             with "instance_path" > «@pou_path»
       
   126         }
       
   127     }
       
   128     
       
   129     template "datatype_instance" {
       
   130         apply {
       
   131             with "instance_path" > «@datatype_path»
       
   132         }
       
   133     }
       
   134     
       
   135 }
   123 }