- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- NetLogic tutorial
- Object and variable references
Create buttons for triggering methods
Create buttons that trigger custom NetLogic methods.
- Create the export button:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the button, select, and enterEditExportButton.
- Configure the export button:
- InProperties, setTexttoExport Data.
- InEvents, next toMouseClick event, selectand select .Add
- Create a dynamic link betweentableNodeIdand .For more information about dynamic links, see Create dynamic links.
- Create the generate data button:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the button, select, and enterEditGenerateDataButton.
- Configure the generate data button:
- InProperties, setTexttoGenerate Data.
- InEvents, next toMouseClick event, selectand select .Add
Provide Feedback