There is a very common kind of circuit in Mitsubishi PLC - the persistence circuit. The insistence circuit means that when the external input switch is a button, it can be pressed through the insistence circuit to press the button to insist on the output, similar to the self-locking in the electrical diagram. Let's take Mitsubishi PLC as an example to write a sticking circuit.
First, we use X0 as the external input signal, and X0 is connected to the external button. Click the mouse on the right side of the left bus of the PLC software and enter "ld x0".
2. Insist that the circuit needs to have a button to control its disconnection, we choose to connect X1 to an external button to control its disconnection, and connect X0 with the normally closed contact of X1 in the PLC software, and enter "ldi x1".
3. Take Y0 as the output of the PLC, and input "OUT Y0" after the normally closed contact of X1.
Fourth, in the first step of the program, as long as the button is pressed, Y0 can have an output, and the output of the button is also disconnected when the button is released. As long as the normally open contacts of Y0 are connected in parallel at both ends of the X0 of the button, the output of Y0 can be maintained. Enter "OR Y0"
5. If you do not use the self-locking method to control Y0, you can use the set and reset commands to adhere to the output status, such as steps 4 and 6. After writing the program, press F4 to convert, and then press the test button to write the program to the imitation PLC.
6. Click the "Menu Start" of the test dialog box - relay memory supervision.
7. In the monitoring dialog box, the X and Y monitoring pages are called up, and click the Soft Component - Bit Soft Component window. At this time, you can click X0 and X2, double click X0 twice is equivalent to the function of the button, then find that Y0 has now insisted on the output status, press X1 again to exempt. Pressing X2 will make Y1 stick to the output, and pressing X3 will reset Y1.
|
More on that
|
Debugging method of servo motor - Mitsubishi
1. Initialize parameters
Before wiring, initialize the parameters.
On the control card: select the control method; Reset the PID parameter to zero; When the control card is powered on, the enable signal is closed by default; Save this state to ensure that this is the status when the control card is powered on again.
...
|
|
The role of PLC power module - Mitsubishi
Internal memory programs, logic operations, sequential manipulation, punctuality, counting, arithmetic operations, and other programmable memories are used to manipulate a variety of machinery or production processes with digital or analog inputs/outputs. PLC-related peripherals should be easy to operate with industry to form a whole, easy to expand...
|
|
Mitsubishi inverter capacity and capacity selection
The capacity (non-functional) of the Mitsubishi inverter for the drive motor can be understood from the change in energy flow determined by the operation method.
1. When accelerating or operating at constant speed
The efficiency of the inverter is the output current, that is, ...
|
|
Mitsubishi PLC Explanation Notes on the Final Statement
If the language is a programming language without any explanation, it will be very difficult for the engineer to understand the program again, and some clarification can bring twice the result to the work. There are three types of explanations: notes, statements, and notes. Note: Explain a certain ...
|
|
Introduction to Mitsubishi PLC network structure
1. The equipment layer/fieldbus CC-Link equipment layer is a field network that connects PLC and other control equipment, sensors and drive equipment, which is the lowest layer of the entire network system. The CC-Link fieldbus connection is adopted, and the number of wiring is greatly reduced, and the maintainability of the system is improved. Combine...
|
|
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 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
...
|
|
Internal data structure of the Mitsubishi PLC 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 ways 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 ...
|
|
Review and comparison of Mitsubishi PLC control inverter methods
1. The switching signal of PLC controls the inverter
The output point and COM point of the PLC (MR type or MT type) are directly connected to the STF (forward engine), RH (high speed), RM (medium speed), RL (low speed), and input SG ports of the inverter. The PLC can be programmed to control the inverter's start, ...
|
|
Mitsubishi PLC adjusts the built-in time
1. TWR (Time Write) command
Write the time preset value to the built-in real-time clock: Clock information is written to the TWR (Time Write) command. The sequence number of the action instruction is FNC167, [S ·] T, C and D can be used, and only 16-bit operations can be used, accounting for 5 program steps.
The work of the directive ...
|
|
Malfunction caused by capacitance between PLC input lines – Mitsubishi
There is a capacitance between the wires of the cable, and a qualified cable can limit this capacitance to a certain size. It is a qualified cable, when the cable length exceeds a certain length, the capacitance value between the lines will also exceed the required value, when the cable is used for PLC input, the capacitance between the lines will be ...
|
|
Mitsubishi servo system selection
Mitsubishi servo system mainly has MR-J4, MR-JE, MR-JE-AS and other series, MR-J2S, MR-J3, MR-ES has been discontinued, gradually withdrawn from the shopping mall, the first three are considered.
When selecting a Mitsubishi servo, the first thing is to choose the MR-J4 series or MR-JE series according to the application, and the driver uses the A-type ...
|
|
Special function module of the Mitsubishi PLC FX series
The communication module of PLC is used to complete the communication with other PLCs, other intelligent control equipment or computers. The following is a brief introduction to the FX series communication function shields, adapters and communication modules.
(1) Communication expansion ...
|
|
How to adjust the jitter phenomenon of Mitsubishi servo motor
(1) Prerequisites
Mitsubishi servo motors are able to improve the inertia of the motor by adjusting the gain, so as to adapt to the load, but the Mitsubishi servo motor is able to improve endlessly. Under normal circumstances, it is considered that it can withstand within 10-15 times of the additional inertia of the motor, and Mitsubishi reducer is required to be added in addition. We know ...
|
|
Advantages and disadvantages of Mitsubishi's different output types
The three output types of PLC are: transistor output, thyristor output and relay output, what is the difference between these three different output types?
(1) Transistor output:
The biggest advantage is that it is adapted to high-frequency action, and the echo moment is short, generally about 0.2ms, but it ...
|
|
Capacitive action in Mitsubishi inverters
Introduction to the names and effects of capacitors in different circuits
Capacitor is a kind of energy storage element, with the characteristics of "straight through AC, low frequency through high frequency", people in order to know and identify the capacitor in different circuits, according to its effect in the line and give it many names, understand ...
|
|
Mitsubishi FX series PLC master control command
The FX2N has a total of 27 fundamental logic instructions, including 20 fundamental logic instructions of some sub-series PLCs.
Master Control Command (MC/MCR)
(1) MC (Master Control Command) for common tandem contacts ...
|
|
Introduction to Mitsubishi PLC network structure
1. The equipment layer/fieldbus CC-Link equipment layer is a field network that connects PLC and other control equipment, sensors and drive equipment, which is the lowest layer of the entire network system. The CC-Link fieldbus connection greatly reduces the number of wirings and improves the maintainability of the system. Whereas...
|
|
Precautions for the use of Mitsubishi servo motor with brake
1. Occasions with brake servo motors:
The servo motor is mainly loaded by the motor shaft, assuming that the load driven by the motor shaft is vertical, after the whole control system is powered off, the load on the servo motor shaft will be driven to run down under the action of gravity, so that ...
|
|
PLC is different from each output type
The three output types of PLC are: transistor output, thyristor output and relay output, what is the difference between these three different output types?
(1) Transistor output:
The biggest advantage is that it is suitable for high-frequency action, and the sound ...
|
|