Changes for page 08 Motion Control
Last modified by Iris on 2026/04/03 10:39
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Wecon1 +XWiki.Iris - Content
-
... ... @@ -2199,6 +2199,7 @@ 2199 2199 ))) 2200 2200 2201 2201 2202 + 2202 2202 == **Management functions of axis group motion control** == 2203 2203 2204 2204 ---- ... ... @@ -3732,6 +3732,395 @@ 3732 3732 |=**Error code**|=**Content** 3733 3733 |4084H|Input data beyond the specifiable range 3734 3734 3736 +=== **MC _ MOVEVELOCITY _ CSV** === 3737 + 3738 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps1.png]]MC _ MOVEVELOCITY _ CSV-Sets motion according to the speed specified by the function block 3739 + 3740 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps2.jpg]] 3741 + 3742 +The function block is used to continue the motion of the previous function block and move according to the speed specified by the function block. 3743 + 3744 +**Device used (only a single device can be used, device splicing and index are not supported)** 3745 + 3746 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Device**|((( 3747 +**Index** 3748 + 3749 +**Modification** 3750 +)))|((( 3751 +**Pulse** 3752 + 3753 +**Expansion** 3754 +))) 3755 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP** 3756 +|(% rowspan="15" %)((( 3757 +MC _ MOVEVELOCITY 3758 + 3759 +_ CSV 3760 +)))|Execute|●|●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3761 +|ContinuousUpdate|●|●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3762 +|Velocity| | | | | | | | | | | | | | | | | | | | | | | | | | 3763 +|Acceleration| | | | | | | | | | | | | | | | | | | | | | | | | | 3764 +|Deceleration| | | | | | | | | | | | | | | | | | | | | | | | | | 3765 +|Jerk| | | | | | | | | | | | | | | | | | | | | | | | | | 3766 +|Direction| | | | | | | | | | | | | | | | | | | | | | | | | | 3767 +|BufferMode| | | | | | | | | | | | | | | | | | | | | | | | | | 3768 +|Axis| | | | | | | | | | | | | | | | | | | | | | | | | | 3769 +|InVelocity| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3770 +|Busy| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3771 +|Active| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3772 +|CommandAborted| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3773 +|Error| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3774 +|Error ID| | | | | | | | | | | | | | | | | | | | | | | | | | 3775 + 3776 +**Notes:** 3777 + 3778 +* LC and HSC are signed 32-bit data types; 3779 +* T, C, D, R and SD are signed 16-bit data types. 3780 + 3781 +**Variable type used** 3782 + 3783 +|**Instruction**|**Parameter**|**Variable type**|**Can it be empty**|**Range**|**Description** 3784 +|(% rowspan="15" %)((( 3785 +MC _ MOVE 3786 + 3787 +VELOCITY _ CSV 3788 +)))|Execute|BOOL|No|TRUE/FALSE|Enable 3789 +|ContinuousUpdate|BOOL|Yes|TRUE/FALSE|Whether update continuously or not 3790 +|Velocity|LREAL|No|[0,999999999.999999]|Setting velocity 3791 +|Acceleration|LREAL|No|[0,999999999.999999]|Setting acceleration 3792 +|Deceleration|LREAL|No|[0,999999999.999999]|Set deceleration 3793 +|Jerk|LREAL|Yes|[0,999999999.999999]|The set jerk is only effective in S-curve. 3794 +|Direction|WORD|No|[1,4]|((( 3795 +Direction flag bit (Only rotation mode takes effect)。 3796 + 3797 +~1. Positive direction; 3798 + 3799 +2. Negative direction; 3800 + 3801 +3. The current direction; 3802 + 3803 +4. The shortest path (reserved). 3804 +))) 3805 +|BufferMode|WORD|Yes|[0]|BufferMode 3806 +|Axis|WORD|No|[0,65535]|Axis number and built-in variable of axis 3807 +|InVelocity|BOOL|Yes|TRUE/FALSE|Reach the set velocity flag bit 3808 +|Busy|BOOL|Yes|TRUE/FALSE|Busy flag 3809 +|Active|BOOL|Yes|TRUE/FALSE|Activity flag 3810 +|Command aborted|BOOL|Yes|TRUE/FALSE|Interrupt flag bit 3811 +|Error|BOOL|Yes|TRUE/FALSE|Whether there is an error or not 3812 +|Error ID|DWORD|Yes|-|Error code (Please refer to ~[[[8.11 Error code comparison table>>path:#错误码对照表]]]) 3813 + 3814 +**Function** 3815 + 3816 +* The MC _ MoveVelocity function block is used to continue the movement of the previous function block and move according to the speed specified by the function block. The input values of acceleration, deceleration and jerk are used to monitor whether the corresponding values of the controlled axis are within the input values. 3817 +* Since there is no input signal of position or distance, the function block will move until other function block sends a new command to stop movement of this function block; 3818 +* When the speed of the controlled axis reaches the input parameter ‘Velocity’ setpoint, the output parameter ‘InVelocity’ is set. Once the input ‘Execute’ signal detects a falling edge or other function block to abort this function block, the output parameter InVelocity is reset; 3819 +* The MC _ MoveVelocity function block shall be in a stopped motion state or a single-axis operation state when the controlled axis is operated. After this function block is triggered, the controlled axis transitions to the ‘Continuous Motion’ state. If the controlled axis is not in the above state, the function block is not executed, Error output is set; 3820 +* The MC _ MoveVelocity function block can be triggered repeatedly multiple times. 3821 + 3822 +**Error code** 3823 + 3824 +|**Error code**|**Content** 3825 +|4084H|Input data beyond the specifiable range 3826 + 3827 +**Precautions** 3828 + 3829 +* Different from the MC _ MOVEVELOCITY function block, this function block will automatically switch the servo mode to CSV (Synchronous Cycle Speed) mode; 3830 +* Using this function block requires adding four object dictionaries, H60FF, H6060, H6061, and H606C, to the PDO. 3831 + 3832 +**Timing diagram** 3833 + 3834 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps3.jpg]] 3835 + 3836 + 3837 + 3838 + 3839 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps4.png]]**8.7.5 MC _ SYNCMOVEVELOCITY** 3840 + 3841 +MC _ SYNCMOVEVELOCITY-Sets motion according to the speed specified by the function block 3842 + 3843 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps5.jpg]] 3844 + 3845 +The function block is used to continue the motion of the previous function block and move according to the speed specified by the function block. 3846 + 3847 +**Device used (only a single device can be used, and device splicing and Index are not supported)** 3848 + 3849 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Device**|**Index modification**|**Pulse expansion** 3850 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP** 3851 +|(% rowspan="8" %)((( 3852 +MC _ SYNCMOVE 3853 + 3854 +VELOCITY 3855 +)))|Execute|●|●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3856 +|Velocity| | | | | | | | | | | | | | | | | | | | | | | | | | 3857 +|Axis| | | | | | | | | | | | | | | | | | | | | | | | | | 3858 +|InVelocity| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3859 +|Busy| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3860 +|CommandAborted| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3861 +|Error| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3862 +|ErrorID| | | | | | | | | | | | | | | | | | | | | | | | | | 3863 + 3864 +**Notes for using devices** 3865 + 3866 +* LC and HSC are signed 32-bit data types; 3867 +* T, C, D, R and SD are signed 16-bit data types. 3868 + 3869 +**Variable type used** 3870 + 3871 +|**Instruction**|**Parameter**|**Variable type**|**Empty or not**|**Range**|**Description** 3872 +|(% rowspan="8" %)((( 3873 +MC _ SYNCMOVE 3874 + 3875 +VELOCITY 3876 +)))|Execute|BOOL|No|TRUE/FALSE|Enable 3877 +|Velocity|LREAL|No|[0,999999999.999999]|Setting velocity 3878 +|Axis|((( 3879 +WORD 3880 + 3881 + 3882 +)))|No|[0,65535]|Axis number and built-in variable of axis 3883 +|InVelocity|BOOL|Yes|TRUE/FALSE|Reach the set velocity flag bit 3884 +|Busy|BOOL|Yes|TRUE/FALSE|Busy flag 3885 +|CommandAborted|BOOL|Yes|TRUE/FALSE|Interrupt flag bit 3886 +|Error|BOOL|Yes|TRUE/FALSE|Whether there is an error or not 3887 +|ErrorID|DWORD|Yes|-|((( 3888 +Error code (Please refer to 3889 + 3890 +[[8.11 Error Code>>path:#错误码对照表]] 3891 +))) 3892 + 3893 +**Function** 3894 + 3895 +* The MC _ SYNCMOVEVELOCITY function block function block is used to continue the movement of the previous function block and move according to the speed specified by the function block. 3896 +* Since there is no input signal of position or distance, the function block will move until other function block sends a new command to stop movement of this function block; 3897 +* When the speed of the controlled axis reaches the input parameter Velocity setpoint, the output parameter InVelocity is set. Once the input ‘Execute’ signal detects a falling edge or other function block to abort this function block, the output parameter ‘InVelocity’ is reset; 3898 +* The MC _ SYNCMOVEVELOCITY function block shall be in a stopped motion state or a single-axis operation state when the controlled axis is operated. After this function block is triggered, the controlled axis transitions to the ‘Continuous Motion’ state. If the controlled axis is not in the above state, the function block is not executed, Error output is set; 3899 +* The MC _ SYNCMOVEVELOCITY function block can be triggered repeatedly multiple times. 3900 + 3901 +**✎Note:** After using MC _ SYNCMOVEVELOCITY , the servo mode is automatically switched to the synchronous cycle speed mode. 3902 + 3903 + 3904 +**Error code** 3905 + 3906 +|**Error code**|**Content** 3907 +|4084H|Input data beyond the specifiable range 3908 + 3909 +**Timing diagram** 3910 + 3911 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps6.jpg]] 3912 + 3913 + 3914 + 3915 + 3916 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps7.png]]**8.7.6 MC _ SETTORQUE** 3917 + 3918 +MC _ SETTORQUE-Synchronous torque instruction 3919 + 3920 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps8.jpg]] 3921 + 3922 +**Device used (only a single device can be used, and device splicing and Index are not supported)** 3923 + 3924 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Device**|((( 3925 +**Index** 3926 + 3927 +**Modification** 3928 +)))|((( 3929 +**Pulse** 3930 + 3931 +**Expansion** 3932 +))) 3933 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP** 3934 +|(% rowspan="11" %)MC _ SETTORQUE|Execute|●|●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3935 +|TORQUE| | | | | | | | | | | | | | | | | | | | | | | | | | 3936 +|MaxVelocity| | | | | | | | | | | | | | | | | | | | | | | | | | 3937 +|BufferMode| | | | | | | | | | | | | | | | | | | | | | | | | | 3938 +|Axis| | | | | | | | | | | | | | | | | | | | | | | | | | 3939 +|InTorque| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3940 +|Busy| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3941 +|Active| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3942 +|CommandAborted| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3943 +|Error| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 3944 +|ErrorID| | | | | | | | | | | | | | | | | | | | | | | | | | 3945 + 3946 +**Notes for using devices** 3947 + 3948 +* LC and HSC are signed 32-bit data types; 3949 +* T, C, D, R and SD are signed 16-bit data types. 3950 + 3951 +**Variable type used** 3952 + 3953 +|**Instruction**|**Pin Type**|**Parameter**|**Variable type**|**Empty or not**|**Range**|**Description** 3954 +|(% rowspan="12" %)MC _ SETTORQUE|(% rowspan="6" %)Input|Execute|BOOL|No|TRUE/FALSE|Enable 3955 +|ContinuousUpdate|BOOL|Yes|TRUE/FALSE|Updated during operation 3956 +|Torque|LREAL|No|[-32768,32767]|Target torque (unit is 0.1%) 3957 +|MaxVelocity|LREAL|No|[0,999999999.999999]|Maximum speed 3958 +|BufferMode|WORD|Yes|[0]|Currently only interrupts are supported 3959 +|Axis|WORD|No|[0,65535]|Axis number 3960 +|(% rowspan="6" %)Output|InTorque|BOOL|Yes|TRUE/FALSE|Completion flag 3961 +|Busy|BOOL|Yes|TRUE/FALSE|Busy flag 3962 +|Active|BOOL|Yes|TRUE/FALSE|Valid flag 3963 +|CommandAborted|BOOL|Yes|TRUE/FALSE|Abortion flag 3964 +|Error|BOOL|Yes|TRUE/FALSE|Error or not 3965 +|ErrorID|DWORD|Yes|-|Error code ( Please refer to ~[[[8.11 Error code comparison table>>path:#错误码对照表]]]) 3966 + 3967 +**Function** 3968 + 3969 +* This instruction is used to implement the synchronous torque control function and is only used for the bus servo axis. The rising edge and high level of the command are valid, and the virtual axis mode is not supported. 3970 +* The following PDOs need to be configured in CST mode; 3971 + 3972 +0x1600: 0x6060, 0x6071, 607f (optional), 6040 3973 + 3974 +0x1A00: 0x6061, 0x6077, 0x6041 3975 + 3976 +* If you use VD3E, you need to configure the startup parameter 2001: 9 value to 2; 3977 +* When Enable = ON, the function block converts TarTorque and MaxVelocity from user units to pulse units and sends them to the servo driver from time to time. The shaft is in the Continuous Motion state and performs synchronous torque motion. When the falling edge of Eanble, the function block performs synchronous torque motion with the TarTorque and Velocity latched during the high level, and it is invalid to modify the TarTorque and Velocity in real time; 3978 +* This instruction can only be invoked if the axis is switched to the enabled state using the MC _ Power instruction; 3979 +* This instruction uses the driver synchronous torque mode to realize the torque control function. When Enable = ON, the function block converts TarTorque and Velocity from user units to pulse units and sends them to the servo driver from time to time. The shaft is in the Continuous Motion state and performs synchronous torque motion; 3980 + 3981 +TarTorque: The target torque, the unit is 0.1%. One decimal place after the decimal point is valid in the program, and the latter ones are directly discarded. The actual torque of the driver is limited by the maximum positive and negative torques set in the configuration parameters. 3982 + 3983 +**Note** 3984 + 3985 +* This function block is not available when the axis does not exist. 3986 + 3987 + 3988 + 3989 + 3990 + 3991 + 3992 + 3993 + 3994 + 3995 + 3996 + 3997 + 3998 + 3999 + 4000 + 4001 + 4002 +**8.7.7 MC _ TORQUECONTROL** 4003 + 4004 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps9.png]]MC _ TORQUECONTROL-Torque control command 4005 + 4006 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps10.jpg]] 4007 + 4008 +**Device used (only a single device can be used, and device splicing and Index are not supported)** 4009 + 4010 +|(% rowspan="2" %)**Instruction**|(% rowspan="2" %)**Parameter**|(% colspan="24" %)**Device**|((( 4011 +**Index** 4012 + 4013 +**Modification** 4014 +)))|((( 4015 +**Pulse** 4016 + 4017 +**Expansion** 4018 +))) 4019 +|**X**|**Y**|**M**|**S**|**SM**|**T(bit)**|**C(bit)**|**LC(bit)**|**HSC(bit)**|**D.b**|**KnX**|**KnY**|**KnM**|**KnS**|**T**|**C**|**D**|**R**|**SD**|**LC**|**HSC**|**K**|**H**|**E**|**[D]**|**XXP** 4020 +|(% rowspan="13" %)((( 4021 +MC _ TORQUE 4022 + 4023 +CONTROL 4024 +)))|Execute|●|●|●|●|●| | | | | | | | | | | | | | | | | | | | | 4025 +|ContinuousUpdate|●|●|●|●|●| | | | | | | | | | | | | | | | | | | | | 4026 +|TORQUE| | | | | | | | | | | | | | | | | | | | | | | | | | 4027 +|TorqueRamp| | | | | | | | | | | | | | | | | | | | | | | | | | 4028 +|MaxVelocity| | | | | | | | | | | | | | | | | | | | | | | | | | 4029 +|BufferMode| | | | | | | | | | | | | | | | | | | | | | | | | | 4030 +|Axis| | | | | | | | | | | | | | | | | | | | | | | | | | 4031 +|InTorque| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 4032 +|Busy| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 4033 +|Active| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 4034 +|CommandAborted| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 4035 +|Error| |●|●|●|●| | | | | | | | | | | | | | | | | | | | | 4036 +|ErrorID| | | | | | | | | | | | | | | | | | | | | | | | | | 4037 + 4038 +**Notes for using devices** 4039 + 4040 +* LC and HSC are signed 32-bit data types; 4041 +* T, C, D, R and SD are signed 16-bit data types. 4042 + 4043 +**Variable type used** 4044 + 4045 +|**Instruction**|**Pin Type**|**Parameter**|**Variable type**|**Empty or not**|**Range**|**Description** 4046 +|(% rowspan="13" %)MC _ TORQUECONTROL|(% rowspan="7" %)Input|Execute|BOOL|No|TRUE/FALSE|Enable 4047 +|ContinuousUpdate|BOOL|Yes|TRUE/FALSE|Updated during operation 4048 +|Torque|LREAL|No|[-32768,32767]|Target torque (unit is 0.1%) 4049 +|MaxVelocity|LREAL|No|[0,999999999.999999]|Maximum speed 4050 +|TorqueRamp|LREAL|No|[0,999999999.999999]|Torque slope 4051 +|BufferMode|WORD|Yes|[0]|Only interrupt mode supported 4052 +|Axis|WORD|No|[0,65535]|Axis number 4053 +|(% rowspan="6" %)Output|InTorque|BOOL|Yes|TRUE/FALSE|Completion flag 4054 +|Busy|BOOL|Yes|TRUE/FALSE|Busy flag 4055 +|Active|BOOL|Yes|TRUE/FALSE|Valid flag 4056 +|CommandAborted|BOOL|Yes|TRUE/FALSE|Abortion flag 4057 +|Error|BOOL|Yes|TRUE/FALSE|Error or not 4058 +|ErrorID|DWORD|Yes|-|Error code (Please refer to ~[[[8.11 Error code comparison table>>path:#错误码对照表]]]) 4059 + 4060 +**Function** 4061 + 4062 +* This instruction is used to realize the torque control function and is only used for the EtherCAT bus axis. The rising edge of the instruction is valid, and the imaginary axis mode is not supported. 4063 +* The following PDOs need to be configured in CST mode: 4064 + 4065 +0x1600: 0x6060, 0x6071, 607f (optional), 6040 4066 + 4067 +0x1A00: 0x6061, 0x6077, 0x6041 4068 + 4069 +* If VD3E is used, the value of startup parameter 2001:9 is 2; 4070 + 4071 + 4072 + 4073 +**Function description** 4074 + 4075 +* This instruction can only be invoked if the axis is switched to the enabled state using the MC _ Power instruction; 4076 +* This instruction uses the driver synchronous torque mode to realize the torque control function; 4077 +* On the rising edge of the instruction, the function block latches the input parameters of TarTorque, TorqueSlope and MaxVelocity, and the axis is in the ContinuousMotion state and performs torque motion; 4078 + 4079 +TarTorque: Target torque, the unit is 0.1%, one decimal place after the decimal point is valid in the program, and the latter ones are discarded. The actual torque of the driver is limited by the maximum positive and negative torques set in the configuration parameters; 4080 + 4081 +TorqueSlope: Moment slope, the unit is 1%, one decimal place after the decimal point is valid in the program, and the latter ones are directly discarded; 4082 + 4083 +* Speed control in torque mode 4084 + 4085 +For servo drives, if 0x607f is mapped in the axis parameter, this instruction limits the maximum speed of the servo motor by 0x607f, if 0x607f is not mapped, the speed limit is invalid; 4086 + 4087 +On the rising edge of Execute, the instruction converts the speed limit set by Velocity into pulse units and writes it into 0x607f through PDO; 4088 + 4089 +When the torque instruction is interrupted by others, the maximum speed of the axis will be limited by the "Maximum speed" in the configuration interface; 4090 + 4091 +For third-party drives, Velocity can only be used as a speed limit under the following conditions: 4092 + 4093 +The maximum speed of the servomotor can be limited by 0x607F; 4094 + 4095 +0x607F can be configured into the PDO; 4096 + 4097 +The unit of 0x607F is pulse unit, non-speed unit. 4098 + 4099 +* Stop control on torque mode 4100 + 4101 +In the torque mode, the MC _ Stop instruction is called to perform the shut down, and after receiving the Stop instruction, the driver switches to the synchronous position mode, and performs deceleration according to the deceleration set by the Stop instruction. 4102 + 4103 +* Interrupt 4104 + 4105 +In PLCOpen, when the instruction is valid, the axis will be in the Continuous Motion state. Other instructions that can make the axis in Discrete motion or comply with PLCOpen state machine switching can interrupt the instruction. When the instruction is interrupted, CommandAboarted is valid; 4106 + 4107 +CommandAboarted is valid when Execute=ON and Done signal is invalid and is about to hit the limit signal execution needs to perform deceleration; 4108 + 4109 +The axis de-enable CommandAboarted is valid when Execute=ON and the Done signal is invalid. 4110 + 4111 +**Timing diagram** 4112 + 4113 +After setting the target torque, the command is triggered, and the actual output torque can reach the target torque. 4114 + 4115 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps11.jpg]] 4116 + 4117 +After setting the target torque, the command is triggered, and finally the actual output torque cannot reach the target torque. 4118 + 4119 +[[image:file:///C:\Users\Administrator\AppData\Local\Temp\ksohtml13364\wps12.jpg]] 4120 + 4121 +== == 4122 + 4123 +== == 4124 + 3735 3735 == **SDO instruction** == 3736 3736 3737 3737 ----