ST Function
Returns the coordinate value of the specified additional axis in the point data.
Syntax
ST ( sValue As Real, tValue As Real )
Parameters
- sValue
- Specifies the coordinates of the s-axis as a real number value.
- tValue
- Specifies the coordinates of the t-axis as a real number value.
Return Values
Coordinate values of the specified additional axis in the point data.
Description
This function is used when you are using the additional ST axes.
When using this function like Go ST(10,20), the additional axis will move to the specified coordinate but the manipulator will not move. If you want to move the manipulator as well, use like Go XY(60,30,-50,45) : ST( 10,20).
For more details, refer to the following manual.
"Epson RC+ Users Guide: 21. Additional Axis"
See Also
XY Function
ST Function Example
P10 = ST(10, 20)