- 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
Integrate the NetLogic with the interface
Configure the interface elements to show the hidden panel only if a user is logged in.
- Configure the login button:
- InProject view, selectLoginButton.
- InEvents, double-click thePerformLoginMethodfield value and select .
- UnderInputArguments, create dynamic links between:
- usernameand .
- passwordand .
For more information about dynamic links, see Create dynamic links. - Next to theSetOutputMessageMethod, select
.
- Add and configure the message label:
- InProject view, right-clickLoginFormand select .
- Hover-over the label, select, and enterEditMessageLabel
- InProperties, create a dynamic link betweenTextand .For more information about dynamic links, see Create dynamic links.
- Right-clickLoginFormOutputMessage, selectDeleteand selectDelete.
- Configure users:
- Add anAdminuser and set the password toAdmin.See Add a user.
- InProject view, selectLoginForm (type).
- InProperties, create a dynamic link between theUsersproperty and theUsersfolder.For more information about dynamic links, see Create dynamic links.
- Add and configure the logout button:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the button, select, and enterEditLogout.
- InProperties, setTexttoLogout
- InEvents, next toMouseClick event, selectand select .Add
- UnderInput arguments, setUsernametoUser.
- Next toMouseClick event, selectand select .Add
- UnderInput arguments, create a dynamic link betweenNewPaneland .
- Arrange the interface elements.

Provide Feedback