Drive and PLC Communication Loss

Manoj M

Member
Join Date
Feb 2014
Location
London
Posts
59
Hello Experts,
I have Siemens 315-2PN/DP and drive from third party. Drive is sitting on Profinet network and it is working fine. Now the customer wants to show me a signal for communication loss on HMI.
There is one register in drive which keeps updating (by the drive) and resets to zero after overflow. My concern is to monitor this register and if it didn't update in 2 seconds then I have to raise the loss of communication bit. Can somebody suggest me the simplest way of doing this.
Any help in this matter will be highly appreciated.

Regards
Manoj
 
i don't have any answer for your question,

just merry go round found this link,

hope this will give you some idea

p2047.jpg
 

Attachments

  • SFC_SFB.txt
    1.2 KB · Views: 9
Assuming also a Siemens HMI, and all you want is a text alarm?

The easiset way may be to use the system diagnostics of the PLC. Look up Report System Error if you are using Simatic Manager, or System Diagnostics if you are using Portal. No bits necesary. Once you enable this, the PLC automatically creates alarm messages for most hardware and network errors. Module pulled out of the rack? Alarm sent to the HMI. Lose communication to Profinet/bus device? Alarm sent to the HMI. These alarms are based on the text names you give the devices in the HW Config, so if your drive is called Drive17, the alarm text won't be much help. If your drive is named ConveyorSection3Motor, then the alarm will be much easier to read.

If you do want a communications bit (for alarming, for animation, etc) or if you have a 3rd party HMI that doesn't support PLC based alarms, one way to do this would be to read the system status lists using SFC51(I think?). You can bring up the diagnostic status of any individual device, or of the whole PN network at once, or the LEDs on the PLC, or about 100 other things.
 
Thank You very much for your suggestions.
I would like to state one more thing which I forgot to mention in my first post. There are two drives which are sitting on Profinet network. I do appreciate that with SFC51 I can have the diagnostics for Profinet network but the problem is if one of the drive is not communicating then SFC51 is giving me a BUS2 fault which is a general fault for Profinet network. I need to show for example Drive 1 is on fault or Drive 2 is on fault.
I hope it makes sense.

Regards
Manoj
 
If you look at the LEDs then yes, all you will see is the bus fault. However, as I said, there are lots of system status lists available, including one that has the status of every PN device. I'm not in front of my manuals, so I can't look it up at the moment, but you should be able to find it in the S7 help file.
 

Similar Topics

Hello friends. Pliz help me with communication. We have PLC Fatek FBs-20MC and Rexroth DKC02.3. What message should I send to Rexroth to...
Replies
1
Views
1,350
Dear Sir, I have a healthy profibus communication between SIEMENS PLC S7 400 and Allen Bradley drive PF700 using 20-comm-p profibus dp module...
Replies
3
Views
2,822
hello guys... I have done communication with omron cp1l plc and yasakawa v1000 ac drive now I'm able to write drive parameter from plc program...
Replies
5
Views
3,074
I do programming in GX developper for ABB drive model ACS 550 control via modbus communication in FXCPU PLC,I can read the Data of drive...
Replies
3
Views
3,231
Hello, I have a VFD (EI-450 Series - http://www.rich-electric.com/?page_id=142 ) and ControlLogix 5561 L61. I am supposed to communicate the two...
Replies
0
Views
2,366
Back
Top Bottom