Communication Status

Omar Henry

Member
Join Date
Feb 2013
Location
Kuwait
Posts
1
Hi ,

I want to monitor a third party panel heart beat in a pattern 2 sec ON then 2 SEC OFF. If the pattern of signal does not change in 10 sec it should alarm as communication fault.

Please help me how to write this in Functional Block diagram.

Looking for a help urgently.
 
Another S7 version without memory usage:

Code:
L     P##OB1_DATE_TIME
      LAR1  
      A      [AR1,P#6.7]
      =     #Heart_Beat

      A     #Heart_Beat
      FR    T    250
      L     S5T#10S
      SD    T    250                    // Timer Delay Positive Edge
      AN    #Heart_Beat
      FR    T    251
      L     S5T#10S
      SD    T    251                    // Timer Delay Negative Edge
      A     T    250
      O     T    251
      JNB   YB00
      SET   
      S     #Set_Alarm
YB00: NOP   0
 

Similar Topics

hi friends. i have PLC with 13 inputs , i want to give the status of these inputs to BMS server guy , he want to read the status through modbus...
Replies
4
Views
3,170
Hello All, I have an 1756-L72 ControlLogix Processor (V20) with an 1756-EN2T Ethernet card. I have added a Generic Ethernet Module to talk to a...
Replies
4
Views
4,772
Maybe someone here can help me or tell me this isn't possible. I have two CLX L71 processors with one HMI. They are for two slicers that are...
Replies
1
Views
2,552
hi , i am new guy here. i want to ask about missing Health block (%I%W) in NOE 0100.2. is there any way to get Health block status (just like NOE...
Replies
0
Views
1,623
Hello, I need to present the communication status of an operator panel with the PLC it is connected to. Basically a green light when...
Replies
4
Views
2,421
Back
Top Bottom