Changes for page FlowArm LSS

Last modified by Eric Nantel on 2023/03/17 13:42

From version < 45.1 >
edited by Coleman Benson
on 2019/09/09 13:59
To version < 47.1 >
edited by Coleman Benson
on 2019/09/09 16:20
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,15 +8,10 @@
8 8  
9 9  = Description =
10 10  
11 -{Coming soon}
11 +The LSS FlowArm application is intended to allow easy control of the standard Lynxmotion Servo Erector Set (S.E.S.) v2 articulated robotic arm. The graphical interface shows multiple views of the arm which can be 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.
12 12  
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.
13 +FlowBotics Studio was used to create this app and 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. 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. FlowBotics Studio 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 like this onfor your projects and integrate photographs, drawings, and graphs.
14 14  
15 -
16 -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.
17 -
18 -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.
19 -
20 20  = Features =
21 21  
22 22  * Graphical interface for the Lynxmotion SES V2 articulated robot arm
... ... @@ -24,6 +24,7 @@
24 24  * Teach mode allows the user to move the arm and have the virtual arm follow
25 25  * Position the arm using rectangular or cylindrical coordinates, virtual joysticks or mouse drag
26 26  * Application can be modified via FlowBotics Studio
22 +* Data log shows what commands are sent and received and can be saved as a .csv file.
27 27  * LSS FlowArm is intended only for Windows operating systems 7 or higher.
28 28  
29 29  = Initial Setup =
... ... @@ -60,10 +60,8 @@
60 60  
61 61  **LIMP**
62 62  
63 -Causes all servos to go LIMP (i.e. lose torque). The arm will collapse.
59 +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.
64 64  
65 -Important note: The software will not constantly query all servos for their position, and as such the virtual arm on screen will not update. If you want the arm on screen to update, use the TEACH mode described below.
66 -
67 67  **STOP**
68 68  
69 69  Causes all servos to stop their motion and hold their position.
... ... @@ -70,22 +70,15 @@
70 70  
71 71  **TEACH**
72 72  
73 -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.
67 +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.
74 74  
75 -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.
76 -
77 -When in teach mode, an orange outline appears over all on-screen fields which would cause a conflict and therefore cannot be used.
78 -
79 79  CAREFUL: Do not move the servos too quickly. We suggest moving the gripper servo, or temporarily removing the aesthetic shell.
80 80  
81 -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.
71 +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.
82 82  
83 -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.
84 -
85 -
86 86  **GRID / Units**
87 87  
88 -Units can be toggled between Metric or Imperial
75 +Units can be toggled between Metric or Imperial units. Options include 2cm, 3cm, 5cm and 1in, 2in and 3in.
89 89  
90 90  **BAUD**
91 91  
... ... @@ -133,8 +133,15 @@
133 133  
134 134  **Gripper**
135 135  
136 -Assuming the gripper has been properly calibrated, The number below represents the opening at the tip.
123 +Assuming the gripper has been properly calibrated, The number below represents the opening at the tip. Fully closed should correspond to 0 degrees.
137 137  
125 +In order to grasp an object, DO NOT have the servo rotate to a position which it cannot reach. Plan in advance:
126 +
127 +1. Close the gripper to a position just slightly larger than the object
128 +1. Using the arrows, close the gripper until friction between the foam and the object prevent the object from falling out or moving.
129 +1. DO NOT apply too much pressure, or else the servo's current will spike and it will go into error mode.
130 +1. Use the last position as the "fully closed" position for the gripper for that object.
131 +
138 138  [[image:lss-flowarm-gripper-view.jpg]]
139 139  
140 140  
... ... @@ -173,7 +173,6 @@
173 173  |(% style="width:257px" %)[[image:lss-flowarm-loop.jpg]]|(% style="width:306px" %)Repeat / Loop Pattern|(% style="width:758px" %)Play once or loop; Set the playback speed using the up and down arrows.
174 174  |(% style="width:257px" %)[[image:lss-flowarm-play.jpg]]|(% style="width:306px" %)Playback Options|(% style="width:758px" %)Restart sequence, play or stop
175 175  
176 -
177 177  [[image:lss-flowarm-keyboard-liveupdate.jpg]]
178 178  
179 179  = Downloads =
Copyright RobotShop 2018