Introduction to the Mitsubishi PLC encryption process method

Create Date: 2024-8-30 12:03:23|Source: Mitsubishi Electric/Mitsubishi Electric

The encryption process is as follows:

** Open the serial port for the first time

[00000000] IOCTL_SERIAL_SET_BAUD_RATE Baud Rate: 9600 (Set baud rate here)

[00000000] IOCTL_SERIAL_SET_LINE_CONTROL StopBits: 1, Parity: Even, DataBits: 7(Communication Format)

[00000001] IRP_MJ_WRITE Length: 0001, Data: 02

[00000001] IRP_MJ_WRITE Length: 0005, Data: 37 32 35 30 46 (here CMD's set instructions 37H, 32 35 30 46 and the address '250F' operation bit element to be set)

[00000001] IRP_MJ_WRITE Length: 0001, Data: 03 (here is the end, and the meaning code '03H' ends here)

[00000001] IRP_MJ_WRITE Length: 0002, Data: 31 37 (Checksum, the sum from 37H to 03H here, if there is an overflow, take the last two digits of *)

[00000008] IRP_MJ_WRITE Length: 0001, Data: 02

[00000008] IRP_MJ_WRITE Length: 0005, Data: 37 32 35 30 46 (CMD's set instructions 37H, 32 35 30 46 and the address '250F' to be set)

[00000008] IRP_MJ_WRITE Length: 0001, Data: 03 (here is the end of the code, and ends here with the code '03H')

[00000008] IRP_MJ_WRITE Length: 0002, Data: 31 37 (Checksum, sum from 37H to 03H here, if there is an overflow, take the last two digits of *)

[00000015] IRP_MJ_WRITE Length: 0001, Data: 02

[00000015] IRP_MJ_WRITE Length: 0011, Data: 31 38 30 30 30 30 30 32 30 30 30 30 (The CMD function code 31H here is to write data, 38 30 30 30 is the first address to write data, '8000'30 32 is the number of operations written, here is 2 digits, that is a double word, 30 30 30 is the data of this double word is '0'

[00000015] IRP_MJ_WRITE Length: 0001, Data: 03 (here is the end, and the meaning code '03H' ends here)

[00000016] IRP_MJ_WRITE Length: 0002, Data: 31 45 (checksum, sum from 37H to 03H here, if there is overflow, take the last two digits of *)

[00000022] IRP_MJ_WRITE Length: 0001, Data: 02

[00000022] IRP_MJ_WRITE Length: 0011, Data: 31 38 30 30 30 30 30 32 30 30 30 30 (The CMD function code 31H here is to write data, 38 30 30 30 is the first address to write data, '8000'30 32 is the number of operation bits written, here is 2 digits, that is a double word, 30 30 30 is the data of this double word, '0'

[00000023] IRP_MJ_WRITE Length: 0001, Data: 03 (here is the end, and the meaning code '03H' ends here)

[00000023] IRP_MJ_WRITE Length: 0002, Data: 31 45 (Checksum, the sum from 37H to 03H here, if there is an overflow, take the last two digits of *)

[00000030] IRP_MJ_CLOSE Port Closed to close the serial port

Open the serial port for the second time

  [00000000] IOCTL_SERIAL_SET_BAUD_RATE Baud Rate: 9600

  [00000000] IOCTL_SERIAL_SET_LINE_CONTROL StopBits: 1, Parity: Even, DataBits: 7

[00000000] IRP_MJ_WRITE Length: 0001, Data: 02 ( "STX" Communication Start Character 02H)

[00000000] IRP_MJ_WRITE Length: 0005, Data: 38 32 35 30 46 (CMD's reset instruction 38H,32 35 30 46 and is to reset the address '250F' operation bit element,Here the address of the 205F that has just been set has been reset)

[00000001] IRP_MJ_WRITE Length: 0001, Data: 03 (here is the end, and the meaning code '03H' ends here)

[00000001] IRP_MJ_WRITE Length: 0002, Data: 31 38 (Checksum, the sum from 37H to 03H here, if there is an overflow, take the last two digits of *)

[00000007] IRP_MJ_WRITE Length: 0001, Data: 02

[00000007] IRP_MJ_WRITE Length: 0005, Data: 38 32 35 30 46 (Here CMD's reset command 38H, 32 35 30 46 and the address '250F' operating bit element to be reset, here the address of 250F just set is reset)

[00000008] IRP_MJ_WRITE Length: 0001, Data: 03 (here is the end of the code, and ends here with the code '03H')

[00000008] IRP_MJ_WRITE Length: 0002, Data: 31 38 (Checksum, the sum from 37H to 03H here, if there is an overflow, take the last two digits of *)

  [00000010] IRP_MJ_CLOSE Port Closed

                                 Introduction to the Mitsubishi PLC encryption process method

More on that
Built-in time adjustment in Mitsubishi PLC Built-in time adjustment in Mitsubishi PLC

You can use two commands: TWR (Time Write) command and TRD (FNC166) TRD(P) command to adjust the built-in time. 1. TWR (Time Write) command Instructions to write time presets to the built-in real-time clock: Clock ...

Mitsubishi low-power Z024 series inverter failure OC cause Mitsubishi low-power Z024 series inverter failure OC cause

(1) Aging of the drive circuit Due to the use of a long period of time, it will inevitably lead to the aging of components, which will cause the drive waveform to be distorted, and the output voltage will be unstable, so OC alarm will often appear as soon as it is running. ( ...

Mitsubishi PLCFX3U positioning control Mitsubishi PLCFX3U positioning control

Origin regression command with DOG lookup function Mitsubishi PLCFX3U origin regression command with DOG lookup function: DSZR. 1. The workbench runs in the direction of the value reduction of the current value register (generally runs in the opposite direction M8342 ...

Mitsubishi inverter overload fault judgment method Mitsubishi inverter overload fault judgment method

1. Check whether the three-phase electricity of the motor is balanced (1) If the three-phase voltage of the motor is unbalanced, then check whether the three-phase voltage at the output end of the Mitsubishi inverter is balanced. (2) If the three-phase voltage of the Mitsubishi inverter is also unbalanced, the problem is inside the Mitsubishi inverter, and it should be investigated.

PLC industrial automation production line construction steps - Mitsubishi PLC industrial automation production line construction steps - Mitsubishi

When we select PLC as a controller for the construction of industrial automation production line, we should go through the following process, which is briefly described below: 1. First of all, the demand side, that is, Party A, needs to tell Party B what they want to achieve.

The GOT widescreen family has been expanded with the GT2512 The GOT widescreen family has been expanded with the GT2512

When industrial automation enters the era of artificial intelligence. Human-computer interaction has long surpassed the simple control of machines, and has been upgraded to obtain more information, use more functions and new skills for more accurate and efficient control, and complete the intelligent manufacturing promotion of industrial automation. ...

The Mitsubishi iQ-F series is compatible with CC-Link IE TSN motion modules The Mitsubishi iQ-F series is compatible with CC-Link IE TSN motion modules

The new iQ-F motion module is a controller that can perform advanced motion control such as positioning, synchronization, cam, speed, torque, etc., with a computing cycle of 500μs, and can be connected to a high-function servo amplifier through CC-Link IE TSN, making a higher contribution to the miniaturization and high functionality of the equipment. ...

Mitsubishi servo problems and how to troubleshoot them Mitsubishi servo problems and how to troubleshoot them

1、AL. E6 - indicates servo emergency abort. There are generally two reasons for this shortcoming, one is that the 24V power supply of the control circuit is not connected, and the other is that there is no connection between the EMG and SG of the CN1 port. 2. AL.37 - parameter abnormality. The internal parameters are chaotic, and the operator may set the parameters by mistake or drive ...

Mitsubishi Electric instruction format Mitsubishi Electric instruction format

(1) Arbitrary axis AC command (G140) G140 Instruction Address = Axis Address Instruction Address = Axis Address ... ; Command Address: Arbitrary Axis AC Command (G140) After that, specify the 1-character address set by the parameter (#12071-#12078) to be used for moving commands, etc.

Mitsubishi Electric develops satellites for greenhouse gas and water cycle observations Mitsubishi Electric develops satellites for greenhouse gas and water cycle observations

TOKYO, March 30, 2020 – Mitsubishi Electric Corporation (Tokyo: 6503) announced today that it has been appointed by the Japan Aerospace Agency (JAXA) as the contractor for the Global Satellite Observing Satellite for the Greenhouse Gas and Water Cycle (GOSAT-GW), the third satellite in the GOSAT series, ...

Mitsubishi PLC power supply live wire and neutral wire short circuit solution Mitsubishi PLC power supply live wire and neutral wire short circuit solution

1. First of all, the power supply should be cut off immediately and the circuit should be admitted whether it has been disconnected. 2. Next, check whether the fuse of the power supply is blown or whether the protector is tripped. Replace the fuse or reset the protector. Envy 3. Fuse ...

Mitsubishi 30MA-eX-F40 fiber laser flexible automatic loading and unloading system Mitsubishi 30MA-eX-F40 fiber laser flexible automatic loading and unloading system

The 30MA-eX-F40 fiber laser flexible active loading and unloading system was jointly developed by Mitsubishi Electric Corporation's Laser Division and Mitsubishi Electric Electromechanical Technology Co., Ltd. ...

An introduction to the types of data inside the Mitsubishi FX series An introduction to the types of data inside the Mitsubishi FX series

A lot of data is used in the internal structure of the PLC and in the user's use program. These data have the following forms in terms of structure or number system. (1) Decimal number Decimal numbers are also known as word data in PLC. It is first and foremost ...

Mitsubishi FX5U series PLC advantages Mitsubishi FX5U series PLC advantages

1. CPU function As a MELSEC IO-F series PLC actuator, it is equipped with executable structured programs and multiple program actuators, and can be written to ST language and FB. 2. Built-in analog input and output (alarm output by the way) Built-in 12-bit 2-channel analog input ...

Mitsubishi FX2N Series Extended PLC Module Selection Chart Mitsubishi FX2N Series Extended PLC Module Selection Chart

Query Error Code Method – Mitsubishi Query Error Code Method – Mitsubishi

Error Number (D8063): 6314 ERROR MESSAGE: PARALLELLINKERROR (PARALLEL OPERATION COMMUNICATION ABNORMAL) Error content: Parallel operation string abnormal Method: Whether the power supply of the two PLCs is on, and whether the connection wires between the main machine and the parallel operation module are correctly connected ...

The role of Mitsubishi inverters in energy conservation and emission reduction The role of Mitsubishi inverters in energy conservation and emission reduction

1. Descend the starting current of the motor When the motor is started, due to the influence of inertia and load, there will be a large starting current. This current causes fluctuations in grid voltage and energy additions to the grid. The use of frequency converters can effectively solve this problem. After conditioning inverter ...

Introduction of Mitsubishi PLC series Introduction of Mitsubishi PLC series

1. Main substrate There are a variety of models such as Q32SB, Q33SB, Q35SB, Q33B, Q35B, Q38B, Q312B and other main substrates for Q series PLC, and the meaning of the model is as follows: In the meantime, the "S" stands for ultra-thin main substrate, and only Q61SP power modules can be used, and they cannot be ...

Mitsubishi FX series PLC error command and solution Mitsubishi FX series PLC error command and solution

1. Error message: NO ERROR--No abnormal error occurs Abnormal content and cause: No abnormal occurrence Solution: Check whether the cable connection between the host and the I/O expansion base/module is normal 2. Error message: ...

The solution to the influence of Mitsubishi inverter on the motor The solution to the influence of Mitsubishi inverter on the motor

Generally, asynchronous motors are planned according to constant frequency and constant voltage, and it is impossible to completely adapt to the requirements of frequency conversion speed regulation. The following is the influence of the inverter on the motor: Regardless of the form of the inverter, the building automation training device operates ...

CATEGORIES BYPASS
Customer Service Center

Online Consultation:QQ


ContactContact

Contact: Manager Huang

Contact QQ: 3271883383

Contact number: 13522565663


Scan the code to add WeChat (please save the picture first on the mobile phone)

working hoursworking hours

Weekdays: 9:00-17:00

Holidays: Only emergencies are handled

Contact us

Contact us

Contact number QQ consultation
QQ consultation

3271883383

Company address
Back to top