10/2/2015 7:33 PM | |
Joined: 9/23/2005 Last visit: 3/13/2025 Posts: 4406 Rating:
|
“Simple Samples” are small projects that demonstrate simple features. The target is give a quick overview about the theme and be used as start point for related discussions. Follow there are a short description and the configuration main steps.
Description:
HMI have already an efficient system alarm diagnose that inform the communication status to the users.
In some applications, however, it is necessary to represent the communication status in another form (like a icon on the screen).
There are many ways to get the controller communication status. In this simple sample example, we show two ways: 1 – Via simple life bit (that flashes on the picture). 2 – Via controller logic + HMI script for getting a boolean indication of communication ok / not ok.
Requirements: WinCC Comfort V13 SP1.
Configuration main steps:
1 – Via simple life bit (that flashes on the picture).
2 – Via controller logic + HMI script for getting a boolean indication of communication OK / not OK.
Sub VBFunction_1() 'Tip:
SmartTags("HMI_Tag_2") = (SmartTags("HMI_Tag_1") <> SmartTags("Tag_1")) SmartTags("HMI_Tag_1") = SmartTags("Tag_1")
End Sub
References: Manual WinCC Professional V13.0 https://support.industry.siemens.com/cs/br/pt/view/92323076/en
Online helps system WinCC Professional V13.0 SP1 https://support.industry.siemens.com/cs/br/pt/view/109096785/en
Application and tools Demo projects for HMI operator panels under WinCC V13 (TIA Portal) for Basic Panels (2nd generation) and Comfort Panels https://support.industry.siemens.com/cs/br/pt/view/96003274/en
FAQ Which VBS information and VBS programming tools are there in WinCC (TIA Portal)? https://support.industry.siemens.com/cs/br/pt/view/59885894/en
Tips and tricks for creating scripts in WinCC (TIA Portal) https://support.industry.siemens.com/cs/br/pt/view/57132412/en
Project: Due a size/ format restrictions, the project was attached as Project.zip.
AttachmentProject.zip (400 Downloads) |
Denilson Pegaia |
|
This contribution was helpful to
2 thankful Users |
Follow us on