ALM refers to the alarm, which may be PLC running some problems.
Author: arcozhang
MITSUBISHI PLC’s fault light prog.e light
PROG.E is a program error indicator. This light is usually a mistake on the program. You can look at the error number in the special register D8060-D8069 to determine where the error is, and let’s look at the programming manual.
Proge alarm for MITSUBISHI PLC
“PROG.E” LED flashes, it is an error indication.The light LED flashes when the timer, the constant of the counter, the circuit, the battery voltage, the abnormal noise, the conductive foreign object, and the contents of the program memory are changed. Please check the program again to check whether there is any conductive foreign matter mixed, … Continue reading Proge alarm for MITSUBISHI PLC
MITSUBISHI pLC, alarm display ERROR
Error display“[EPROR] LED scintillation”When the equipment exceeds the specification, the circuit is not good, or there is abnormal noise, conductive foreign matter mixed into the cause of the changes in the contents of the program memory.The LED will flash, the programmable controller STOP, and the output will change to OFF. In this case, please reconfirm … Continue reading MITSUBISHI pLC, alarm display ERROR
What does M8147 mean in MITSUBISHI PLC, under what circumstances is 1, and under what circumstances is 0?
MITSUBISHI PLC special relay M8147 monitors Y0 pulse output, and M8148 monitors Y1 pulse output.The role of special relay M8147 and M8148 is that when Y0 and Y1 have pulse output, M8147 and M8148 are set at 1 and no pulse output is set at 0.a
M3000v1 in MITSUBISHI PLC
This is the use of the variable address.The final address of M3000V1 depends on the value of V1. If V1 equals 100, then the final address is M [3000+V1] =M3100..
How to count the MITSUBISHI PLC counter
Parallel the Y0 and C0 at the output end. When the Y0 triggers the output once, the C0 will count once.The counter must have a reset instruction. Technology completion triggers RST C1 resetIf you want to display the count times on the touchscreen, use the MOV command to send the C1 count to register D.The … Continue reading How to count the MITSUBISHI PLC counter
How to use the C counter in MITSUBISHI PLC
A cylinder pushes the cylinder two times. How do we use the counter C to complete it?First choose the condition, that is to say which input signal to count, I see the cylinder limit position sensor on the line, the cylinder is in place after the sensor bright, that is, the input signal, and then … Continue reading How to use the C counter in MITSUBISHI PLC
How to use counter C and auxiliary relay M in MITSUBISHI PLC programming
1. internal counter CThe internal counter counts the internal signals (such as X, Y, M, S, T, etc.) when performing the scan operation. The connection and disconnection time of internal input signal should be longer than that of PLC.(1) the 16 bit increase counter (C0 ~ C199) is 200 points, of which C0 ~ C99 is a … Continue reading How to use counter C and auxiliary relay M in MITSUBISHI PLC programming
All special auxiliary relays of FX series PLC
The MITSUBISHI PLC special auxiliary relay has 256 points, which are used to represent some of the states of the PLC, providing clock pulses and signs (such as the carry, the bit of the bit), setting the running mode of the PLC, or for the step control, the prohibition of interruption, the setting counter is counting or subtracting count. Special auxiliary … Continue reading All special auxiliary relays of FX series PLC