Omron CP1 series PLC interrupt classification
Published:2023-02-21 15:57:18
1. Direct I/O interrupt is a change in the interrupt input from the built-in input unit on the CPU rack (0→1; 1→0).
2, count interrupt, PLC CPU unit built-in input pulse count, count reach set value and execute interrupt.
3, timing interrupt, PLC CPU unit of the built-in timer to a certain time interval and the execution of the interrupt.
4, high speed counting interrupt, the CPU unit of PLC built-in high speed counter to the input pulse count, count to reach the set value, or through the area ratio and the execution of the interrupt.
5, external interrupt, CP1 series PLC and CJ or other series of high function I/O unit or CPU high function unit connection, if received the interrupt generated by these units, CP1 series PLC CPU unit will immediately respond to the interrupt, the execution of interrupt subroutine.
The priority of the five interrupts in descending order is: external interrupt > Direct I/O interrupt > Count interrupt > high-speed count interrupt > Timed interrupt.
In the same interrupt level, the task with a smaller number takes precedence over the task with a larger number.
-
202304-07
Mitsubishi plc program lost backup program write method
The plc program is lost because of the lack of battery power supply for the user to save the program, pc internal circuit problems, lightning strikes and other external high voltage impact caused by t···
-
202309-01
The Hikvision camera indicates that the network access is abnormal
1. Check whether the network is stable and packet loss occurs.2. Check whether IP addresses conflict.3. Check whether the power supply of the device is normal.4. Check whether the network cable and ca···
-
202302-23
The solution of Schneider inverter fault code
PHF: ⒈ Frequency converter power supply is not correct or fuse is blown; B. There is momentary defect in some phase. ⒈ Check the power supply connection and fuse; B. Reposition.USF: ⒈ Supply voltag···
-
202212-29
Mitsubishi plc and computer communication setting method
Open the Mitsubishi plc programming software, menu "Online" -- >" transmission Settings "inside to select your connection method.1, first Mitsubishi plc and computer connection ···
-
202212-29
Mitsubishi fetch instruction and output instruction
1.LD (fetch command) A normally open contact and the left bus connection command, each logic line with normally open contact start to use this command;2.LDI (take the reverse instruction) a normally c···