6/29/2013 3:15 PM | |
Posts: 559 Rating: (87) |
Tag prefix and back button - Solved (code inside) " I have a index windows with a navigation window inside. I change tag prefix for navigation window without problem, but if I use a back button the navigation window don't remember previous tag prefix. I use the C fuction OpenPrevPicture() for the back button." By Radastna |
This contribution was helpful to2 thankful Users |
6/30/2013 9:17 PM | |
Posts: 109 Rating: (11) |
very nice thread thank you |
This contribution was helpful to1 thankful Users |
6/30/2013 9:55 PM | |
Posts: 62 Rating: (4) |
Dear Friend, To know how wincc VB scripts works There is a very good Help is Avb in the Wincc. for more Details Please Find Arrached File. Regards, Avinashkrishna Bhimavarapu
AttachmentScripts Help.zip (486 Downloads) |
This contribution was helpful to1 thankful Users |
7/1/2013 6:54 AM | |
Joined: 10/3/2010 Last visit: 10/31/2024 Posts: 1563 Rating: (192) |
The best help is off course the Siemens manual WinCC Scripting: VBS, ANSI-C, VBA which was updated recently to Edition:02/2013. If really want to learn a lot and are willing to put some extra time in learning, go through Siemens Demo project and Praxis projects. Scrolling through their runtime and check which parts interest you, then go to Graphic Designer of the pictures containing actions that you want to know more about. |
B r g d s , |
|
7/1/2013 7:17 AM | |
Joined: 10/3/2010 Last visit: 10/31/2024 Posts: 1563 Rating: (192) |
A quick C Reference Card (ANSI) as attached is also handy.
Attachmentc-refcard.pdf (385 Downloads) |
B r g d s , |
|
4/16/2014 8:23 PM | |
Joined: 7/20/2007 Last visit: 10/14/2024 Posts: 43 Rating: (4) |
Hi, WinCC- C function to Set/Get a individual bit from byte,word, dword. How to install this read in this article. Thanks for you time! |
plc.nanospic.com |
|
5/28/2014 7:07 AM | |
Joined: 10/3/2010 Last visit: 10/31/2024 Posts: 1563 Rating: (192) |
create a VBS-module to have a general Read & Write tag available in your project: Public Function GetTag(sTag) Dim oTag Set oTag = HMIRuntime.Tags(sTag) End If Public Sub SetTag(sTag, Val) Dim oTag If sTag <> "" Then End If End Sub |
Last edited by: SteBo at: 5/28/2014 8:46 AMB r g d s , |
|
5/28/2014 8:25 AM | |
Joined: 10/3/2010 Last visit: 10/31/2024 Posts: 1563 Rating: (192) |
some old VBA examples (use with care ! and only if you know what you're doing!)
|
B r g d s , |
|
This contribution was helpful to1 thankful Users |
6/25/2014 3:10 PM | |
Posts: 27 Rating: (1) |
Thank you very very much.. Finally I found in the attachmentthe functionwhich I was looking for long time before Regards
|
Follow us on