Changes for page LSS Communication Protocol
Last modified by Eric Nantel on 2024/11/21 09:43
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -446,8 +446,18 @@ 446 446 447 447 ====== __16b. Configure LED Blinking (**CLB**)__ ====== 448 448 449 -??? 449 +This command allows you to control when the RGB LED will blink the user set color (see [[H16b.RGBLED28LED29]]) for details). 450 +You can turn on or off blinking for various LSS status. Here is the list and their associated value: 0=No blinking, Blink while: 1=Limp; 2=Holding 4=Accel; 8=Decel; 16=Free 32=Travel; 63=Always blink; 450 450 452 +To set blinking, use CLB with the value of your choosing. To activate blinking in multiple status, simply add together the values of the corresponding status. See examples below: 453 + 454 +Ex: #5CLB0<cr> to turn off all blinking (LED always solid) 455 +Ex: #5CLB1<cr> only blink when limp 456 +Ex: #5CLB2<cr> only blink when holding 457 +Ex: #5CLB12<cr> only blink when accel or decel 458 +Ex: #5CLB48<cr> only blink when free or travel 459 +Ex: #5CLB63<cr> blink in all status 460 + 451 451 ====== __17. Identification Number__ ====== 452 452 453 453 A servo's identification number cannot be set "on the fly" and must be configured via the CID command described below. The factory default ID number for all servos is 0. Since smart servos are intended to be daisy chained, in order to respond differently from one another, the user must set different identification numbers. Servos with the same ID and baud rate will all receive and react to the same commands.