Difference between revisions of "CanServo/Protocol/V1.7"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 2: | Line 2: | ||
* Host -> Servo  | * Host -> Servo  | ||
** ZPST, < set position : -32768 ~ +32767, 16384 = 360 deg >  | ** ZPST, < set position : -32768 ~ +32767, resolution 16384 = 360 deg >  | ||
* Host -> Servo  | * Host -> Servo  | ||
** ZPGS, <start index : 2 byte>, <N: 2 byte>  | ** ZPGS, <start index : 2 byte>, <N: 2 byte>  | ||
*** 서보는 ZPVS 메시지를 보냅니다.  | |||
* Servo -> Host  | * Servo -> Host  | ||
** ZPVS, <start index : 2 byte>, <N: 2 byte>, <Pi : setted position>, <Vi : position sensor value>, ...  | ** ZPVS, <start index : 2 byte>, <N: 2 byte>, <Pi : setted position>, <Vi : position sensor value>, ...  | ||
*** 주의: 서보는 전송 버퍼 등의 한계를 확인하여 최대 N개의 데이터를 보냅니다.  | |||
Revision as of 03:23, 24 September 2025
Pot Calibration
- Host -> Servo
- ZPST, < set position : -32768 ~ +32767, resolution 16384 = 360 deg >
 
 
- Host -> Servo
- ZPGS, <start index : 2 byte>, <N: 2 byte>
- 서보는 ZPVS 메시지를 보냅니다.
 
 
 - ZPGS, <start index : 2 byte>, <N: 2 byte>
 
- Servo -> Host
- ZPVS, <start index : 2 byte>, <N: 2 byte>, <Pi : setted position>, <Vi : position sensor value>, ...
- 주의: 서보는 전송 버퍼 등의 한계를 확인하여 최대 N개의 데이터를 보냅니다.
 
 
 - ZPVS, <start index : 2 byte>, <N: 2 byte>, <Pi : setted position>, <Vi : position sensor value>, ...