Difference between revisions of "CanServo/Protocol/0"

From HITEC_HELP
Jump to navigation Jump to search
 
(45 intermediate revisions by the same user not shown)
Line 16: Line 16:
** Broadcast UID
** Broadcast UID
** UID search
** UID search
* [[CanServo/Protocol/V1.4]] - V1.4 - SYNC - sync
* [[CanServo/Protocol/V1.4]] - V1.4 - sync
* [[CanServo/Protocol/V1.5]] - V1.5 - ZKWx, ZKRx, ZKXx, ZKVx
** Write/Read N register(s)
* [[CanServo/Protocol/V1.6]] - V1.6 - ZcXX
** Custom CAN / CAN-FD


== Short/Long ==
== Message Types ==


* Short - CAN 2.0 - 8 byte data format
* Tail Byte 유무에 따라 Short/Long Message로 나눕니다.
* Long - CAN 2.0 - long message in multi(include single) packet (data 8 byte)
** [[CanServo/Protocol/ShortMessage]] - Tail Byte = No - Single Packet Only
** [[CanServo/Protocol/LongMessage]]
** [[CanServo/Protocol/LongMessage]] - Tail Byte = Yes - Single/Multi Packet
** added CRC16, if message 8 bytes or more
** added tail (check) byte per packet


== Protocol / platform ==
* 주의: Servo ID2 가 필요 없는 메시지만이 0x7FF, 0x7FE를 통과할 수 있습니다.


{| class="wikitable"
{| class="wikitable"
|-
|-
! Protocol
! CAN ID
! [[CanServo/Protocol/ShortMessage | Short Message]]
! [[CanServo/Protocol/LongMessage | Long Message]]
|-
! Host -> Servo
| 0(Broadcast) or ID2
| 0x7FE, ID2+2
|-
! Servo -> Host
| ID2 or ID2+1
| 0x7FF, ID2+3
|}
 
== Section / platform ==
 
{| class="wikitable"
|-
! Section
! Short
! Short
! Long
! Long
Line 47: Line 66:
|-
|-
| 1.1
| 1.1
| No
| -
| Yes
| Yes
|
|
Line 62: Line 81:
|-
|-
| 1.3
| 1.3
| No
| -
| Yes
| Yes
|
|
|
|
| Yes
| Yes
|
|-
|-
| 1.4
| 1.4
Line 74: Line 94:
|
|
| Yes
| Yes
|
|-
| 1.5
| -
| Yes
|
|
|
|-
| ID2+X
|
|
|
|
|
|
|}
|}


* DATE: 2024_11_25, G491 R1CAN
* DATE: 2024_11_25, G491 R1CAN
== History ==
* 2025_03
** V1.6 추가
* 2025_02
** CAN-FD 추가
** Short Mesasge 추가
** V1.5 추가
** ID2+X 추가
* 2024_11
** R1CAN 추가

Latest revision as of 07:50, 27 March 2025

Protocol Sections

Message Types

  • 주의: Servo ID2 가 필요 없는 메시지만이 0x7FF, 0x7FE를 통과할 수 있습니다.
CAN ID Short Message Long Message
Host -> Servo 0(Broadcast) or ID2 0x7FE, ID2+2
Servo -> Host ID2 or ID2+1 0x7FF, ID2+3

Section / platform

Section Short Long ST AT G491 RR
1.0 Yes No Yes Yes Yes Yes
1.1 - Yes Yes Yes
1.2 Yes No Yes
1.3 - Yes Yes
1.4 Yes Yes Yes
1.5 - Yes
ID2+X
  • DATE: 2024_11_25, G491 R1CAN

History

  • 2025_03
    • V1.6 추가
  • 2025_02
    • CAN-FD 추가
    • Short Mesasge 추가
    • V1.5 추가
    • ID2+X 추가
  • 2024_11
    • R1CAN 추가