Technology instructions
10.3 Motion control
S7-1200 Programmable controller
System Manual, V4.2, 09/2016, A5E02486680-AK
755
Table 10- 76 Parameters for the MC_ChangeDynamic instruction
Execute IN Bool Start of the command with a positive edge. Default value:
FALSE
ChangeRampUp IN Bool TRUE = Change ramp-up time in line with input parameter
"RampUpTime". Default value: FALSE
RampUpTime IN Real Time (in seconds) to accelerate from standstill to the configured
maximum velocity without jerk limit. Default value: 5.00
The change will influence the tag <Axis name>. Con-
fig.DynamicDefaults.Acceleration. The effectiveness of the
change is shown in the description of this tag.
ChangeRampDown IN Bool TRUE = Change ramp-down time in line with input parameter
"RampDownTime". Default value: FALSE
RampDownTime IN Real Time (in seconds) to decelerate axis from the configured maxi-
mum velocity to standstill without jerk limiter. Default value: 5.00
The change will influence the tag <Axis name>. Con-
fig.DynamicDefaults.Deceleration. The effectiveness of the
change is shown in the description of this tag.
ChangeEmergency IN Bool TRUE = Change emergency stop ramp-down time in line with
input parameter "EmergencyRampTime" Default value: FALSE
EmergencyRampTime IN Real Time (in seconds) to decelerate the axis from configured maxi-
mum velocity to standstill without jerk limiter in emergency stop
mode. Default value: 2.00
The change will influence the tag <Axis name>. Con-
fig.DynamicDefaults.EmergencyDeceleration. The effectiveness
of the change is shown in the description of this tag.
ChangeJerkTime IN Bool TRUE = Change smoothing time according to the input parame-
ter "JerkTime". Default value: FALSE
JerkTime IN Real Smoothing time (in seconds) used for the axis acceleration and
deceleration ramps. Default value: 0.25
The change will influence the tag <Axis name>. Con-
fig.DynamicDefaults.Jerk. The effectiveness of the change is
shown in the description of this tag.
Done OUT Bool TRUE = The changed values have been written to the technolo-
gy data block. The description of the tags will show when the
change becomes effective. Default value: FALSE
Error OUT Bool TRUE = An error occurred during execution of the command.
The cause of the error can be found in parameters "ErrorID" and
"ErrorInfo". Default value: FALSE
Error identifier. Default value: 16#0000
Error information. Default value: 16#0000
Prerequisites for MC_ ChangeDynamic execution:
● The technology object TO_Axis_PTO V2.0 must be correctly configured.
● The axis must be released.