Create an OPC UA method
reate an OPC UA method and then edit its code in an external code editor.
Prerequisites
Set the default external code editor. See Set the default code editor.
To create an OPC UA method
- In the Project view pane, right-click NetLogic and select .
-
Right-click the RuntimeNetLogic that you created and select .
The external code editor opens. The following code is added in the NetLogic:
[ExportMethod] public void MethodName() { }
- (Optional) Rename the method in C#.
Develop the code of the method.