![Mitsubishi Electric CR750 Series Скачать руководство пользователя страница 451](http://html.mh-extra.com/html/mitsubishi-electric/cr750-series/cr750-series_instruction-manual_238840451.webp)
Detailed Explanation of Functions
4-431
SplSpd
[Function]
Calculates the maximum speed which can be specified without an error in the spline interpolation com-
mands (MvSpl, EMvSpl).
[Format]
[Terminology]
<Position Variable>
The variables for a result to be substituted.
<Spline No.>
The number of the spline file holding information on the path to obtain
is designated with a constant or numerical variable.
Setting range: 1 to 99
[Reference Program]
1 MS = SplSpd(8)
' Substitutes the maximum speed that can be specified without an error
occurring when spline interpolation is executed using spline file 8 path
point data for MS.
2 MvSpl 8,MS,50
' Executes spline interpolation to pass through the spline file 8 path
point at the speed specified with MS.
[Explanation]
(1) Calculates the maximum speed which can be specified without an error from the path point data regis-
tered in the spline file specified by Spline No.
(2) The calculated maximum speed is the speed when the program override is 100%.
(3) If spline interpolation is executed using the calculated speed, a speed-over error may occur if the robot
posture changes greatly.
(4) If a spline file corresponding to the <Spline No.> is not saved in the controller, the error L2610 (Can't
open spline file) will occur.
<Numeric Variable>=SplSpd(<Spline No.>)