Hello
I have created a UDT called Recipe_Storage, the first element of the recipe array is the Product_Name (String Type),
Using a tag called New_Product_name (String Type which is a single source on an HMI to edit) and with indirect reference (Product_No) to which Product_Name you are going to edit ie:
Recipe_Storage[0].Product_Name or
Recipe_Storage[1].Product_Name or
Recipe_Storage[2].Product_Name
I am trying to reference only the Recipe_Storage[X].Product_Name
If i use the COP instruction on the left it overides all of the tag data in
Recipe_Storage[0].Product_Setting_1
Recipe_Storage[0].Product_Setting_2 etc
and the COP on the right does not verify.
Is there any other way of pointing to Recipe_Storage[0].Product_Name and using indirect referencing? Or have i reached the limits of indirect referencing..
Thanks for your input
[attachmentid=6457]