EN CN
Script (Send to 0 position)
  • Hi all!
    I assembled my 2 axis gimbal with encoders.
    I calibrated the IMU and the encoders.
    In the DEBUG tab, I send command 67 with the value 05 05 05 00 00 00 00 00 00 00 00 00 00 00 00. The camera is set to zero.
    How can I send the same command using a script?
  • The ANGLE PA(0.0) YA(0.0) command returns the camera to some unknown place, always not at 0.
    On the right, the white arrow and the compass needle do not always match in direction. I need to return to zero position on encoders.
    How to send a command with parameters in a script?
    MENU_CMD CMD_ID(67) (05 05 05 00 00 00 00 00 00 00 00 00 00 00 00) - Does not work
  • Working solution:
    MENU_CMD CMD_ID(18) TIMEOUT(1.0)
    RESET