You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i use this code
class DetectMotorFluxLinkage(metaclass=VESCMessage):
""" Detects the motor flux linkage value.
"""
id = VedderCmd.COMM_DETECT_MOTOR_FLUX_LINKAGE
fields = [
('flux_linkage', 'i', 1000)# Adjust the scale as needed for the result
]
but it won't give the correct answer which was given in the vesctool but the same method is working for DETECT_MOTOR_R_L
The text was updated successfully, but these errors were encountered:
i use this code
class DetectMotorFluxLinkage(metaclass=VESCMessage):
""" Detects the motor flux linkage value.
"""
id = VedderCmd.COMM_DETECT_MOTOR_FLUX_LINKAGE
but it won't give the correct answer which was given in the vesctool but the same method is working for DETECT_MOTOR_R_L
The text was updated successfully, but these errors were encountered: