Basic M340 Capabilities Question

Ken Roach

Lifetime Supporting Member + Moderator
Join Date
Apr 2002
Location
Seattle, WA
Posts
17,483
I'm investigating a machine that uses Modicon M340 controllers, but I have no experience with those models and hope I can get some general advice.

The CPU is a BMX P34 2020, whose prominent features are "1024 discrete I/O, 256 analog I/O, Modbus, and Ethernet", according to the Schneider website.

I've been able to open up the Unity Pro XL software and see that there is an IO Scanning feature for the onboard Ethernet port, but that's where my experience stops.

I'd like to be able to control an Altivar 71 AC drive, and some Turck BL67 analog Input modules (with a BL67 network adapter with Modbus/TCP).

Does the M340 model P34 2020 support such "I/O Scanning" features on its built-in Ethernet port ? Is the protocol ordinary Modbus/TCP, or is there some special Ethernet protocol specific to the M340 family ?
 
M340 inbuild ethernet port don't support IO-scanning. You need separete NOE card for scannning.

You still can use READ/Write_Var blocks and communicate via inbuild Ethernet port. There is little bit more work with PLC program that way.
 
As Lare said, you will need an NOE or one of the newer NOC cards.

The ease of doing IOScanning using the NOE card makes it worth the investment, especially if you have multiple drives or devices with the same type of data to read / write.

If you use read var etc instead then there's a couple hours work the first time round to build yourself a little polling routine that can handle comms loss and flag an alarm etc.
 
Thanks, guys, for the quick and experienced information.

This system is already complex with regard to communication; it has 18 CoDeSys-based controllers (two different brands) in addition to the two M340's, and the amount of Modbus/TCP messaging and mapping and translation is already substantial.

So if I can buy some simplicity and performance for the price of a network module, I'll do it.

There will be, I'm sure, some more questions from me on this topic, so I thank folks for their input on this and on other things, in advance.
 
Max configurable ethernet ports for M340 2020 is 3 (inbuild + 2 separater cards)

p.s Corrected amount of cards
 
Last edited:

Similar Topics

Hi all, I have a noob question regarding data handling from sensors. I understand configurations and I/O mapping sensor input/output variables...
Replies
2
Views
227
Hello I am new here and new to PLC's, I wrote this program for a class that I am taking and my local tech school. The description is switch 7 will...
Replies
0
Views
421
Hello I am new here and new to PLC's, I wrote this program for a class that I am taking and my local tech school. The description is switch 7 will...
Replies
10
Views
1,985
I’m a bit stuck on HMI (KTP-1200) programming… See the picture attached. The PASS or FAIL box should only appear when the toggle switch is...
Replies
7
Views
1,085
Hey Programmers, Heres todays puzzle I was trying to solve... I have a Modbus TCP network with two Modicon M221 controllers live on my work bench...
Replies
0
Views
479
Back
Top Bottom