Changes for page LSS-PRO Communication Protocol
Last modified by Eric Nantel on 2024/09/06 14:52
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -530,50 +530,4 @@ 530 530 531 531 == RGB LED == 532 532 533 -====== __LED Color (**LED**)__ ====== 534 - 535 -{{html wiki="true" clean="false"}} 536 -<div class="cmdcnt"><div class="cmdpad"></div><div class="cmdtxt"> 537 -Ex: #5LED3<cr><div class="wikimodel-emptyline"></div> 538 -This action sets the servo's RGB LED color for that session.The LED can be used for aesthetics, or (based on user code) to provide visual status updates. Using timing can create patterns.<div class="wikimodel-emptyline"></div> 539 -0=Off (black); 1=Red 2=Green; 3=Blue; 4=Yellow; 5=Cyan; 6=Magenta; 7=White;<div class="wikimodel-emptyline"></div> 540 -Query LED Color (**QLED**)<div class="wikimodel-emptyline"></div> 541 -Ex: #5QLED<cr> might return *5QLED5<cr><div class="wikimodel-emptyline"></div> 542 -This simple query returns the indicated servo's LED color.<div class="wikimodel-emptyline"></div> 543 -Configure LED Color (**CLED**)<div class="wikimodel-emptyline"></div> 544 -Ex: #5CLED3<cr><div class="wikimodel-emptyline"></div> 545 -Configuring the LED color via the CLED command sets the startup color of the servo after a reset or power cycle. Note that it also changes the session's LED color immediately as well. The command above will configure the servo's LED to a Blue color.<div class="wikimodel-emptyline"></div> 546 -</div></div> 547 -{{/html}} 548 - 549 -====== __Configure LED Blinking (**CLB**)__ ====== 550 - 551 -{{html wiki="true" clean="false"}} 552 -<div class="cmdcnt"><div class="cmdpad"></div><div class="cmdtxt"> 553 -This command allows you to control when the RGB LED will blink the user set color (see RGB LED command for details). This is very useful when visually seeing what the servo is doing. You can turn on or off blinking for various LSS status. The command requires that the servo be RESET. Here is the list and their associated value:<div class="wikimodel-emptyline"></div> 554 - 555 -(% style="width:195px" %) 556 -|(% style="width:134px" %)**Blink While:**|(% style="width:58px" %)**#** 557 -|(% style="width:134px" %)No blinking|(% style="width:58px" %)0 558 -|(% style="width:134px" %)Limp|(% style="width:58px" %)1 559 -|(% style="width:134px" %)Holding|(% style="width:58px" %)2 560 -|(% style="width:134px" %)Accelerating|(% style="width:58px" %)4 561 -|(% style="width:134px" %)Decelerating|(% style="width:58px" %)8 562 -|(% style="width:134px" %)Free|(% style="width:58px" %)16 563 -|(% style="width:134px" %)Travelling|(% style="width:58px" %)32 564 -|(% style="width:134px" %)Always blink|(% style="width:58px" %)63<div class="wikimodel-emptyline"></div> 565 - 566 -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:<div class="wikimodel-emptyline"></div> 567 -Ex: #5CLB0<cr> to turn off all blinking (LED always solid)<div class="wikimodel-emptyline"></div> 568 -Ex: #5CLB1<cr> only blink when limp (1)<div class="wikimodel-emptyline"></div> 569 -Ex: #5CLB2<cr> only blink when holding (2)<div class="wikimodel-emptyline"></div> 570 -Ex: #5CLB12<cr> only blink when accel or decel (accel 4 + decel 8 = 12)<div class="wikimodel-emptyline"></div> 571 -Ex: #5CLB48<cr> only blink when free or travel (free 16 + travel 32 = 48)<div class="wikimodel-emptyline"></div> 572 -Ex: #5CLB63<cr> blink in all status (1 + 2 + 4 + 8 + 16 + 32)<div class="wikimodel-emptyline"></div> 573 -RESETTING the servo is needed.<div class="wikimodel-emptyline"></div> 574 -</div></div> 575 -{{/html}} 576 - 577 -== RGB LED == 578 - 579 -The LED can be 533 +More information to come.