Fine Method
Description
Specifies and displays the positioning accuracy for target points.
Syntax
Sub Fine (J1MaxErr As Integer, J2MaxErr As Integer, J3MaxErr As Integer, J4MaxErr As Integer , J5MaxErr As Integer, J6MaxErr As Integer [, J7MaxErr As Integer][, J8MaxErr As Integer] [, J9MaxErr As Integer])
Parameters
- J1MaxErr - J9MaxErr
Integer number ranging from (0-32767) which represents the allowable positioning error for the each joint. The values for joints 7, 8, and 9 are optional.
See Also
Weight Method
Fine Example
VB Example:
m_spel.Fine(1000, 1000, 1000, 1000, 0, 0)
C# Example:
m_spel.Fine(1000, 1000, 1000, 1000, 0, 0);
← Find Method G →