9/27/2013 6:29 PM | |
Joined: 11/23/2011 Last visit: 9/30/2024 Posts: 202 Rating: (32)
|
Hello JaroKoniu, my first question: Do you have already established a connection between LOGO! and HMI and don't get displayed your relevant data on HMI or you want to know the basic steps for LOGO!-HMI connection? You can find two helpful examples for LOGO!-HMI connection withstep-by-step documentationsand example codes in the following two links: http://support.automation.siemens.com/WW/view/en/68585344 http://support.automation.siemens.com/WW/view/en/68585346 When you have other questions don't hesitate to ask. If you already have a programm code, a screenshot ofyour tag table in Step7 Basic and your settings and parameter VM mapping table in LOGO! Soft Comfort could also be helpful. Have a nice weekend. Greetings, KM_AS |
This contribution was helpful to1 thankful Users |
10/4/2013 2:02 PM | |
Joined: 11/23/2011 Last visit: 9/30/2024 Posts: 202 Rating: (32)
|
Hello JaroKoniu, yes it should possible to combine variables, so that you can use the bool variable in the LOGO! program. I think basically the most important question here is how you can use a "bool" type for the tag of the HMI alarm in the alarm view. When you have for example a flag M1 in LOGO!, then in the tag table of the HMI tags you canconfigure a tag with the data type bool and address M0.0 and use it for your HMI project. But for an HMI alarm it is not possible to use directlysuch a bool variable. You have to parametrize in this case a word type for the HMI tag. One case you could test is to use a function block of word data type (f.e. Analog MUX)after your bool tag in the LOGO! program, which outputs an analog value when the bool tag (f.e. I1) is activated (see screenshot in attachment). Then in the HMI program you can seta limit with the value of this analog value for your word type tag, so that this tag can set an alarm. I suggest to try if this proposed solution can solve your case. Additonally when you have morequestions about settings alarmsfor the HMI project, thisfollowing conference may also be interesting for you: SIMATIC WinCC (TIA Portal) I hope the information could help you. Greetings, KM_AS |
Follow us on