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..
Category: plc program
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
mitsubishi plc timers
The manual says, using a special timer in T192 ~ subroutine and interrupt subroutine in T199, I now subroutine timer is not enough, can I use the general timer in the subroutine, in addition, for the 192~199 general and special Godson program timer in the end what is the difference?Timer: T0~T199 (200 point) is the … Continue reading mitsubishi plc timers
MITSUBISHI PLC’s timer to the time contact action Is it immediately reset or maintained
In MITSUBISHI PLC, timers can be divided into retention type and non maintenance type (taking FX series as an example). If T0–T199 is not maintained, T200–T250 is maintained.For your problem, it should be answered: if you use any of the T0–T199 in the program, the contact will act when the timer goes to the time. As … Continue reading MITSUBISHI PLC’s timer to the time contact action Is it immediately reset or maintained