- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
Create a button to restart the system
Create a button to close the application. Use this button to restart the system.
Restart the system to have any date and time changes from the
Date and time configurator
widget take effect.- InProject view, right-click the folder to contain the button object and then select .
- InProject view, select theButtonobject.#(type)The events related to the object appear inPropertiesunderEvents.
- Next to the event that you want to have close the application, selectAdd net method.
- Expand theCore commandsnode, selectClose, and then chooseSelect.
- Next to the same event, selectto addnet methodagain.
- Expand theCore commandsnode, selectRestart, and then chooseSelect.
Provide Feedback