Siemens winCC flexible question

trainee_plc

Member
Join Date
Mar 2012
Location
skane
Posts
6
i am totaly new to winCC flexible hmi programing so excuse me for any dumb questions

i have 3 questions

1: is ther any way to add a password "typ in" box witch shows "***" insted of the acctual numbers and letters?


2: is ther any "Comment box" feture where you can store down text that you typ in from the hmi and show them again ofc. for exampel a operator can leave a comment about the mashin for the next operator. where you can save down the information to a DB and so on


3: can you add "rights" to difrent pages for exampel if you dont whant the operator to have full access to the hmi. like having administrator and users like kinda difrent access levels

big thanks for any answers given!
 
i am totaly new to winCC flexible hmi programing so excuse me for any dumb questions

i have 3 questions

1: is ther any way to add a password "typ in" box witch shows "***" insted of the acctual numbers and letters?


big thanks for any answers given!


IO-field:

Properties > Security > Operation > Hidden input

Hidden input will give you '*'.
 
i am totaly new to winCC flexible hmi programing so excuse me for any dumb questions

i have 3 questions


2: is ther any "Comment box" feture where you can store down text that you typ in from the hmi and show them again ofc. for exampel a operator can leave a comment about the mashin for the next operator. where you can save down the information to a DB and so on


big thanks for any answers given!

You could use the tag-datatype 'string' or 'stringchar'.

http://www.automation.siemens.com/W...ow.aspx?PageIndex=1&PostID=110856&Language=en
 
i am totaly new to winCC flexible hmi programing so excuse me for any dumb questions

i have 3 questions


3: can you add "rights" to difrent pages for exampel if you dont whant the operator to have full access to the hmi. like having administrator and users like kinda difrent access levels

big thanks for any answers given!

I would assign a password to a function-key who makes the call of the page. Or you can do this with one or more objects in your page.

Softkey-F1 > General > Runtime autorisation.

Softkey's also have the function 'logoff'.

You will need to define the Runtime user administration:

- groups; here you can make and change new groups and their rights.
- users: individual persons who belong to a group.
- Runtime security settings: e.g. pasword aging (valid for ... days).
 

Similar Topics

Hi. We purchased SIMATIC WinCC flexible 2008 Advanced SP3 and I am not able to install it. Details: - Desktop w/Intel Core2 Duo E8400 3.00 GHz...
Replies
4
Views
19,405
Hi, I have to convert my csv file to an excel sheet in Wincc Flexible 2008 for which I have written the following code snippet: 'Alarm_Log.csv'...
Replies
0
Views
5,260
Hi everyone, I have a project on Wincc flexible 2008 SP2. It is only small, a couple of screens to go onto a TP177B 6" colour. When i try to...
Replies
4
Views
4,235
Hi all, I was told that I can not program winCC Flexible 2008 in SCL, but today I just saw a Function Block which is created in SCL but...
Replies
13
Views
5,718
I have WinCC2008 and a TP177B screen . I need to upload the program from a screen on site and download the program into a new screen. Can...
Replies
6
Views
5,827
Back
Top Bottom