WinCC flexible Custom Login

DannyRitiu

Member
Join Date
Oct 2010
Location
Tg Mures
Posts
8
Hello!

I want to create a custom login screen in WinCC flexible (I am using version 2008 with SP2).

The idea is like this:
The screen will have two IO Fields used only as input. One for the username and one for the password.
There will be a button where I will write "Login" or "OK" or something like that.
When the user enters the username and password in the IO Fields and clicks the OK button I want to do the following:
- Check if the entered information is correct and if case is not display an error message.
- If the information is correct log the user in and proceed to another screen

That's all.

How do I do that? Do I need to run a script? I've been trying all day long but I still don't know how to check if the entered data is correct or not.

Thanks for the replies.
 
Hi
This is basically automatic.... wincc prompts for the user then allows access if the user is high enough level.

To customise more to what u want probably look inside the scheduler use the event 'change user' and then use the action GetUserName to check if your user name is now the correct one. Probably more events and actions you can use

Cheers
 
Like cjd said, just use the basic security functions.
It wont work exactly as you described it though, the regular security functions will not prompt for a password, and then subsequently perform the action (change to another screen). You have to press the button again after logging in.
 

Similar Topics

Hi everybody, Sorry for the question, i'm just a beginner in using wincc flex, can somebody help me with my problem regarding on how can i break...
Replies
5
Views
5,382
Hi, Im sitting here trying to create my own buttons and click able pictures in WinCC.. But im getting really tired of this now.. there is no...
Replies
0
Views
3,529
Hi, We have upgraded our laptop which includes Windows 11. It appears that WinCC flexible 2008 advanced does not support Windows 11. What...
Replies
11
Views
254
Hello everyone I Have an Issue with the usage of recipes in Wincc Flexible 2008, I create the recipe to change the values in a fast way The...
Replies
0
Views
102
Hi colleagues.We do data logging system.We want to record three temperatures under a certain condition. We prepared the project as follows. We do...
Replies
1
Views
747
Back
Top Bottom