- 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 users
Create a user type with a custom property that controls if a clock label is shown or hidden in the UI.
- Create a user:
- InProject view, expandSecurity.
- Right-clickUsersand select .
- Hover-over the user, select, and enterUserPersistentSettings.
- InProperties, at the top, selectand selectVariable.
- Hover-over the variable, select, and enterShowClock.
- Next to the variable, selectInt32and selectBoolean.
- Create a user type:
- InType view, double-clickSecurityand then double-clickUsers.
- FromProject viewpane, dragUserPersistentSettingsintoType view.
- Create a folder for the new user type:
- Right-clickUsersand select .
- Hover-over the folder, select, and enterUsersPersistentSettings.
- Add users with persistent settings:
- InProject view, hover-overUserPersistentSettings, select, and enterBob.
- DragBobintoUsersPersistentSettings.
- InProperties, setPasswordtotest.
- Right-click theUsersPersistentSettingsfolder and select .
- InPropertiespane, setPasswordtotest.
- Hover-over the user, select, and enterJane.
Provide Feedback