HomeClr
Clears the home position definition.
Syntax
HomeClr
See Also
HomeDef, HomeSet
HomeClr Function Example
This example uses the HomeClr function in a program:
Function ClearHome
If HomeDef = True Then
HomeClr
EndIf
Fend
Clears the home position definition.
Syntax
HomeClr
See Also
HomeDef, HomeSet
HomeClr Function Example
This example uses the HomeClr function in a program:
Function ClearHome
If HomeDef = True Then
HomeClr
EndIf
Fend