Changes for page 01 Program execution
Last modified by Leo Wei on 2024/12/24 22:42
Summary
-
Page properties (1 modified, 0 added, 0 removed)
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 interrupt387 +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,15 +392,15 @@ 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"]] 401 401 402 402 1. The interrupt program name requires to match case, and the program name with the same name as the device cannot be used (the device name does not match case), 403 -1. The interrupt program name does not support the input of /%$@&= to`^<>?:{}[],;!*.~\~\'" characters,403 +1. The interrupt program name does not support the input of /%$@&=~~`^<>?:{}[],;!*.~\~\'" characters, 404 404 1. The length of the interrupt program name cannot exceed 64 characters and cannot be typed. The default name is INTx. 405 405 406 406 Click Configure, and select external interrupt for execution type, as shown in the figure below (it can also be configured in "program parameters" in "parameters" in project management): ... ... @@ -520,33 +520,33 @@ 520 520 3. Description of triggering rules 521 521 522 522 (% class="table-bordered" %) 523 -|**Mode**|**Configuration**|**The current value**|**Action** 524 -|(% rowspan="2" %)High-speed compare interrupt (INT0)|(% rowspan="2" %)Comparison value: 10000|9999 → 10000|Execute all programs in interrupt INT0 525 -|10001 → 10000|Execute all programs in interrupt INT0 526 -|(% rowspan="2" %)High-speed comparison set (INT1)|(% rowspan="2" %)((( 523 +|(% style="width:135px" %)**Mode**|(% style="width:187px" %)**Configuration**|(% style="width:128px" %)**The current value**|(% style="width:324px" %)**Action** 524 +|(% rowspan="2" style="width:135px" %)High-speed compare interrupt (INT0)|(% rowspan="2" style="width:187px" %)Comparison value: 10000|(% style="width:128px" %)9999 → 10000|(% style="width:324px" %)Execute all programs in interrupt INT0 525 +|(% style="width:128px" %)10001 → 10000|(% style="width:324px" %)Execute all programs in interrupt INT0 526 +|(% rowspan="2" style="width:135px" %)High-speed comparison set (INT1)|(% rowspan="2" style="width:187px" %)((( 527 527 Comparison value: -50,000 528 528 529 529 Contact: Y10 530 -)))|-50001 → -50000|((( 530 +)))|(% style="width:128px" %)-50001 → -50000|(% style="width:324px" %)((( 531 531 Y10 is immediately set and mapped to the actual output (not affected by the scan period) 532 532 533 533 The program in INT1 will not be executed 534 534 ))) 535 -|-49999 → -50000|((( 535 +|(% style="width:128px" %)-49999 → -50000|(% style="width:324px" %)((( 536 536 Y10 is immediately set and mapped to the actual output (not affected by the scan period) 537 537 538 538 The program in INT1 will not be executed 539 539 ))) 540 -|(% rowspan="2" %)High-speed comparison reset (INT2)|(% rowspan="2" %)((( 540 +|(% rowspan="2" style="width:135px" %)High-speed comparison reset (INT2)|(% rowspan="2" style="width:187px" %)((( 541 541 Comparison value: 400000 542 542 543 543 Contact: Y10 544 -)))|399999 → 400000|((( 544 +)))|(% style="width:128px" %)399999 → 400000|(% style="width:324px" %)((( 545 545 Y10 is reset immediately and mapped to the actual output (not affected by the scan period) 546 546 547 547 The program in INT2 will not be executed 548 548 ))) 549 -|400001 → 400000|((( 549 +|(% style="width:128px" %)400001 → 400000|(% style="width:324px" %)((( 550 550 Y10 is reset immediately and mapped to the actual output (not affected by the scan period) 551 551 552 552 The program in INT2 will not be executed