Create an OPC UA method
In
FactoryTalk Optix Studio
, you can create 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.
- In theProject viewpane, right-clickNetLogicand select .
- Right-click theRuntimeNetLogicthat 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.
Provide Feedback