SIMATIC OP3 stand-by message

jboti

Member
Join Date
Mar 2004
Location
Targu Mures
Posts
9
Hi,
I'm working with a SIMATIC S7-200 PLC interfacing with an OP3 and I use event messages in my application.
After a restart the event message nr. 0 (also called stand-by message) is displayed. This message is only dismissed by pressing the ENTER key on the OP. What I would like, is to clear this message after a specified amount of time, so that the user don't have to press the ENTER key, and display a screen instead - switch to screen level. Can anyone help me here? How can this be done?

Thanks,
Boti
 
You can send a job from the plc telling the op to switch screen. Do a search for entryid 2855233 on http://www4.ad.siemens.de/WW/llisapi.dll?func=cslib.csinfo&lang=en . One job not listed in the manual for some reason is job 48. Job 48 will force the op to switch back to message display. You can also define a startscreen and mark the settings startscreen and screen to directory --> Sceen directory that way the startscreen and not messagemode is displayed upon restart and when pressing esc several times.
 
Bratt said:
You can send a job from the plc telling the op to switch screen. Do a search for entryid 2855233 on http://www4.ad.siemens.de/WW/llisapi.dll?func=cslib.csinfo&lang=en . One job not listed in the manual for some reason is job 48. Job 48 will force the op to switch back to message display. You can also define a startscreen and mark the settings startscreen and screen to directory --> Sceen directory that way the startscreen and not messagemode is displayed upon restart and when pressing esc several times.

Hi,
it looks to me that the OP3 does not have PLC jobs, at least in it's interface area there are only four fields: control and response bits, connection ID, time and date.
We used OP7 and SIMATIC C7 stations before and never encountered such problem, but the same thing just doesn't seem to work on the OP3.

Thanks,
Boti
 
You could try leaving event 0 empty, and configuring your startup message as another event. Then you can control it's display using the trigger bit in the PLC.
 
RGB said:
You could try leaving event 0 empty, and configuring your startup message as another event. Then you can control it's display using the trigger bit in the PLC.

If I leave event 0 empty, the default stand-by message appears, the one that says:
OP3 Vx.xx
2x20 char. 5mm

And even if I trigger an event in the PLC, and that event gets cleared after some time, event 0 still reamins on the screen :(
 

Similar Topics

Hi, I'm working with a SIMATIC S7-200 PLC interfacing with an OP3 and I use event messages in my application. After a restart the event message...
Replies
0
Views
3,513
Hi, I'm working on a machine with these two HMI screens, but we do not have any back up. I believe it is possible to take a snap-shot of the...
Replies
16
Views
6,689
I am having a simatic op3 siemens hmi, in order to communicate with pc what are the cables I should purchase, do I have to install any drivers...
Replies
1
Views
2,196
Hi !!! I have just got a device that used to monitor/control an autoclave. It is one product of Matachana company, I see it at the front face but...
Replies
12
Views
4,892
Hi all, Does anyone know whether it is possible to Monitor/Program the PLC prog thru the OP3 to the S7-312. As in all connected and PC attached...
Replies
7
Views
4,831
Back
Top Bottom