Difference between revisions of "CanServo/POSITION-32/LOW/en"

From HITEC_HELP
Jump to navigation Jump to search
(Created page with "It is a value obtained by truncating only the lower 16 bits from the value of POSITION + TURN x 16384. * If this value is read and used in the form of int16_t ( signed 16 bit...")
 
Line 2: Line 2:
* If this value is read and used in the form of int16_t ( signed 16 bit integer ), it can be used as a position value up to +/- 1 turn.
* If this value is read and used in the form of int16_t ( signed 16 bit integer ), it can be used as a position value up to +/- 1 turn.
* In Servo Mode, it is recommended when one rotation is exceeded by an external force.
* In Servo Mode, it is recommended when one rotation is exceeded by an external force.
* In Turn Mode, it is recommended to use [[CanServo/POSITION-32]] or [[CanServo/TURN]] x 16384 + [[CanServo/POSITION]].
* In Turn Mode, it is recommended to use [[CanServo/POSITION-32]] instead of this value, or use [[CanServo/TURN]] x 16384 + [[CanServo/POSITION]].


* Address: 0x1A
* Address: 0x1A

Revision as of 16:39, 29 September 2021

It is a value obtained by truncating only the lower 16 bits from the value of POSITION + TURN x 16384.

  • If this value is read and used in the form of int16_t ( signed 16 bit integer ), it can be used as a position value up to +/- 1 turn.
  • In Servo Mode, it is recommended when one rotation is exceeded by an external force.
  • In Turn Mode, it is recommended to use CanServo/POSITION-32 instead of this value, or use CanServo/TURN x 16384 + CanServo/POSITION.
  • Address: 0x1A