Abnormal data reception but no errors: It may be due to inconsistent baud rate settings. All nodes of CANopen must have the same baud rate (such as 500kbps), and the bus length cannot exceed the maximum distance of the corresponding baud rate (up to 100m at 500kbps).
Frequent triggering of emergency objects: Check if the power supply from the substation is sufficient or if there is EMC interference. Use twisted pair shielded cables and ensure reliable grounding.
Wiring requirements: The CANopen bus must use a dedicated twisted pair shielded cable (such as TSXCANCA50). The length of the branch line should not exceed 0.6m at 1Mbps. Terminal resistors must be installed at both ends of the bus (enabled through TSXCANTDM0 or connectors with switches).

Chapter 4: Migration from Old Systems to M340
4.1 Feasibility of Migration
Schneider provides EcoFit PLC Replacement service, supporting migration from the following platforms to M340 or M580:
Modicon Premium
Modicon Quantum (retains I/O rack, only replaces CPU and backplane)
Modicon 984 and 800 series
SquareD Symax
April Series 1000/2000/3000
Even third-party: Rockwell SLC500/PLC5, Siemens S5/S7 (via PROFIBUS-DP gateway)
Migration strategy:
Partial replacement: Keep the original I/O wiring and only replace the CPU and rack (using Modicon X80 adapter).
Gradual upgrade: Replace the control cabinet first, and expand it after passing the test.
Complete replacement: Replace all with M340+X80 and rewrite the program.
4.2 Software Conversion Tools
Schneider provides Control Expert (formerly Unity Pro) with an application conversion tool that can automatically convert DFB, DFC, DDT, and configuration data of Premium or Quantum projects into M340 format. However, it should be noted that:
Some specialized modules, such as counters and motion control, may require configuration rewriting.
The I/O address mapping rules are different: in Premium, discrete I/O addresses are% I and% Q, while in M340,% I and% Q are used, but the module slot numbering method is different. The conversion tool will generate a mapping table.
Key points for manual transplantation:
Check if all hardware modules have corresponding models in the X80 product line of M340 (for example, the Premium TSX • series needs to be replaced with the BMX • series).
Special attention should be paid to the high-speed counter and serial link module: M340 does not support some old modules and needs to use BMXEH • or BMXNOR0200H instead.
Retest task cycle: The default cycle for M340's MAST task is 20ms. If the original system uses a shorter cycle (such as 10ms), it needs to be modified in the configuration.
4.3 On site replacement steps (taking Premium → M340 as an example)
Backup original program: Upload the program and symbol table from Premium.
Hardware inventory: Record all I/O module models and wiring methods (especially relay output and analog range).
Create a new project: Create a new M340 project in Control Expert and select the corresponding CPU (recommended performance type).
Configure rack: Insert X80 modules in the original rack slot order. Note that the width of BMX series modules varies, but the number of rack slots can be adjusted.
Import program: Use conversion tools to import XEF files and fix all errors and warnings.
Offline simulation: Use Control Expert emulator to test logic.
On site replacement: power off, mark all cables, remove the original rack, install new racks and modules, rewire (original terminals can be used as M340 terminals are compatible with some Premium terminals but need to be verified).
Download and debug: First download the empty program to test communication, then download the complete program and gradually put it into operation.
Common trap: The Premium power module outputs 24V to the backplane, while the M340 X80 power module does not provide 24V to the backplane (only 5V/3.3V), and external sensor power supply needs to be introduced separately. Be sure to check the sensors that rely on the 24V backplane in the original system and switch to independent power supply.
Chapter 5: Network Security Enhancement and Maintenance Suggestions
5.1 Built in security features
M340 supports multiple network security features from both hardware and firmware perspectives:
Access Control List (ACL): It can define the IP address range that allows remote connections, and online editing does not require downtime.
Password Protection: Programmable passwords can be set to prevent unauthorized downloads/uploads.
Disable unused services: HTTP, FTP, SNMP, etc. are disabled by default and need to be manually enabled.
Memory protection bit: After setting, it is prohibited to modify the program through the programming terminal.
Signature protection: The program signature can be stored on the SD card, and execution will be prohibited if the signature does not match (to prevent tampering).
Configuration suggestion: After debugging is completed, immediately set a strong password (at least 12 characters, including uppercase and lowercase letters, numbers, and special characters), and enable ACL to only allow access to the IP address of the maintenance site. Disable programming permissions for all debugging interfaces (such as USB).