Function
Retrieves the value of the speed resolution of bank/interpolation operation.
Format
Ret = SmcWGetResolveSpeed( Id , AxisNo , BankNo , ResolveSpeed )
Parameters
Id [ C, C++: short ] [ Python: ctypes.c_short ]
Specify the device ID retrieved by SmcWInit function.
AxisNo [ C, C++: short ] [ Python: ctypes.c_short ]
Specify axis number.
BankNo [ C, C++: short ] [ Python: ctypes.c_short ]
Specify bank number.
ResolveSpeed [ C, C++: double * ] [ Python: ctypes.POINTER(ctypes.c_double) ]
The address of the variable that stores the value of the speed resolution is specified.
Return Value
Ret [ C, C++: long ] [ Python: ctypes.c_long ]
0 |
Terminated normally |
Non-zero |
Terminated abnormally |
See also: Error code details
Remarks
SMC-2/4/8DL series is "BankNo=1" fixation
See Also