![]() |
||
|
This board is for PLC Related Q&A ONLY. Please DON'T use it for advertising, etc. |
||
| ||
New Here? Please read this important info!!!
|
|
|
|
#1 |
|
Member
![]() Join Date: Feb 2005
Posts: 29
|
Control logix Network
I am working on control logix processor with no of remote rack.
ON control net with CNB module. i required if nay one NODE is fail to communicate PLC delare a alarm on HMI, but how to i catch the particular NODE is failed |
|
|
|
#2 |
|
Member
|
use a handshake
|
|
|
|
#3 |
|
Lifetime Supporting Member
|
Handshake? I'll assume you mean, dedicate a digital output, and a digital input, with the output wired to the input, on the remote rack, and continuously toggle the output state. Then monitoring the input would show if comms exist to the rack.
It would probably be better to use GSV to get information about the state of the CNB Bridge in the main rack. Look in the ONLINE MANUALS for ControlLogix, General instructions, Input/Output GSV / Module. |
|
|
|
#4 |
|
Member
|
Re-reading the exact wording, I think they are referring to the status of the CNB module? In that case, either use a GSV or a CIP message.
|
|
|
|
#5 |
|
Lifetime Supporting Member
|
Attached is an example used for detecting Ethernet IO, which will also work for ControlNet. Place code in a periodic task (typically I use 100ms).
Also, watch out for executing the GSV to rapidly. I believe there are some tech notes that disuss problems related to too many / too fast executions of GSV statements. The comments at the top of the ladder are directly from the online help and the code was made neater than my original from help of Ken Roach. Darren |
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Topics
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rmc100 - Enet Setup - Control Logix | drawson | LIVE PLC Questions And Answers | 5 | August 9th, 2005 07:19 AM |
| Need Control Logix Help | Maverick 250 | LIVE PLC Questions And Answers | 19 | May 9th, 2005 11:41 PM |
| Control network router | plc.doctor | LIVE PLC Questions And Answers | 7 | April 2nd, 2003 10:16 AM |
| IP Addressing and Control Logix | gizmo | LIVE PLC Questions And Answers | 7 | February 11th, 2003 09:06 AM |
| Panel View & Control Logix | gizmo | LIVE PLC Questions And Answers | 8 | September 21st, 2002 09:52 PM |