Changes for page FlowArm LSS
Last modified by Eric Nantel on 2024/07/03 09:39
Change comment: There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,10 +8,14 @@ 8 8 9 9 = Description = 10 10 11 - The LSS FlowArmapplicationis intended to allow easy control of the standard Lynxmotion Servo Erector Set (S.E.S.) v2 articulated robotic arm. Thegraphicalinterfaceshows multiple viewsof the arm which canbe controlled via drag and drop, as well as by manually inputting coordinates. The full-featured built-in sequencer allows you create sequences which have the arm move automatically from one position ("frame") to the next. Make use of the "teach mode" to position the arm where you want and record frames which can be modified and played back. Associating each pattern with input keys means you can easily play back and test multiple sequences.11 +{Coming soon} 12 12 13 -Flow Botics Studio wasused tocreate this appand includeshundredsof built-in componentsthat allow youtointerfaceyourPCtomanystandard computerperipherals and robotics components, andyou canquickly designnew components fornewhardware.asilycreatenew projects withcustom GUI screens,knobs, buttons, switches,etc. that willrunlivefrom within FlowBoticsStudio withoutneedingtoaitfor compilation,orexportas stand-aloneexecutablefiles. FlowBoticsStudioincludesapowerfulgraphics enginethatallowsyoutomakecustom graphicalobjects byusing standard bitmaps or by drawingyour ownshapesonthe screen. Usingthissystem,youcan build entirelycustominterfaceslikethisoneforyour projectsand integratephotographs,drawings, and graphs.13 +The LSS FlowArm application was created using FlowBotics Studio software and is intended to allow easy control of the standard configuration Lynxmotion Servo Erector Set (S.E.S.) v2 articulated robotic arm. The graphical interface shows a side and top view of the arm, as well as the gripper and wrist. The full-featured built-in sequencer allows you create sequences which have the arm move automatically from one position ("frame") to the next. 14 14 15 +FlowBotics Studio includes hundreds of built-in components that allow you to interface your PC to many of the standard computer peripherals and you can quickly create new components for new hardware. You can also easily create new projects with custom GUI screens, knobs, buttons, switches, etc. that will run live from within FlowBotics Studio without needing to wait for compilation. 16 + 17 +The FlowBotics Studio programming language includes a powerful graphics engine that allows you to make custom graphical objects by using standard bitmaps or by drawing your own shapes on the screen. Using this system, you can build entirely custom interfaces for your projects and integrate photographs, drawings, and graphs. 18 + 15 15 = Features = 16 16 17 17 * Graphical interface for the Lynxmotion SES V2 articulated robot arm ... ... @@ -19,7 +19,6 @@ 19 19 * Teach mode allows the user to move the arm and have the virtual arm follow 20 20 * Position the arm using rectangular or cylindrical coordinates, virtual joysticks or mouse drag 21 21 * Application can be modified via FlowBotics Studio 22 -* Optional data log shows what commands are sent and received and can be saved as a .csv file. 23 23 * LSS FlowArm is intended only for Windows operating systems 7 or higher. 24 24 25 25 = Initial Setup = ... ... @@ -36,7 +36,7 @@ 36 36 37 37 To do so, the [[LSS Configuration Software>>doc:lynxmotion-smart-servo.lss-configuration-software.WebHome]] is used. Follow the procedure outlined here: [[doc:lynxmotion-smart-servo.lss-configuration-software.lss-config-configure-ids.WebHome]] 38 38 39 -Important note: The software does not take into consideration if a servo has been improperly assembled as part of the structure. If you see that your arm moves differently than the arm on screen, be sure to check the following:42 +Important note: The software does not take into consideration if a servo has been improperly assembled. If you see that your arm moves differently than the arm on screen, be sure to check the following: 40 40 41 41 * Servo ID is correctly assigned to each servo and there are no duplicate IDs 42 42 * Servos have been assembled in correct orientation (as per assembly manual) ... ... @@ -50,33 +50,33 @@ 50 50 51 51 **STORE OFFSETS** 52 52 53 -During the assembly process, if the servo's driving output horn was not rotated (they are shipped with the 56 +During the assembly process, if the servo's driving output horn was not rotated (they are shipped with the servo driving horn centered at 0 degrees), and was connected to the brackets at the correct angle (parallel or perpendicular depending on the servo being assembled), there should not be any significant servo offset needed and the arm should match what is displayed on screen. However, should the driving horn have rotated and/or the brackets were not connected at optimal angles, the "STORE OFFSETS" button configures the all of the servo offsets (this makes use of the CO command as part of the [[LSS Communication Protocol>>doc:lynxmotion-smart-servo.lss-communication-protocol.WebHome]]). Before pressing the button, be sure to orient the arm as follows (with the gripper closed), and only then click the STORE OFFSETS button. 54 54 55 55 [[image:lss-flowarm-offsets.jpg]] 56 56 57 57 **LIMP** 58 58 59 -Causes all servos to immediatelygo LIMP (i.e. lose torque). The arm will collapse. It's important to note that the software will not constantly query all servos for their position, and as such the virtual arm on screen will not update frequently if at all. If you want thevirtual arm on screen to update as you move thereal arm, use TEACH mode described below.62 +Causes all servos to go LIMP (i.e. lose torque). The arm will collapse. It's important to note that the software will not constantly query all servos for their position, and as such the virtual arm on screen will not update frequently if at all. If you want the arm on screen to update as you move the arm, use TEACH mode described below. 60 60 61 61 **STOP** 62 62 63 -Causes all servos to immediatelystop their motion and hold their position.66 +Causes all servos to stop their motion and hold their position. 64 64 65 65 **TEACH** 66 66 67 -Teach mode allows a user to physically move the arm sequences,determine theoptimal closed position for thegripper etc.70 +Teach mode allows a user to physically move the arm to a designed locations and have the virtual arm on screen follow. This is used primarily to manually add frames to the sequence. In order to ensure the arm does not collapse, pressing the TEACH button will start a 5 second countdown during which the arm will slowly lose torque (angular force) until all servos are limp. When in teach mode, an orange outline appears over all on-screen fields which would cause a conflict and therefore cannot be used. 68 68 69 -CAREFUL: Do not move the servos orthe arm too quickly. We suggestholding the gripper servoto move the arm, or temporarily removing the arm's aesthetic shell.72 +CAREFUL: Do not move the servos too quickly. We suggest moving the gripper servo, or temporarily removing the aesthetic shell. 70 70 71 -Once the arm is limp, it can be moved physically, and the application will regularly send positionquery commandstoallof the servos andupdate the virtual arm on screen to matchthe servo's responses. Use the sequencer torecordeach position (frame)whileinteachmode. For more information on the sequencer, refer to the sequencer section below.74 +Once the arm is limp, it can be moved physically, and the application will regularly read the physical position of each of the servos and move the virtual arm on screen to match. Use the sequencer to save each position (frame). Intermediate frames can be added as needed. For more information on the sequencer, refer to the sequencer section below. 72 72 73 73 **GRID / Units** 74 74 75 - Gridspacing can be toggled between Metric or Imperial. Options include 2cm, 3cm, 5cm and 1in, 2in and 3in.78 +Units can be toggled between Metric or Imperial units. Options include 2cm, 3cm, 5cm and 1in, 2in and 3in. 76 76 77 77 **BAUD** 78 78 79 -The default(andsuggested)baud rateis 115200, which is theatwhichthe servosare shipped. Should a user have changed the baud rate on the servos, it can be selected using the drop down. Note that the baud rate must be configured to the same value for all servos in order to work.82 +The baud rate suggested is 115200, which is the default baud rate of the servos. Should a user have changed the baud rate on the servos, it can be selcted using the drop down. Note that the baud rate must be configured to the same value for all servos in order to work. 80 80 81 81 **COM** 82 82