User Access

Cognex Designer supports two different modes of User Access. Cognex Designer provides a set of tags (depending on user mode) that can be connected to Page elements to either hide or disable controls, based on whether the user has sufficient access.

For example, the Enabled property of a Button could be bound to the expression $Users.CurrentUserAccessLevel >= 5. This would restrict the Button's functions to Administrator users.