- 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 to trigger data generation and export
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, select and 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, select and select .
Provide Feedback