Remote controlled screennumber WinCC

mulderm

Member
Join Date
Jun 2003
Location
Netherlands
Posts
298
Hello,

I use Wincc Flexible 2005 and an OP73 micro Panel with a Siemens CPU 222.
How can I send from the plc a created screen on the panel?
Example: When M0.0 is "1" then get screennumber 5 on the panel.
I have searching on the manual but can´t find this remote controlled screennumber option.
Who knows?

Greetings,

mulderm
 
For this kind of functionality you need to use Area pointers. In the configuration panel "connections", select the tab area pointers. One of the pointers is to control the screen. With another area pointer the CPU receives the current screen number.

Regards,
 
All you need to do is have an on change event for the bit. Then in that event select the screen number you want to change. You can bring up a screen by number or by name.

WinCC_Flex_Screen.JPG
 
But when M0.0 is going from "1" to "0"?
Then there is also a change-event for the bit.
I want only go to a screennumber when M0.0 is "1".
For the Area-pointer: I have only one option and that is
the PLC Date/Time function.
No other options are available.

mulderm
 
hi
a)Goto the Area Pointer(found under "Connections" setting of WinCC Flex)
b)Switch "ON" Job mailbox and write any address (say MW170) under address column.
c)In Microwin write code such that when ever M0.0 becomes TRUE, the integer 51 is transfered to MW170(use move command) and screen number(which you want to pop up)to MW172

Thats it
 

Similar Topics

My boss has come up with the idea of renting machines and charging on a per use / per hour basis, so I'm looking into it - just getting my feet...
Replies
14
Views
3,967
Morning All, I don't post much but I am trying to help a coworker quote a job and we are coming up pretty much empty handed. You are the best so...
Replies
6
Views
4,428
See the screenshot of EIP tag list. We are trying to read in a digital input that is hard-wired. It is shown here as I31.1. I believe we cannot...
Replies
7
Views
273
Hello Dear users, I am writing about a problem that has been bothering me for a few days, i.e. I am trying to establish remote access to the Allen...
Replies
0
Views
84
Hello All, I need the ability to remotely reboot a Red Lion CR3000 HMI. Due to some graphics issues when the database is updated the HMI must be...
Replies
4
Views
205
Back
Top Bottom