ID : 7182
HandCurPos
Function
To return the current position of finger.
Syntax
HandCurPos
Return Value
Return the current position of finger by single precision real number type data.
Description
Return the current position of finger by single precision real number type data.
Related Terms
-
Attention
-
Example
'!TITLE "Acquiring Electric gripper current position"
' Acquire electric gripper current position
Sub Sample_HandCurpos
Dim aaa As Single
' Acquire current position of electric gripper
aaa = HandCurPos
'Display current position on the message output window
PrintDbg aaa
End Sub
ID : 7182