- Getting started
- Creating projects
- OPC UA
- Graphic objects
- Predefined graphic objects
- Sessions and locales
- Object and variable references
- Extending projects
- NetLogic
- NetLogic tutorial
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 enterExportButton.
- Configure the export button:
- InProperties, setTexttoExport Data.
- InEvents, next toMouseClick event, selectand select .
- 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 enterGenerateDataButton.
- Configure the generate data button:
- InProperties, setTexttoGenerate Data.
- InEvents, next toMouseClick event, selectand select .
Provide Feedback