Edit a NetLogic
Modify the NetLogic code by using an external code editor.
Prerequisites
Set the default external code editor. See Set the default code editor.
- To edit a NetLogic
- InProject view, double-click a NetLogic object.The default external code editor opens.TIP: Rockwell Automation recommends usingVisual Studio®2022 orVisual Studio Codeas the default code editor. Some development assistance features may not be available when using a different code editor.
- In the external code editor, edit the NetLogic code and save the file.TIP:You can expose custom methods by adding such declarations:[ExportMethod] public void MyCustomMethod1() { //Add custom code here }
Provide Feedback