Problem Statement:
With use of the OPC UA Libraries the nested variables of a datatype structure has to be renamed separately for each instance call. This can be a time consuming and hectic Job.
Solution:
We made a tool which can help us with the display names for each variable and objects.
-
Place the following tools in the project root folder
-
Run the ExportNames.exe. It will generate a Export.csv file.
-
Open the Export File. There are 3 columns 1. Browse Name, 2. Display Name and 3. Description.
-
The structure variables are represented by ‘.’ e.g., A Variable ABC has 3 different sub variables x,y,z they will be represented as ABC.x, ABC.y, ABC.z .
-
The user can give/change the desired display name and description, then save and close the Export.csv
-
run the ImportNames.exe and its done.
Anyone interested in testing the tool please drop me a message.
Thanks and regards