Last modified by Mora Zhou on 2024/08/08 14:35

From version 29.1
edited by Jim
on 2023/02/09 14:05
Change comment: There is no comment for this version
To version 25.1
edited by Stone Wu
on 2022/09/26 10:18
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Jim
1 +XWiki.Stone
Content
... ... @@ -447,8 +447,11 @@
447 447  
448 448  This instruction uses absolute drive to perform single-speed positioning. The specified positioning address adopts the absolute method, and the specified position (absolute address) is used for positioning based on the origin.
449 449  
450 - [[image:3q3.png]]
450 +{{id name="OLE_LINK365"/}}
451 451  
452 +(% style="text-align:center" %)
453 +[[image:08_html_7a3c30baa77024fb.gif||height="311" width="800" class="img-thumbnail"]]
454 +
452 452  • Specify the positioning address of user unit with a absolute address in (s1). (It should be in the range of -2,147,483,647 to +2,147,483,647)
453 453  
454 454  • Specify the instruction speed of user unit in (s2). (It should be in the range of 1 to 200,000)
... ... @@ -1095,7 +1095,7 @@
1095 1095  
1096 1096  Specify the output pulse duty ratio in (s1). (The setting range is 0 to 1000)
1097 1097  
1098 -Specify the output pulse period in (s2). (The setting range is 1 to 32,767)
1101 +Specify the output pulse period in (s2). (The setting range is 1 to 32,767ms)
1099 1099  
1100 1100  Specify the device that outputs the pulse in (d). Only Y devices with positioning parameters can be specified.
1101 1101  
... ... @@ -1103,7 +1103,7 @@
1103 1103  
1104 1104  High level time (ms) = set cycle time (ms) x duty cycle / 1000
1105 1105  
1106 -Low level time (ms) = period (ms) - high level time (ms)
1109 +Low level time (ms) = period (ms)-high level time (ms)
1107 1107  
1108 1108  That is, the period is set to 100ms, if the duty cycle is set to 500, the output is high for 50ms and low for 50ms; if the duty cycle is set to 100, the output is high for 10ms and low for 90ms; If it is set to 900, the output will be high for 90ms and low for 10ms. The fractional part of the calculated pulse output time is output by rounding.
1109 1109  
... ... @@ -1112,11 +1112,13 @@
1112 1112  **✎Note:**
1113 1113  
1114 1114  1. Please be careful not to overlap with other control devices.
1115 -1. About pulse output: This instruction is executed in interrupt mode. When the instruction power flow is OFF, the output stops. (s1) and (s2) can be changed when the PWM instruction is executed. If it is modified to an incorrect parameter, the sending of PWM pulse will be stopped.
1118 +1. About pulse output
1116 1116  
1120 +This instruction is executed in interrupt mode. When the instruction power flow is OFF, the output stops. (s1) and (s2) can be changed when the PWM instruction is executed. If it is modified to an incorrect parameter, the sending of PWM pulse will be stopped.
1121 +
1117 1117  **Related device**
1118 1118  
1119 -• Permil mode flag
1124 +• Percentage mode flag
1120 1120  
1121 1121  (% class="table-bordered" %)
1122 1122  |=(% scope="row" %)**Output shaft**|**Y0**|**Y1**|**Y2**|**Y3**|**Y4**|**Y5**|**Y6**|**Y7**
... ... @@ -2609,26 +2609,26 @@
2609 2609  
2610 2610  **C.**When the parameter is 0, Ladder acceleration and deceleration(calculate the pulse frequency one by one) mode is adopted.
2611 2611  
2612 -{{id name="OLE_LINK373"/}}{{id name="OLE_LINK374"/}}**D.**When the parameter is 1, Time-division T-type acceleration and deceleration is adopted.
2617 +{{id name="OLE_LINK373"/}}{{id name="OLE_LINK374"/}}**D.**When the parameter is 1, Time-minute ladder acceleration and deceleration is adopted.
2613 2613  
2614 -**E.**When the parameter is 2, Time-division S-type acceleration and deceleration is adopted.
2619 +**E.**When the parameter is 2, Time-minute s-type acceleration and deceleration is adopted.
2615 2615  
2616 -**{{id name="OLE_LINK378"/}}(15) **Time-division** acceleration and deceleration parameter**
2621 +**{{id name="OLE_LINK378"/}}(15) Time-minute acceleration and deceleration parameter**
2617 2617  
2618 2618  (% class="table-bordered" %)
2619 2619  |**Output axis**|**Y0**|**Y1**|**Y2**|**Y3**|**Y4**|**Y5**|**Y6**|**Y7**
2620 -|Time-division intervals|SD912|SD972|SD1032|SD1092|SD1152|SD1212|SD1272|SD1332
2625 +|Time-minute intervals|SD912|SD972|SD1032|SD1092|SD1152|SD1212|SD1272|SD1332
2621 2621  
2622 -Time-division intervals:
2627 +Time-minute intervals:
2623 2623  
2624 -{{id name="OLE_LINK377"/}}{{id name="OLE_LINK379"/}}This parameter is time interval of Time-division acceleration and deceleration. The unit is 100us. The value range is 10 to1000.When the value is less than 10, the value is 10. When the value is greater than 1000, the value is 1000.
2629 +{{id name="OLE_LINK377"/}}{{id name="OLE_LINK379"/}}This parameter is time interval of time-minute acceleration and deceleration. The unit is 100us. The value range is 10 to1000.When the value is less than 10, the value is 10. When the value is greater than 1000, the value is 1000.
2625 2625  
2626 -Time-division T-type acceleration and deceleration
2631 +Time-minute ladder acceleration and deceleration
2627 2627  
2628 2628  (% style="text-align:center" %)
2629 2629  [[image:08_html_4649b9d5dd0f0a90.gif||height="330" width="700" class="img-thumbnail"]]
2630 2630  
2631 -Time-division S-type acceleration and deceleration
2636 +Time-minute S-type acceleration and deceleration
2632 2632  
2633 2633  (% style="text-align:center" %)
2634 2634  [[image:08_html_27806ce2da3a3ef0.gif||height="319" width="700" class="img-thumbnail"]]
3q3.png
Author
... ... @@ -1,1 +1,0 @@
1 -XWiki.Jim
Size
... ... @@ -1,1 +1,0 @@
1 -22.0 KB
Content