Jump to content

Recommended Posts

Posted
Not specific to citech. Login pages are easily created by taking the user to a window/page where all they can do it enter a userid and/or password into data boxes. when they choose accept then you validate their entry either against a database of plc register. If successful they are taken to the main menu. Failure takes them to a try again message window. To be robust, an idle timer must take the user back to the login screen.
Posted
Description Displays a form in which a user can log in to the CitectHMI/SCADA system by entering their name and password. If the login is correct, the user is logged into the CitectHMI/SCADA system with the area(s) and privilege(s) assigned to them in the Users database. This function is a blocking function. It will block the calling Cicode task until the operation is complete. Return Value 0 (zero) if successful, otherwise an error is returned. Related Functions Login Examples System Keyboard Key Sequence Login LoginForm Display the Login form Comment Allow user login Buttons Text Operator Login LoginForm Display the Login form Comment Allow user login I found this in Citect help, but how can i create this login page? The help page does not state how to create a login page. For example in VB.net, to create a login page, i create a page with buttons and functions added. Is this the same for Citect?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...