Changes for page 01 Program execution

Last modified by Leo Wei on 2024/12/24 22:42

From version 13.4
edited by Stone Wu
on 2022/09/23 15:45
Change comment: There is no comment for this version
To version 13.5
edited by Stone Wu
on 2022/09/23 15:49
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -382,9 +382,9 @@
382 382  
383 383  **Interrupt trigger condition classification**
384 384  
385 -1. **External input (X) interrupt**
385 +**External input (X) interrupt**
386 386  
387 -**~ **1. Description of external input interrupt
387 +Description of external input interrupt
388 388  
389 389  1. The external input interrupt is triggered by the rising or falling edge of the fixed X point input.
390 390  1. Supports the rising and falling edge interrupts of a total of 8 input points of X0 to X7, and supports a total of 16 external input interrupts.
... ... @@ -392,9 +392,9 @@
392 392  1. External input interrupt and high-speed counter cannot use the same X point.
393 393  1. You must use EI in the scan program to allow interrupts before the interrupt execution program will be executed.
394 394  
395 - 2. External input interrupt steps.
395 +External input interrupt steps.
396 396  
397 -Project management→ Program→ Interrupt→ right click to create
397 +Project management→ Program→ Interrupt→ right click to create.
398 398  
399 399  (% style="text-align:center" %)
400 400  [[image:1-16.png||class="img-thumbnail"]]