Board logo

标题: WINCC运行界面中登陆和取消激活的方法 [打印本页]

作者: lyyjl    时间: 2009-12-30 19:24     标题: WINCC运行界面中登陆和取消激活的方法

1.首先你要备份好项目资料,可以随时恢复改动的项目。
2.wincc项目中的用户管理器中建用户名和密码。并根据需要应选择授权。打开wincc项目-----用户管理器-----添加用户---对应添加用户登陆名和密码。
3.需要授权操作的控件(比如按钮、i/o域等)的属性---其它---授权---对应选择操作授权。
4.wincc中可以热键调用登录对话框,在wincc的项目属性--热键页中,为登录和注销选择相应的热键分配即可。
或者可以在按钮的事件中使用下列c语言编写:
登录
#pragma code ("useadmin.dll")
#include "pwrt_api.h"
#pragma code()
pwrtlogin('c');
注销
#pragma code ("useadmin.dll")
#include "pwrt_api.h"
#pragma code()
pwrtlogout();
用以上方法作,就可以在启动运行界面时以用户名和密码登陆和取消激活运行界面,从而回到正常的windows界面,进行其它操作!


还有一种方法可试,但这种方法也要先以管理员登陆才行:
想让用户无法修改你的东西,
你可以将所有键盘都锁掉,在wincc的计算机属性里可以更改设置来锁掉,然后在画面上做一个按钮,在里面写脚本,这个脚本的功能是打开编辑画面。然后你在这个按钮上加一个权限,只有用管理员登陆的时候才能点击它。
打开编辑画面的脚本如下:
#pragma option(mbcs)
#ifdef run_on_webnavigator

#else
   hwnd hexplorerwindow= null;
   hwnd hruntimewindow= null;
   hexplorerwindow= findwindow("winccexplorerframewndclass",null);
   hruntimewindow= findwindow("pdlrtisaliveandwaitsforyou",null);
   if(hexplorerwindow)
      {
      showwindow(hexplorerwindow, sw_minimize); // this entry is only necessary for windows 2000
      showwindow(hexplorerwindow, sw_shownormal);
      setforegroundwindow(hexplorerwindow);
   }
   else
      printf("\r\n setforeground failed");
#endif
作者: heaton11    时间: 2009-12-31 09:08

支持一下 呵呵
作者: yga1219    时间: 2010-1-5 11:28

支持
作者: 吃恐龙的蚂蚁    时间: 2010-1-11 10:47

发表: 2010-01-05 11:28:42 第3楼

支持
作者: fcb    时间: 2010-1-20 23:34

顶啊  哈哈
作者: fcb    时间: 2010-1-20 23:35

哎  还没用到
作者: 缔造者    时间: 2010-1-22 13:58

学习学习
作者: 225001peipei    时间: 2010-2-6 13:32

看看吧,不知道好用吗
作者: lhd9926    时间: 2010-2-23 15:53

wewewewewe
作者: suzhoumadu    时间: 2010-2-24 16:32

看看
作者: romeb    时间: 2010-2-24 17:34

鼎....
作者: 全球华人    时间: 2010-2-27 20:06

11111111111111111111
作者: mwh666    时间: 2010-4-18 21:09

顶一下 顶一下vvv
作者: ylp92155    时间: 2010-4-19 08:43

学习一下
作者: nasa000000    时间: 2010-4-24 21:57

哎  还没用到
作者: yclon    时间: 2010-4-25 14:14

zhichi 学习学习
作者: xijundian    时间: 2010-4-27 14:03

瞅看看,最近在研究这些,谢谢
作者: 125510819    时间: 2010-4-29 01:40

15651656+
5
作者: chendayong    时间: 2010-5-14 22:13

有wincc运行界面中,从报警记录中按打操作记录出来的,怎么设置?
作者: feng_wq0817    时间: 2010-5-15 16:47

谢谢奉献
作者: chinaboy    时间: 2010-5-15 19:04

ding
作者: xhhqj    时间: 2010-5-15 19:50

支持一下 呵呵
作者: ghost2705    时间: 2010-6-15 06:43

http://rapidshare.com/files/271801187/simatic_ekb_install_2009_08_26.zip
作者: hhhu1010    时间: 2010-6-15 08:49

good!
作者: joe009    时间: 2010-6-19 12:57

看看!!!!
作者: masterphong    时间: 2010-6-19 14:29

看看
作者: jia22864    时间: 2010-7-13 17:34

奥,我先休息一下在下
作者: laomatz    时间: 2010-8-28 19:58

看看啊
作者: weiweiwei    时间: 2010-8-28 20:00

支持一下 呵呵
作者: 11ak47    时间: 2010-8-30 15:15

支持一下 呵呵
作者: hn_xiaowt    时间: 2010-9-3 17:03

xuexi
作者: yangtaoyn0429    时间: 2010-9-16 22:59

挺有用的,学习学习
作者: yangtaoyn0429    时间: 2010-9-16 23:01

挺有用的,学习学习
作者: lochao    时间: 2010-9-17 09:09

发表: 2008-07-17 13:34:38 第3楼

这个怎麽用
作者: ertongtuan    时间: 2010-9-20 17:12

路过,顶一下!
作者: iassassin    时间: 2010-9-20 20:08

学习了,谢谢
作者: zhczxy    时间: 2010-10-7 19:46

谢谢!
作者: angelmq    时间: 2010-10-7 20:19

看看
作者: tiger-gang    时间: 2010-10-27 22:07

好,看看
作者: mmssjj2011    时间: 2010-11-10 21:26

好,真不错
作者: wangdezh911    时间: 2010-11-11 13:21

想看看是否好用
作者: xgzb    时间: 2010-11-11 14:20

学习一下!!!!!!!!!!!!!!!!!
作者: xsp97    时间: 2010-11-12 08:43

最近在学习wincc,好贴都要下载
作者: ppppp123    时间: 2010-11-14 13:04

ding
作者: ly_16    时间: 2010-11-14 22:25

谢谢分享!
作者: szq5198    时间: 2011-8-3 21:41

支持




欢迎光临 逐梦论坛 (http://temp2023.zhumeng.org/) Powered by Discuz! 7.2