PLC Programming Recommendations – Mitsubishi PLC

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

1. When the PLC and the host computer (or touch screen) form a monitoring system, there are many hours on the screen that require "manual", "active" and other control forms (generally more than one). In the program, you can use the "MOV" command. For example, when selecting "manual", the constant 1 MOV will be placed in a register VB10, and when "active" will be selected, 2 MOV will be placed in the same register VB10. The advantage of this line of thinking is that it is easy to understand, and there is no need for troublesome procedures such as interlocks.

                               PLC Programming Recommendations – Mitsubishi PLC

2. When the program has analog control, if the analog quantity read is basically correct, the method of time filtering can be adopted to delay a period of time. If the error in the read data is large, it is necessary to use other filtering methods, such as averaging. Ability to consult relevant materials.

3. In the process of program debugging (especially when the equipment is transformed, when your program is added to the program of the original equipment), when the conditions are satisfactory in the program sentence and the output coil is not connected, you can check whether your program is between such sentences, such as JUMPgo to and other sentences. There is also a possibility that after interrupting the program, the condition is satisfactory and the output is not connected, and generally this section of the program is not scanned.

4. In the sequence control program, that is, after the end of one action, enter the next action, and other similar sequence control, using +10+10 control form, I think it is very convenient. The idea is: preset a register, the value is 0 at the initialization time, when the system is started, +10 to it, the register is 10, the register is equal to 10, and the first action can be made; After the first action is completed, then the register is +10.At this moment, the register is equal to 20.The second action can be done, and after the second action is completed, it is +10.The register is equal to 30.So you only need to determine how much data is in the register, and you will know that the action is to be completed. When the demand beats the action, it can no longer be +10.can add +20+30...., depending on the needs of the practice.

Why add 10 instead of 1, because after adding 10, if you pierce a section, you only need to pick a random position among the 10 free places.

5. At the time of the planning procedure, when there is a problem in the process (non-control system control), it is best to keep the fault phenomenon and have a light sound alarm. Until the operator resets to let him know that something is wrong with the system. Otherwise, it's downtime, and others will think that your program is a problem. It is generally important to pay attention to these when planning a new system.

6. For frequently called subroutines, they can be made into sub-modules and frequently called.

7. Because the production machinery in the work cycle of each step movement in the execution of the demand for a certain moment, and these moments have a certain limit, so can be used as a reference to these moments, at the same time that the step action to be detected begins, start a timer, the time setting value of the timer is 20%-30% longer than the time when the action is to continue under normal circumstances, and the output signal of the timer can be used for alarm or active shutdown equipment. When the time of a certain step action of the production machinery exceeds the regular time, reaches the corresponding timer preset time, and has not yet transferred to the next step action, the timer announces the fault signal, the signal aborts the normal work cycle program, start alarm or shutdown program, which is what we often call ultra-beat protection.

8. Some safety detection switches (such as emergency stop buttons, safety light curtains, limit switches, etc.) are practical normally closed (NC) input.

9. For the sake of safety and energy saving, try to plan the output to act when the demand is in place, and stop the output once it is in place, instead of planning to output all the time, and let the output be disconnected when the demand is suspended.

10. The action criterion of the actuator should be to rather not move than to move!

11. Single equipment control: It is necessary for a single device to have soft hand operation/active switching and soft hand operation to start/stop function, and the equipment cannot be stopped when switching from active to soft hand operation; When switching from soft hand operation to active, the device start/stop depends on the active program.

12. It is necessary to rotate a single equipment (pump, fan and other large equipment) after 24 hours of operation, and it is necessary to accumulate the operation time.

More on that
The protection function of the inverter to the motor - Mitsubishi The protection function of the inverter to the motor - Mitsubishi

The inverter is the control equipment for the operation of the motor, and it has a certain maintenance function for the motor. Most of the inverter appliances have functions such as overvoltage, overcurrent, undervoltage and overload maintenance. Overcurrent maintenance function. In any link of motor acceleration, deceleration and constant speed operation, ...

Mitsubishi servo maintenance failure analysis Mitsubishi servo maintenance failure analysis

Major Failures and Analysis: 1. Motor encoder alarm 1. The cause of the failure (1) Wrong wiring; (2) electromagnetic interference; (3) Encoder hardware damage caused by mechanical vibration; (4) Pollution caused by the on-site environment; 2. Troubleshooting ...

PLC commonly used physical memory - Mitsubishi PLC commonly used physical memory - Mitsubishi

(1) Random Access Memory (RAM) The user can read out the content of the RAM with the programming device, and can also write the user program to the RAM, so the RAM is also called read/write memory. It is volatile memory, and when its power is interrupted, the stored information is lost. The use of the computer's memory module ...

Mitsubishi Electric appeared at the 2021 China Smart Expo Mitsubishi Electric appeared at the 2021 China Smart Expo

From August 23 to 25, 2021, the 2021 China International Intelligent Industry Expo (hereinafter referred to as the Smart Expo) was held in Chongqing International Expo Center. Mitsubishi Electric (China) ...

Advantages of Mitsubishi servo system: Advantages of Mitsubishi servo system:

The servo system is an automatic control system that makes the output of the object's position, direction, and condition change according to the arbitrary change of the input quantity (or given value). In the automatic control system, the system that can echo the control signal with a certain degree of accuracy is called the follow-up system, also known as the servo system.

The Mitsubishi QnUDVCPU module records the write function of the settings The Mitsubishi QnUDVCPU module records the write function of the settings

