M340 IP connection

edumarquez

Member
Join Date
Jun 2016
Location
Águeda
Posts
2
Hi all,

I have to do an intervention in a factory, and they use schneider M340... i never work whith schneider plc's... so how can i get the IP of the PLC when i´m there, in order to establish an TCPIP connection and upload the plc software?!
 
Schneider products equipped with an Ethernet port have a default IP address which is derived from its MAC address (unique identifier assigned by the manufacturer).

For an M340 PLC, the default IP address format is 84.x.x.x where:

84 = fixed value
x.x.x = the last three fields of the default IP address.
These last three fields are obtained by converting the last three hexadecimal bytes from the MAC address into decimal values.

Example:

The MAC address for an M340 PLC is 000053121AC4.

The conversion of the last three bytes from the MAC address into decimal values gives:

16#12=10#18
16#1A=10#26
16#C4=10#196
Therefore, the default IP address for this M340 PLC is 84.18.26.196.

Notes:

For more information on this subject, refer to the Unity Pro online help (Deriving IP parameters from a MAC address).

The MAC address is marked on the module.

The method for deriving the IP address of BMXNOE0100 and BMXNOE0110 modules is exactly the same:
Was this helpful?
 

Similar Topics

Hi everyone! I am newbie here so be kind) I have some m340 plcs in one network and one TSX quantum, that reads data from them via io scanning...
Replies
3
Views
1,447
Hello, M340 plc. 3 standalone citect scada applications. Connection type (OFS server). Same application on all 3 stations and multiple logins to...
Replies
2
Views
1,845
Good Afternoon All, I'm trying to connect to a M340 for testing purposes, and I seem to be having a weird issue, I can connect and download the...
Replies
2
Views
1,315
Hello everybody, I have done a project with Unity Pro and SCADA with Vijeo Citect. Firstly, I simulated the project with Unity Simulator, and the...
Replies
2
Views
4,337
Hi, I download my target with USB cable and everything is ok but I am trying to connect a plc and HMI through internet switch but something is...
Replies
1
Views
2,603
Back
Top Bottom