以下VB程序是在flexible中的,帮忙看看做到wincc中应怎么改?
1、SmartTags("TEXT_10")=SmartTags("TEXT_9")
2、Case 80 SmartTags("PRINT_CMD")=rep_80
3、Call ActivateScreen("GS7_122", 0)
4、Call StartProgram("\flash\AddOn\PrintD\printd.exe", "", hmiShowMinimized, hmiNo)
先这几个吧,如果哪位朋友有时间能方便教教我,可以加我QQ49265947,高分送上,不胜感激!
问题补充:
在线等。。。
最佳答案
1、HMIRuntime.Tags("TEXT_10").Write HMIRuntime.Tags("TEXT_9").Read
2、case 80
HMIRuntime.Tags("TEXT_10").Write rep_80
3、HMIRuntime.BaseScreenName="GS7_122" '#注意不要.PDL后缀
4、启动外部程序并将其窗口最小化
dim oWSH
Set oWSH = CreateObject("Wscript.Shell")
oWSH.Run "notepad.exe",6,False
Set oWSH = nothing
提问者对于答案的评价:
谢谢大侠,每次都是你帮我。。。真是不胜感激!
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc275106.html