Siemens s7-200 SMART Interrupt instruction
Published:2023-05-26 10:40:59
S7-200 SMART series programmable controller ** has 38 interrupt sources (9 reserved), which are divided into three categories: communication interrupt, input/output (I/O) interrupt and timebase interrupt. The interrupt priority specified by S7-200 SMART is communication interrupt, I/O interrupt and timebase interrupt in descending order. Different interrupt events within each type of interrupt have different priorities.
Interrupt instructions mainly include the following types:
ATCH: Interrupt connection, connect to an interrupt event to call the program segment.
ENI: allows interrupts globally, opens interrupt handling.
DISI: disables interrupt globally and disallows the process of the interrupt service program, but the interrupt event is still queued.
DTCH: Interrupt separation, disconnects the association between the interrupt event number and the interrupt service routine, and disallows the interrupt event.
RETI: Conditional interrupt return from the interrupt service routine based on the conditions of the logical operation.
CLR_EVNT: clears the interrupt queue.
-
202302-16
Solution of MCGS communication problem
1. How to check the communication status of the device in Kunlun Mode (MVGS)In all MCGS non-board devices (except some custom devices), *** channels are communication channels. That is, after entering···
-
202307-07
The alarm code cause and diagnosis method of the cabinet air conditioner of Rittal
Alarm code: A01System message: Open the cabinet doorAir conditioning cause: The opening and closing position is incorrectDiagnostic method: Check the transition position of the door and, if necessary,···
-
202301-28
Siemens SINAMICS GM150 Deep Maintenance
On-site maintenanceCheck and clean pre-charge loop, rectifier unit, diode characteristics, inverter unit, GSV, AVT.Rectifier module diagnostic test, and high voltage switchgear interface function test···
-
202303-08
How to choose Schneider Circuit Breaker?
First calculate the current value of each branchPure resistive load, such as light bulbs, electric heaters, etc., with the indicated power directly divided by the voltage, the formula I= power /220v; ···
-
202302-16
Mitsubishi 5U PLC and MCGS touch screen connection
First of all, let's look at the interface Settings of Kunlun touch screen.1. Click the device window to enter Add PLC2. Add a TCP parent serial port and add a 5U device below3. Double-click the pa···