The models of QnUDVCPU series products are Q03UDVCPU, Q04UDVCPU, Q06UDVCPU, Q13UDVCPU, and Q26UDVCPU. Data logging settings can be written to the target memory of the Mitsubishi QnUDVCPU module. When writing data recording settings, you should write data in the purpose of the writing settings.

Mitsubishi A800 series inverter realizes motor self-learning Mitsubishi A800 series inverter realizes motor self-learning

Set it up as follows: Press PU/EXT to switch to PU format Pr.9 = additional current of the motor Pr.71=3 (ordinary motor) or 13 (constant torque motor) Pr.80 = motor power Pr.81 = number of poles of the motor ( ...

Mitsubishi PLC ladder programming method Mitsubishi PLC ladder programming method

Ladder concept: It is a ladder pattern composed of graphical symbols that indicate the programming elements inside the PLC. Rules for writing ladders: Suitable for the left bus, finally the right bus The contacts should be drawn on the horizontal line, not ...

The working principle of the servo motor of the Mitsubishi CNC system The working principle of the servo motor of the Mitsubishi CNC system

1. The servo mainly relies on the pulse to position, basically it can be understood in this way, the Mitsubishi CNC system maintenance servo motor receives a pulse, and it will rotate the angle corresponding to the pulse, so as to achieve displacement, because the servo motor itself has the function of sending out pulses, so the servo motor ...

PLC circuit debugging precautions - Mitsubishi PLC circuit debugging precautions - Mitsubishi

1. For the switching input and output circuits, pay attention to the consistency criterion of maintaining the state; The positive logic criterion is usually used, that is, when the input and output are live, it is in the "ON" state and the data value is "1"; Conversely, when the input and output are powered off, it is in the "OFF" state and the data value is "0". Such...

The weight conversion method of the Mitsubishi weigh module The weight conversion method of the Mitsubishi weigh module

Component conversion is a process in which an analog signal (load converter output voltage) input from outside the programmable controller is converted into a digital output value and a total component output value, and then stored in buffer memory. After the conversion process, the conversion completion (XE) will change to ON, and the transformation completion mark (Un\G1 ...

Mitsubishi garbage incinerator equipment with a daily processing capacity of 1,500 tons was delivered and put into operation Mitsubishi garbage incinerator equipment with a daily processing capacity of 1,500 tons was delivered and put into operation

Mitsubishi Heavy Industries Environmental & Chemical Engineering Co., Ltd. (MHIEC, President: Takayuki Hishinuma, Headquarters: Nishi-ku, Yokohama), a subsidiary of the Mitsubishi Heavy Industries Group, has supplied two advanced Mitsubishi grate furnaces to a large-scale waste-fired power plant in Xiaogan City, Hubei Province, China. The waste-fired power generation ...

Mitsubishi PLCFX2NCPU plate fault solution Mitsubishi PLCFX2NCPU plate fault solution

Customer's description of the problem: Mitsubishi FX2N-32MR-001, the PLC running light does not light up after powering on, and the alarm light is always on (hardware problem) Inspection and repair: turn on the power supply, power on the PLC, according to the detection process, the PLC is in the POWER...

Introduction to Mitsubishi PLC Modbus communication and address allocation Introduction to Mitsubishi PLC Modbus communication and address allocation

When using Modbus communication in Mitsubishi PLCs, it is necessary to understand the address allocation of different register types. The following are the common types of Mitsubishi PLC Modbus addresses and their corresponding functions: 1. Coil Register: ...

Introduction to Mitsubishi PLCFX3U positioning control Introduction to Mitsubishi PLCFX3U positioning control

1. The workbench runs in the direction of the decrease of the value of the current value register (generally M8342=OFF in the opposite direction), and when it encounters the near-point signal, it becomes a creeping speed, and the zero-point signal after leaving the near-point signal arrives with a delay of 1ms, and the pulse output is immediately aborted. ...

Mitsubishi PLC set and reset command use example Mitsubishi PLC set and reset command use example

1 SET Directive The SET instruction is called an enthronement instruction. Its function is: to drive the coil, so that it has a self-locking function, and insists on the connection condition. In the diagram, when the moving contact X0 is closed, the SET command is executed to turn on the Y0 coil. After X0 is disconnected, the Y0 coil continues to insist on the ON condition, ...

Introduction to the functions of Mitsubishi's commonly used servo motor series Introduction to the functions of Mitsubishi's commonly used servo motor series

Mitsubishi servo motor MR-J2S series 1. The product also has RS-232 and RS-422 serial communication function, which can be used for parameter setting, trial operation, status display and gain adjustment through the personal computer installed with servo setting software. 2. Matching with MR-J2S series ...

Advantages of Mitsubishi Electric fresh air system Advantages of Mitsubishi Electric fresh air system

Mitsubishi Electric's fresh air system realizes indoor ventilation, but of course, we can't just be limited to simply replacing the outdoor air into the room, a good fresh air should filter the harmful substances in the air, so that the air entering the room is not only fresh, but also clean and harmless. ...

Mitsubishi causes electromagnetic interference Mitsubishi causes electromagnetic interference

1. Harmonic disturbance The rectifier circuit will generate a harmonic current, which will cause a voltage drop on the impedance of the power supply system, resulting in a distortion of the voltage wavepattern, and this distorted voltage will cause disturbance to many electronic devices (because most electronic devices can only operate in the sine wave).

Confirmation and clearing of Mitsubishi inverter alarm history Confirmation and clearing of Mitsubishi inverter alarm history

When the FR-CS80 inverter detects an abnormality, it will display an error message or alarm in the operation panel according to the abnormal content, or maintain the function action and block the output of the inverter. When maintaining a function operation, please deal with the cause of its operation before resetting the inverter, and then start working. ...

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