Sending an error message from PLC to OP7

BoSChoW

Member
Join Date
Apr 2006
Location
Nova Gorica
Posts
107
Hi all,
i am useing PLC siemens CPU313C and the operating panel OP7. If an error accours i want to send the report from the PLC to the OP7. Can somebody help me out on this one, cause i dont know how to do this, an example in SCL would be moust apprishiated. Thank you very much for your time and help. Regards.
 
create a Alarm message Area pointer and define the start address in protool~i.e DB1.DBW0 and the length you want it to be - 1 WORD will do for now (16 messages).

Click the Messages Header and click on "Alarm messages",type in your message text and note the address in the bottom RH corner.
If you have used the address range above, it will be DB1.DBX1.0

Download to OP7.

Now create logic or trigger the Bit in a VAT Table

Hope this helps
 
Last edited:

Similar Topics

Hi, I am new on this forum and i have a question. I am starting learn to use communication AG_SEND block and configure CP343-1 Advanced. In fact I...
Replies
15
Views
4,598
Hello everybody, I'm currently working on a project where I need to implement an IoT platform based on Microsoft Azure Cloud. Communication is...
Replies
2
Views
80
I’m attempting to send a temperature from a SLC-5/02 to an EZiMarquee display. The vendor said to use a MSG instruction to send the data to the...
Replies
1
Views
111
Hi I need to send a null command down a comms port. But in the crimson software when i used /x00 it coming back "Cannot use null character is...
Replies
2
Views
432
I've been having some trouble figuring out how to get the ip address for the mail relay server, is it something that I need to create separately...
Replies
10
Views
945
Back
Top Bottom