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
  1. In the Project view pane, right-click NetLogic and select New > Runtime NetLogic.
  2. Right-click the RuntimeNetLogic that you created and select New > Method.
    The external code editor opens. The following code is added in the NetLogic:
    [ExportMethod]
    public void MethodName()
    {
    
    }
  3. (Optional) Rename the method in C#.

Develop the code of the method.