Changes for page 01 Program execution

Last modified by Jiahao Lai on 2025/07/18 17:39

From version 13.11
edited by Stone Wu
on 2022/09/23 16:05
Change comment: (Autosaved)
To version 13.2
edited by Stone Wu
on 2022/09/23 15:40
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -20,11 +20,14 @@
20 20  
21 21  == Installation ==
22 22  
23 -* Please use it in the general specification environment described in the manual.
24 -** Do not use in the following places: places with dust, oily smoke, conductive dust, corrosive gas, flammable gas; places  exposed to high temperature, condensation, wind and rain; places with vibration or impact. Electric shock, fire, and misoperation can also cause product damage.
25 -* When processing screw holes and wiring, do not let iron filings or wire ends fall into the ventilation window of the programmable controller. It may cause fire, malfunction, or misoperation.
26 -* Please insert the connecting cable and display module accurately into the specified sockets. Poor contact may cause misoperation.
23 +1. Please use it in the general specification environment described in the manual.
27 27  
25 +Do not use in the following places: places with dust, oily smoke, conductive dust, corrosive gas, flammable gas; places  exposed to high temperature, condensation, wind and rain; places with vibration or impact. Electric shock, fire, and misoperation can also cause product damage.
26 +
27 + 2. When processing screw holes and wiring, do not let iron filings or wire ends fall into the ventilation window of the programmable controller. It may cause fire, malfunction, or misoperation.
28 +
29 + 3. Please insert the connecting cable and display module accurately into the specified sockets. Poor contact may cause misoperation.
30 +
28 28  (% class="box infomessage" %)
29 29  (((
30 30  **✎Note:**
... ... @@ -72,11 +72,14 @@
72 72  **Attention**
73 73  )))|Do not connect the empty terminal to the outside, otherwise the product will be damaged.
74 74  
75 -* Please connect the AC power supply to the dedicated terminal according to the content in the manual.
76 -* If the AC power supply is connected to the DC input/output terminal or the DC power supply terminal, the programmable controller will be burnt out.
77 -* Please do not supply power to the 24+ terminal of the basic unit from the external power supply, and to the empty terminal    . Do not wire from the outside, otherwise the product will be damaged.
78 -* Please ground the ground terminal of the basic unit according to the third method. But please do not share the ground with the strong current system.
78 +Please connect the AC power supply to the dedicated terminal according to the content in the manual.
79 79  
80 +If the AC power supply is connected to the DC input/output terminal or the DC power supply terminal, the programmable controller will be burnt out.
81 +
82 +Please do not supply power to the 24+ terminal of the basic unit from the external power supply, and to the empty terminal    . Do not wire from the outside, otherwise the product will be damaged.
83 +
84 +Please ground the ground terminal of the basic unit according to the third method. But please do not share the ground with the strong current system.
85 +
80 80  **Attached**
81 81  
82 82  The programmable controller will continue to work if there is an instantaneous power failure of less than 10ms.
... ... @@ -134,8 +134,8 @@
134 134  * **×**: not execute
135 135  
136 136  (% class="table-bordered" %)
137 -|=(% rowspan="2" %)**Processing item**|=(% colspan="3" %)**Status of the CPU module**
138 -|=**When the power is ON**|=**STOP**|=**When STOP RUN**
143 +|(% rowspan="2" %)**Processing item**|(% colspan="3" %)**Status of the CPU module**
144 +|**When the power is ON**|**STOP**|**When STOP RUN**
139 139  |Initialization of input and output modules|√|×|×
140 140  |CPU parameter check|√|×|×
141 141  |Check of system parameters|√|×|×
... ... @@ -146,11 +146,11 @@
146 146  
147 147  Perform the following before starting program calculation.      
148 148  
149 -* Update the actual input point of the PLC to the input relay X.
155 +Update the actual input point of the PLC to the input relay X.
150 150  
151 151  The following is executed after the END instruction is executed.
152 152  
153 -* Update the PLC output relay Y to the actual output point.
159 +Update the PLC output relay Y to the actual output point.
154 154  
155 155  **Key points**
156 156  
... ... @@ -182,8 +182,10 @@
182 182  
183 183  It is the first scan time of the CPU module in RUN.
184 184  
185 -Process as the following way: The value stored in SD134 (initial scan time (ms unit)) and SD135 (initial scan time (s unit)).
191 +Process as the following way:
186 186  
193 +The value stored in SD134 (initial scan time (ms unit)) and SD135 (initial scan time (s unit)).
194 +
187 187  = The flow of each procedure =
188 188  
189 189  When the CPU module changes to the RUN state, the programs are executed in sequence according to the program execution type and execution sequence settings.
... ... @@ -195,11 +195,10 @@
195 195  
196 196  When the execution types of the programs are the same, they are executed in the order set in the execution order.
197 197  
198 -(% class="box infomessage" %)
199 -(((
200 -**✎Note:** When executing instructions that can be completed with multiple cycles (such as OUT T, RAMP, RS, etc.), they should be programmed in the scan program. If it is used in event execution type programs and mid-stage execution type programs, these instructions may not be executed in multiple scan cycles, causing actual results to be different from the ideal results. Therefore, unless events, interrupts and subroutines can be executed in each scan cycle. It is not recommended to use multi-cycle execution instructions in other situations.
201 -)))
206 +**✎Note:**
202 202  
208 +When executing instructions that can be completed with multiple cycles (such as OUT T, RAMP, RS, etc.), they should be programmed in the scan program. If it is used in event execution type programs and mid-stage execution type programs, these instructions may not be executed in multiple scan cycles, causing actual results to be different from the ideal results. Therefore, unless events, interrupts and subroutines can be executed in each scan cycle. It is not recommended to use multi-cycle execution instructions in other situations.
209 +
203 203  = Types of program execution =
204 204  
205 205  == Scan execution program ==
... ... @@ -218,11 +218,11 @@
218 218  (% style="text-align:center" %)
219 219  [[image:1-5.png||height="372" width="300" class="img-thumbnail"]]
220 220  
221 -1. Scan the program name: the program name requires to match case, and the program name cannot use the same name with device name (the device name does not match case).
222 -1. The input of /%$@&=~~`^<>?:{}[],;!*.~\~\'" is not supported. It cannot exceed 64 characters. The default name is MAINx.
223 -1. The number of scan programs that can be built is limited to 100.
224 -1. Each scan program has been END ended, but only the last END instruction is completed to calculate a scan cycle.
225 -1. The execution sequence runs from top to bottom in the order of creation.
228 +* Scan the program name: the program name requires to match case, and the program name cannot use the same name with device name (the device name does not match case).
229 +* The input of /%$@&=~~`^<>?:{}[],;!*.~\~\'" is not supported. It cannot exceed 64 characters. The default name is MAINx.
230 +* The number of scan programs that can be built is limited to 100.
231 +* Each scan program has been END ended, but only the last END instruction is completed to calculate a scan cycle.
232 +* The execution sequence runs from top to bottom in the order of creation.
226 226  
227 227  (% style="text-align:center" %)
228 228  [[image:1-6.png||class="img-thumbnail"]]
... ... @@ -238,7 +238,7 @@
238 238  
239 239  The trigger of event execution type program is as follows.
240 240  
241 -**ON event of bit data (TRUE)**
248 +**(1) ON event of bit data (TRUE)**
242 242  
243 243  * After the ON event is specified, if the contact that sets the trigger condition in the ON event is turned ON during the scan program, the ON event program will be executed in the scan program page*1 or before the END instruction is executed.
244 244  * The ON event program will only be executed once in a single scan cycle.
... ... @@ -254,13 +254,13 @@
254 254  The devices that can be specified are as follows.
255 255  
256 256  (% class="table-bordered" %)
257 -|=(% colspan="2" %)**Project**|=**Content**
264 +|(% colspan="2" %)**Project**|**Content**
258 258  |(% rowspan="2" %)Device *1|Bit Device|X, Y, M, SM
259 259  |Bit specification of word device|D.b
260 260  
261 261  *1 The indexed device cannot be specified.
262 262  
263 -**TIME event**
270 +**(2) TIME event**
264 264  
265 265  After the program is to RUN state and the specified time has elapsed, event is executed one time when it comes to the execution sequence of the first corresponding program. For the second and subsequent executions, the time is re-measured from the start of the last event execution type program. After the specified time has elapsed, the program is executed repeatedly when it comes to the execution sequence of the first corresponding program. In addition, in the next scan after the corresponding program is executed, the current value of the output (Y) and timer (T) used in the corresponding program can be cleared. It can be used for programs that do not need to respond in a fixed period of time.
266 266  
... ... @@ -285,7 +285,7 @@
285 285  Event program name:
286 286  
287 287  * The 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).
288 -* The program name does not support /%$@&=~~`^<>?:{}[],;!*.~\~\'" character input.
295 +* The program name does not support /%$@&=to`^<>?:{}[],;!*.~\~\'" character input.
289 289  * The length of the program name cannot exceed 64 characters. The default name is EVENTx.
290 290  
291 291  A maximum of 100 new event programs could be created.
... ... @@ -300,26 +300,26 @@
300 300  (% style="text-align:center" %)
301 301  [[image:1-11.png||height="419" width="500" class="img-thumbnail"]]
302 302  
303 -**Configuration instructions:**
310 +Configuration instructions:
304 304  
305 - Configuration interface
312 + 1) Configuration interface
306 306  
307 307  (% style="text-align:center" %)
308 308  [[image:1-12.png||height="372" width="300" class="img-thumbnail"]]
309 309  
310 -Parameter content:
317 +2) Parameter content:
311 311  
312 312  (% class="table-bordered" %)
313 -|=(% colspan="2" %)**Project**|=(% style="width: 654px;" %)**Content**|=(% style="width: 190px;" %)**Setting range**|=**Default**
314 -|(% colspan="2" %)Execution type|(% style="width:654px" %)Select event type|(% style="width:190px" %)Not set/ON event/TIME event|Not set
315 -|(% rowspan="2" %)ON event|Contact|(% style="width:654px" %)The event type can be set when ON event is selected. Set the bit device as the trigger condition.|(% style="width:190px" %)X/Y/M/SM/D.b|
316 -|Whether to clear|(% style="width:654px" %)When the bit device of the trigger condition set by the ON event is turned OFF, whether to clear the current value of the output (Y) and timer (T) used in the execution program of the ON event in the next cycle.|(% style="width:190px" %)(((
320 +|(% colspan="2" %)**Project**|**Content**|**Setting range**|**Default**
321 +|(% colspan="2" %)Execution type|Select event type|Not set/ON event/TIME event|Not set
322 +|(% rowspan="2" %)ON event|Contact|The event type can be set when ON event is selected. Set the bit device as the trigger condition.|X/Y/M/SM/D.b|
323 +|Whether to clear|When the bit device of the trigger condition set by the ON event is turned OFF, whether to clear the current value of the output (Y) and timer (T) used in the execution program of the ON event in the next cycle.|(((
317 317  True
318 318  
319 319  False
320 320  )))|False
321 -|(% rowspan="2" %)TIME event|Time|(% style="width:654px" %)Set how long to execute the event program once.|(% style="width:190px" %)1 to 2147483647 (100us unit)|
322 -|Whether to clear|(% style="width:654px" %)When the TIME event is executed, if the event is not executed in the next scan cycle, select whether to clear the output (Y) used in the TIME event execution program and the current value of the timer (T).|(% style="width:190px" %)(((
328 +|(% rowspan="2" %)TIME event|Time|Set how long to execute the event program once.|1 to 2147483647 (100us unit)|
329 +|Whether to clear|When the TIME event is executed, if the event is not executed in the next scan cycle, select whether to clear the output (Y) used in the TIME event execution program and the current value of the timer (T).|(((
323 323  True
324 324  
325 325  False
... ... @@ -333,61 +333,78 @@
333 333  
334 334  In the process of executing the scan program, the program that can interrupt the priority execution of the scan program is called an interrupt execution program.
335 335  
336 -* When an interrupt cause occurs, the interrupt program corresponding to the interrupt pointer number will be executed. However, the execution needs to be set to the interrupt enabled state by the EI instruction.
343 + ~1. When an interrupt cause occurs, the interrupt program corresponding to the interrupt pointer number will be executed. However, the execution needs to be set to the interrupt enabled state by the EI instruction.
337 337  
338 338  (% style="text-align:center" %)
339 339  [[image:1652249587490-678.png||class="img-thumbnail"]]
340 340  
341 341  
342 -* An interrupt name corresponds to an interrupt program, and the interrupt name cannot be repeated. Each interrupt has its own trigger condition and execution program, and each interrupt program ends with END.
343 -* Interrupt has the characteristic of interrupting the original execution program and executing the interrupt first, but it cannot interrupt the interrupt program being executed.
344 -* The interrupt program has the concept of priority. The smaller the priority value, the more priority the response. The priority setting range is 0 to 2.
349 + 2. An interrupt name corresponds to an interrupt program, and the interrupt name cannot be repeated. Each interrupt has its own trigger condition and execution program, and each interrupt program ends with END.
345 345  
346 -**The actions when an interruption cause occurs are as follows:**
351 + 3. Interrupt has the characteristic of interrupting the original execution program and executing the interrupt first, but it cannot interrupt the interrupt program being executed.
347 347  
348 -* Interrupt prohibition (DI) when an interruption cause occurs.
349 -** If the interrupt execution condition is triggered in a program that is forbidden by DI, the interrupt will not be executed. Even if the subsequent program uses the EI instruction to allow interruption, the previously shielded interrupt program will not be executed. Only the interrupt execution condition is triggered again. The interrupt program will be executed.
350 -* When multiple interrupt causes occur simultaneously in the interrupt enabled state.
351 -** The interrupt program with higher priority will be executed sequentially. In addition, when multiple interrupts with the same priority occur at the same time, the actions are executed in the order of interrupt priority.
352 -** If three interrupt programs I0, I10, I16 are created, the priority of I0 is 1, the priority of I10 is 0, and the priority of I16 is 1. The execution logic is shown in the figure below: I10 has the smallest priority and is executed first; I0 and I16 have the same priority and are executed in the order of program establishment.
353 + 4. The interrupt program has the concept of priority. The smaller the priority value, the more priority the response. The priority setting range is 0 to 2.
353 353  
355 +The actions when an interruption cause occurs are as follows:
356 +
357 +1. Interrupt prohibition (DI) when an interruption cause occurs.
358 +
359 +If the interrupt execution condition is triggered in a program that is forbidden by DI, the interrupt will not be executed. Even if the subsequent program uses the EI instruction to allow interruption, the previously shielded interrupt program will not be executed. Only the interrupt execution condition is triggered again. The interrupt program will be executed.
360 +
361 + 2.When multiple interrupt causes occur simultaneously in the interrupt enabled state.
362 +
363 +The interrupt program with higher priority will be executed sequentially. In addition, when multiple interrupts with the same priority occur at the same time, the actions are executed in the order of interrupt priority.
364 +
365 +If three interrupt programs I0, I10, I16 are created, the priority of I0 is 1, the priority of I10 is 0, and the priority of I16 is 1. The execution logic is shown in the figure below: I10 has the smallest priority and is executed first; I0 and I16 have the same priority and are executed in the order of program establishment.
366 +
354 354  (% style="text-align:center" %)
355 355  [[image:1652249553246-688.png||class="img-thumbnail"]]
356 356  
357 -* When an interrupt occurs during the waiting time when performing constant scan.
358 -** Execute the interrupt program for this interrupt.
359 -* When other interrupts occur during the execution of the interrupt program.
360 -** In the interrupt program (including the specification when the interrupt occurs in the event execution program), when other interrupts occur, the original interrupt execution program will not be interrupted. After the original interrupt execution program is completed, the new interrupt program is executed. After the execution is completed Then return to the scanning procedure.
361 -* During the execution of the interrupt program, when an interrupt cause with a low priority or the same priority occurs.
362 -** The interruption cause that occurred is stored, and after the interrupt program in execution ends, the interrupt program corresponding to the stored interruption cause is executed. Even if the same interruption cause occurs multiple times, the interruption cause is stored only once.
370 + 3. When an interrupt occurs during the waiting time when performing constant scan.
363 363  
372 +Execute the interrupt program for this interrupt.
364 364  
374 + 4.When other interrupts occur during the execution of the interrupt program.
375 +
376 +In the interrupt program (including the specification when the interrupt occurs in the event execution program), when other interrupts occur, the original interrupt execution program will not be interrupted. After the original interrupt execution program is completed, the new interrupt program is executed. After the execution is completed Then return to the scanning procedure.
377 +
378 + 5. During the execution of the interrupt program, when an interrupt cause with a low priority or the same priority occurs.
379 +
380 +The interruption cause that occurred is stored, and after the interrupt program in execution ends, the interrupt program corresponding to the stored interruption cause is executed. Even if the same interruption cause occurs multiple times, the interruption cause is stored only once.
381 +
382 +
365 365  (% style="text-align:center" %)
366 366  [[image:1652249673420-476.png||class="img-thumbnail"]]
367 367  
368 -* When the same interruption cause occurs during the execution of the interrupt program;
369 -** The interruption cause that occurred is stored, and after the interrupt program in execution ends, the interrupt program corresponding to the stored interruption cause is executed. Even if the same interruption cause occurs multiple times, the interruption cause is stored only once.
386 + 6. When the same interruption cause occurs during the execution of the interrupt program;
370 370  
388 +The interruption cause that occurred is stored, and after the interrupt program in execution ends, the interrupt program corresponding to the stored interruption cause is executed. Even if the same interruption cause occurs multiple times, the interruption cause is stored only once.
389 +
371 371  **Interrupt trigger condition classification**
372 372  
373 -* **External input (X) interrupt**
374 -** Description of external input interrupt
375 -*** The external input interrupt is triggered by the rising or falling edge of the fixed X point input.
376 -*** 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.
377 -*** The same interrupt trigger condition cannot create multiple interrupt programs.
378 -*** External input interrupt and high-speed counter cannot use the same X point.
379 -*** You must use EI in the scan program to allow interrupts before the interrupt execution program will be executed.
380 -* **External input interrupt steps.**
381 -** Project management→ Program→ Interrupt→ right click to create.
382 -** 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),
383 -** The interrupt program name does not support the input of /%$@&=~~`^<>?:{}[],;!*.~\~\'" characters,
384 -** The length of the interrupt program name cannot exceed 64 characters and cannot be typed. The default name is INTx.
392 +1. **External input (X) interrupt**
385 385  
394 +**~ **1. Description of external input interrupt
395 +
396 +1. The external input interrupt is triggered by the rising or falling edge of the fixed X point input.
397 +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.
398 +1. The same interrupt trigger condition cannot create multiple interrupt programs.
399 +1. External input interrupt and high-speed counter cannot use the same X point.
400 +1. You must use EI in the scan program to allow interrupts before the interrupt execution program will be executed.
401 +
402 + 2. External input interrupt steps.
403 +
404 +Project management→ Program→ Interrupt→ right click to create
405 +
386 386  (% style="text-align:center" %)
387 387  [[image:1-16.png||class="img-thumbnail"]]
388 388  
389 -* 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):
409 +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),
410 +1. The interrupt program name does not support the input of /%$@&=to`^<>?:{}[],;!*.~\~\'" characters,
411 +1. The length of the interrupt program name cannot exceed 64 characters and cannot be typed. The default name is INTx.
390 390  
413 +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):
414 +
391 391  (% style="text-align:center" %)
392 392  [[image:1-17.png||class="img-thumbnail"]]
393 393  
... ... @@ -407,7 +407,7 @@
407 407  Note: X rising edge interrupt and X falling edge interrupt use the same X filter, so after the filter setting is changed in the X rising edge configuration, the X falling edge will also change. If the filter time is set to 1000, you must ensure that the high level and low level of the input signal are maintained for more than 10 us before the interrupt can be triggered.
408 408  )))|0 to 1700|1
409 409  
410 -* Write interrupt execution program
434 +1. Write interrupt execution program
411 411  
412 412  (% style="text-align:center" %)
413 413  [[image:1-18.png||class="img-thumbnail"]]
... ... @@ -417,7 +417,7 @@
417 417  (% style="text-align:center" %)
418 418  [[image:1652250056160-117.png||height="215" width="500" class="img-thumbnail"]]
419 419  
420 -**Timer interrupt**
444 +**~ 2.Timer interrupt**
421 421  
422 422  1. Timer interrupt description
423 423  
... ... @@ -503,33 +503,33 @@
503 503   3. Description of triggering rules
504 504  
505 505  (% class="table-bordered" %)
506 -|(% style="width:135px" %)**Mode**|(% style="width:187px" %)**Configuration**|(% style="width:128px" %)**The current value**|(% style="width:324px" %)**Action**
507 -|(% 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
508 -|(% style="width:128px" %)10001 → 10000|(% style="width:324px" %)Execute all programs in interrupt INT0
509 -|(% rowspan="2" style="width:135px" %)High-speed comparison set (INT1)|(% rowspan="2" style="width:187px" %)(((
530 +|**Mode**|**Configuration**|**The current value**|**Action**
531 +|(% rowspan="2" %)High-speed compare interrupt (INT0)|(% rowspan="2" %)Comparison value: 10000|9999 → 10000|Execute all programs in interrupt INT0
532 +|10001 → 10000|Execute all programs in interrupt INT0
533 +|(% rowspan="2" %)High-speed comparison set (INT1)|(% rowspan="2" %)(((
510 510  Comparison value: -50,000
511 511  
512 512  Contact: Y10
513 -)))|(% style="width:128px" %)-50001 → -50000|(% style="width:324px" %)(((
537 +)))|-50001 → -50000|(((
514 514  Y10 is immediately set and mapped to the actual output (not affected by the scan period)
515 515  
516 516  The program in INT1 will not be executed
517 517  )))
518 -|(% style="width:128px" %)-49999 → -50000|(% style="width:324px" %)(((
542 +|-49999 → -50000|(((
519 519  Y10 is immediately set and mapped to the actual output (not affected by the scan period)
520 520  
521 521  The program in INT1 will not be executed
522 522  )))
523 -|(% rowspan="2" style="width:135px" %)High-speed comparison reset (INT2)|(% rowspan="2" style="width:187px" %)(((
547 +|(% rowspan="2" %)High-speed comparison reset (INT2)|(% rowspan="2" %)(((
524 524  Comparison value: 400000
525 525  
526 526  Contact: Y10
527 -)))|(% style="width:128px" %)399999 → 400000|(% style="width:324px" %)(((
551 +)))|399999 → 400000|(((
528 528  Y10 is reset immediately and mapped to the actual output (not affected by the scan period)
529 529  
530 530  The program in INT2 will not be executed
531 531  )))
532 -|(% style="width:128px" %)400001 → 400000|(% style="width:324px" %)(((
556 +|400001 → 400000|(((
533 533  Y10 is reset immediately and mapped to the actual output (not affected by the scan period)
534 534  
535 535  The program in INT2 will not be executed