Modicon Quantum PLC - NOE77111 ETH card

jhon123

Member
Join Date
Nov 2013
Location
canada
Posts
3
Hi,

Any one know how I can check the status of the Ethernet card NOE77111 status or if there is any communication fault?

Thank you!
 
Not sure if this is what you're looking for but pretty self explanatory. Other than that you may be able to use flags to check.

NOE.jpg
 
Thank you so much for your help,

What I am looking for exactly is how to check the status of the card through the code and shows that on the HMI. so is there any specific address I need to use or any instruction?
 
You could have a look at %SW180 - %sw339. they give the health status of all the modules on the rack, ive always only used for IO modules but id assume it would do the same with a NOE Card.
 
Thank you so much for your help,

What I am looking for exactly is how to check the status of the card through the code and shows that on the HMI. so is there any specific address I need to use or any instruction?

Yes, mbp_mstr is a function block that will send a command to the module to get information. The function code to use is 'get_local_stats' in the mstr block which will give you status information about the Ethernet module. It's in the user manual.
 

Similar Topics

Hello All, Was hoping I could get a little help with Modicon ladder logic. This is the first time I have seen Modicon logic and currently trying...
Replies
6
Views
273
I have a backup Processor which is identical to the processor running my plant (140 CPU 652 60). If I load the same project into this backup...
Replies
1
Views
1,512
Hi, I have new Moodicon PLC CPU 140 652 60 and I want to change the IP address, Subnet mask, and the gateway for this plc using the key pad. The...
Replies
1
Views
4,546
hello, we are using modicon quantum plc and its progrraming software concepr2.2, we have one repeated problem from last many days that our...
Replies
1
Views
2,219
Good Afternoon everyone, I am a newbie (even though I am 50!!!) to plc programming, but have been handed an "oportunity" to program a Unity...
Replies
1
Views
2,275
Back
Top Bottom