Last modified by Eric Nantel on 2024/11/21 09:43

From version < 164.2 >
edited by RB1
on 2020/04/24 12:55
To version < 163.1 >
edited by Brahim Daouas
on 2020/03/23 10:28
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -xwiki:XWiki.RB1
1 +xwiki:XWiki.BDaouas
Content
... ... @@ -5,7 +5,7 @@
5 5  
6 6  = Serial Protocol =
7 7  
8 -The custom Lynxmotion Smart Servo (LSS) serial protocol was created in order to be as simple and straightforward as possible from a user perspective ("human readable format"), while at the same time staying compact and robust yet highly versatile. The protocol was based on Lynxmotion's SSC-32 RC servo controller and almost everything one might expect to be able to configure for a smart servo motor is available.
8 +The custom Lynxmotion Smart Servo (LSS) serial protocol was created in order to be as simple and straightforward as possible from a user perspective ("human readable format"), while at the same time compact and robust yet highly versatile. The protocol was based on Lynxmotion's SSC-32 RC servo controller and almost everything one might expect to be able to configure for a smart servo motor is available.
9 9  
10 10  In order to have servos react differently when commands are sent to all servos in a serial bus, the first step a user should take is to assign a different ID number to each servo (explained below). Once this has been done, only the servo(s) which have been assigned to the ID sent as part of the command will follow that command. There is currently no CRC / checksum implemented as part of the protocol.
11 11  
... ... @@ -325,15 +325,15 @@
325 325  
326 326  ====== __10. Wheel Mode in Degrees (**WD**)__ ======
327 327  
328 -Ex: #5WD90<cr>
328 +Ex: #5WD900<cr>
329 329  
330 330  This command sets the servo to wheel mode where it will rotate in the desired direction at the selected speed. The example above would have the servo rotate at 90.0 degrees per second clockwise (assuming factory default configurations).
331 331  
332 332  Query Wheel Mode in Degrees (**QWD**)
333 333  
334 -Ex: #5QWD<cr> might return *5QWD90<cr>
334 +Ex: #5QWD<cr> might return *5QWD900<cr>
335 335  
336 -The servo replies with the angular speed in degrees per second. A negative sign would indicate the opposite direction (for factory default a negative value would be counter clockwise).
336 +The servo replies with the angular speed in tenths of degrees per second. A negative sign would indicate the opposite direction (for factory default a negative value would be counter clockwise).
337 337  
338 338  ====== __11. Wheel Mode in RPM (**WR**)__ ======
339 339  
Copyright RobotShop 2018