Changes for page FlowArm LSS

Last modified by Eric Nantel on 2024/07/03 09:39

From version < 59.1 >
edited by Coleman Benson
on 2019/09/18 12:30
To version < 34.1 >
edited by Coleman Benson
on 2019/09/09 12:28
< >
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -8,9 +8,9 @@
8 8  
9 9  = Description =
10 10  
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.
11 +{Coming soon}
12 12  
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 standard computer peripherals and robotics components, and you can quickly design 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, or export as stand-alone executable files. 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.
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 15  = Features =
16 16  
... ... @@ -19,8 +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 -* LSS FlowArm is intended only for Windows operating systems 7 or higher.
24 24  
25 25  = Initial Setup =
26 26  
... ... @@ -36,28 +36,12 @@
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  
37 +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:
38 +
39 39  * Servo ID is correctly assigned to each servo and there are no duplicate IDs
40 40  * Servos have been assembled in correct orientation (as per assembly manual)
41 41  * Servo offsets have been updated if necessary (see procedure below).
42 42  
43 -The next important step is "STORE OFFSETS" explained below.
44 -
45 -== Connecting via USB ==
46 -
47 -The simplest way to connect is directly using an RS232 to USB cable. Here are the steps you need to follow in order to set this up. Follow the steps below:
48 -
49 -1. Connect the USB cable to the LSS Adapter board on your robot
50 -1. Plug the USB connector into the PC
51 -1. Connect the power to the LSS Adapter via the yellow XT60 plug
52 -1. Power on the robot (On/Off switch)
53 -1. Start the LSS FlowArm software
54 -1. Select the appropriate COM port from the drop-down list
55 -1. The software sends a query to servo ID1 and once a reply is received, it determines connection has been established.
56 -
57 -== Connecting via Bluetooth ==
58 -
59 -If you have purchased a Bluetooth module which is in XBee format, ensure
60 -
61 61  = Interface =
62 62  
63 63  == Header ==
... ... @@ -66,270 +66,121 @@
66 66  
67 67  **STORE OFFSETS**
68 68  
69 -The "STORE OFFSETS" button configures 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, orient the arm as shown below (with the gripper closed), and only then click the STORE OFFSETS button.
51 +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 base a, and THEN click the STORE OFFSETS button.
70 70  
71 -* Base servo aligned with the x axis
72 -* Shoulder to elbow along z axis (straight up)
73 -* Elbow to wrist along R axis (horizontal at 90 degrees to shoulder to elbow)
74 -* Wrist servo along R axis (parallel to elbow to wrist)
75 -* Gripper servo closed
76 -
77 77  [[image:lss-flowarm-offsets.jpg]]
78 78  
79 79  **LIMP**
80 80  
81 -Causes all servos to immediately 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 virtual arm on screen to update as you move the real arm, use TEACH mode described below.
57 +Causes all servos to go LIMP (i.e. lose torque). The arm will collapse.
82 82  
83 83  **STOP**
84 84  
85 -Causes all servos to immediately stop their motion and hold their position.
61 +Causes all servos to stop their motion and hold their position.
86 86  
87 87  **TEACH**
88 88  
89 -Teach mode allows a user to physically move the arm and have the virtual arm on screen follow. This is used primarily to manually add frames to sequences, determine the optimal closed position for the gripper etc. 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.
65 +Teach mode allows a user to physically move the arm to a designed location
90 90  
91 -CAREFUL: Do not move the servos or the arm too quickly. We suggest holding the gripper servo to move the arm, or temporarily removing the arm's aesthetic shell.
67 +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.
92 92  
93 -Once the arm is limp, it can be moved physically, and the application will regularly send position query commands to all of the servos and update the virtual arm on screen to match the servo's responses. Use the sequencer to record each position (frame) while in teach mode. For more information on the sequencer, refer to the sequencer section below.
69 +When in teach mode, an orange outline appears over all on-screen fields which would cause a conflict and therefore cannot be used.
94 94  
95 -**GRID / Units**
71 +CAREFUL: Do not move the servos too quickly. We suggest moving the gripper servo, or temporarily removing the aesthetic shell.
96 96  
97 -Grid spacing can be toggled between Metric or Imperial. Options include 2cm, 3cm, 5cm and 1in, 2in and 3in.
73 +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.
98 98  
99 -**BAUD**
75 +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.
100 100  
101 -The default (and suggested) baud rate is 115200, which is the baud rate at which the servos are 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.
102 102  
103 -**COM**
78 +**GRID / Units**
104 104  
105 -When the software is opened, a scan of all of your computer's COM ports is done automatically and a list of all available COM ports will be found in the drop down menu, along with OFF (stop searching for a COM port), and AUTO (the application tries to automatically find the correct COM port by sending a query command at the corresponding BAUD rate). Select which of your computer's COM ports is connected to the [[LSS Adapter>>doc:servo-erector-set-system.ses-electronics.ses-modules.lss-adapter-board.WebHome]] (which is provided with the standard SES v2 articulated robot arm). If you have a list of available COM ports and are unsure which is associated with the LSS Adapter, go to Device Manager in Windows, and view the list of USB devices connected. The LSS Adapter uses an FTDI USB to serial chip. Alternatively, simply unplug the USB from the arm and see which of the COM ports disappears from the list.
80 +Units can be toggled between Metric or Imperial
106 106  
107 -* If the red and green lights next to the field are flashing, the correct COM port has not yet been found, and the user may need to manually select the correct COM port.
108 -* If the red light is solid, then no correct COM port has been located.
109 -* If the green light is solid, the a COM port has been located.
82 +**BAUD**
110 110  
111 -**Window Size**
84 +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.
112 112  
113 -**[[image:lss-flowarm-size.jpg]]**
86 +**COM**
114 114  
115 -A the top right of the window, there are three dark rectangles allowing you to change the application's window size.
88 +This field selects which of your computer's COM ports is connected to the LSS Adapter, which is provided with the standard SES v2 articulated robot arm. Be sure to select the appropriate COM port to which the LSS adapter is connected. If you are unsure, go to Device Manager in Windows, and view the list of USB devices connected. The LSS Adapter uses an FTDI USB to serial chip.
116 116  
117 -== Simulator ==
90 +When the software is opened, a scan of all COM ports is done automatically and list of all available COM ports will be found in the drop down menu, along with OFF (stop searching for a COM port), and AUTO (the application tries to automatically find the correct COM port by sending a query command at the corresponding BAUD rate).
118 118  
119 -(% class="wikigeneratedid" id="HArmConfiguration" %)
120 -The arm shown on screen is based on the assembly guide. The aesthetics of the arms will be changing for the next release version of the LSS Flowarm software.
92 +If the red and green lights next to the field are flashing, the correct COM port has not yet been found, and the user may need to manually select the correct CIM port.
121 121  
122 -**Side View**
94 +If the red light is solid, then no correct COM port has been located.
123 123  
124 -The left view is a representation of the arm, where the orange circles represent the location of each axis of rotation. You can move the arm in this view by clicking on and dragging the wrist rotation servo.
96 +If the green light is solid, the a COM port has been located.
125 125  
126 -[[image:lss-flowarm-side-view.jpg]]
98 +**Window Size**
127 127  
128 -**Top View**
100 +**[[image:lss-flowarm-size.jpg]]**
129 129  
130 -The top view shows the arm top down. You can move the arm within this view by clicking on and dragging the wrist rotation servo.
102 +A the top right of the window, there are three dark rectangles representing the window size.
131 131  
132 -**[[image:lss-flowarm-top-view.jpg]]**
104 +== 2D Views & Grid ==
133 133  
134 -== Shortcuts ==
106 +== Arm Configuration ==
135 135  
136 -**Base**: If you hold the SHIFT key while dragging with the mouse you can control base rotation.
108 +The arm shown on screen is based on the assembly guide. BETA testers have been encouraged to use the 3:1 gear ratio in the shoulder and as such should have toggled switch 1 in the header.
137 137  
138 -**Wrist Tilt**: You can tilt the hand by right-clicking and fragging the mouse up and down.
110 +The aesthetics of the arms will be changing for the final / release version of the LSS Flowarm software.
139 139  
140 -**Gripper:** By holding the CTRL key whilst right-clicking and dragging you can open and close the gripper
112 +**Side View**
141 141  
142 -Just above the sequencer, you can find the following:
114 +[[image:lss-flowarm-side-view.jpg]]
143 143  
144 -[[image:lss-flowarm-keyboard-liveupdate.jpg]]
116 +The left view is a representation {more to come|
145 145  
146 -**Keyboard: **When active (orange), the keyboard keys W/A/S/D and four arrows can fine tune the position of the arm. Note however that LSS FlowArm will respond to any of these keys being pressed even in another window, and for this reason, it is turned off by default.
118 +**Top View**
147 147  
148 -**Live Update: **When activate (orange), dragging the virtual arm on screen will send updated positions to the arm with a small time delay in between. With this option off, dragging the arm on screen will not cause any motion until the mouse is released.
120 +**[[image:lss-flowarm-top-view.jpg]]**
149 149  
122 +The top view shows the arm {more to come}
123 +
150 150  == Left Menu ==
151 151  
152 152  **Gripper**
153 153  
154 -Assuming the gripper has been properly calibrated, The number below represents the opening at the tip. Fully closed should correspond to 0 degrees. In order to grasp an object, DO NOT have the servo rotate to a position which it cannot reach. In order to ensure the gripper servo does not go into error mode, the gripper should not exert much force on the object.
155 -
156 -1. Close the gripper to a position just slightly larger than the object
157 -1. Using the arrows, close the gripper until friction between the foam and the object prevent the object from falling out or moving.
158 -1. DO NOT apply too much pressure, or else the servo's current will spike and it will go into error mode and need to be reset.
159 -1. Use the last position as the "fully closed" position for the gripper for that object, in that specific orientation.
160 -
161 161  [[image:lss-flowarm-gripper-view.jpg]]
162 162  
130 +The gripper and wrist rotate can be controlled from this menu
131 +
163 163  **Wrist**
164 164  
165 -The wrist angle can be locked or unlocked. The field allows for user input (click the numbers) or fine adjustments using the arrows.
166 -
167 167  [[image:lss-flowarm-wrist-view.jpg]]
168 168  
169 169  **End Effector Position**
170 170  
171 -The position of the end effector can be controlled either by manually entering the information for R (radius), or the Cartesian x, y, z coordinates, or using the arrows.
172 -
173 173  [[image:lss-flowarm-positioning.jpg]]
174 174  
175 -== **Data Log** ==
140 +The position of the end effector can be controlled either by manually entering the information for R (radius), or x,y,z coordinate, or using the arrows.
176 176  
177 -The optional Data log can be toggled on or off and allows the user to see all commands being sent to and received from the smart servos. The data can be saved to a file in a Comma Separated Values (.csv) format.
142 +Data Log
178 178  
179 179  [[image:lss-flowarm-data-log.jpg]]
180 180  
181 -= Sequencer =
146 +The console will be used as a serial command interface to manually send commands to the bus.
182 182  
183 -[[image:lss-flowarm-sequencer.jpg]]
184 -
185 -LSS FlowArm has a powerful pattern sequencer component (normally found only in the full version of FlowBotics Studio) that is used to create reusable patterns within minutes, instead of hours or days.
186 -
187 -(% style="width:1303px" %)
188 -|(% style="width:257px" %)[[image:lss-flowarm-association.jpg]]|(% style="width:306px" %)Assign Input|(% style="width:758px" %)Patterns can be associated to keyboard keys F1 to F12, and keys E, F, G, and H
189 -|(% style="width:257px" %)[[image:lss-flowarm-pattern-list.jpg]]|(% style="width:306px" %)Sequence List|(% style="width:758px" %)The sequence list is the first control on the sequencer.
190 -|(% style="width:257px" %)[[image:lss-flowarm-patterns.jpg]]|(% style="width:306px" %)Sequence Management|(% style="width:758px" %)(((
191 -Add, remove, copy, save, load and clear all patterns.
192 -)))
193 -|(% style="width:257px" %)[[image:lss-flowarm-frames.jpg]]|(% style="width:306px" %)Frame Options|(% style="width:758px" %)Adding a frame adds a blank frame to the list. The drop-down list gives "useful" pre-made frames. Recording a frame copies the arm's current on-screen position. The X removes a selected frame.
194 -|(% style="width:257px" %)[[image:lss-flowarm-copy-paste.jpg]]|(% style="width:306px" %)Copy / Paste Frame|(% style="width:758px" %)Copy and paste a frame
195 -|(% style="width:257px" %)[[image:lss-flowarm-settings.jpg]]|(% style="width:306px" %)Settings|(% style="width:758px" %)Useful features include: Toggle pause before frame; Remove gaps between frames; Reverse frames
196 -|(% style="width:257px" %)[[image:lss-flowarm-lock.jpg]]|(% style="width:306px" %)Lock |(% style="width:758px" %)
197 -|(% 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.
198 -|(% style="width:257px" %)[[image:lss-flowarm-play.jpg]]|(% style="width:306px" %)Sequence Playback|(% style="width:758px" %)Restart sequence, play or stop
199 -
200 -**Sequences**
201 -
202 -The sequencer allows you to make your robot move over time by transitioning from one position to another. Each transition we call a frame and a sequence of frames we call a sequence. You can create as many sequences as you like. You can play sequences back manually or using the keyboard inputs mentioned below. This section describes the sequence management functions of the Sequencer.
203 -
204 -**Sequence List**
205 -
206 -[[image:lss-flowarm-pattern-list.jpg]]
207 -
208 -The sequence list is the first control on the sequencer. If you click on the arrow on the right-hand edge you'll see a list of the sequences that have been created and by selecting one you can move to that sequence. You can also scroll through the list one-by-one using the up and down arrow buttons. Clicking on the name of a sequence will allow you to change this. Simply type in the box then press the Return key or click away.
209 -
210 -== Sequence Management ==
211 -
212 -[[image:lss-flowarm-patterns.jpg]]
213 -
214 -**Add Sequence**
215 -
216 -To add a sequence click the add button. A new sequence will appear in the list and its name will open for editing.
217 -
218 -**Remove Sequence**
219 -
220 -Click the remove sequence button to delete the currently selected sequence from the list. This action is irreversible so you will be asked for confirmation.
221 -
222 -**Duplicate Sequence**
223 -
224 -If you want to make a new sequence based on an existing one then you can duplicate it.
225 -
226 -**Saving Sequences**
227 -
228 -IMPORTANT: If you want to keep any sequences you create then you must export them otherwise they will be lost when you return to the project browser. 
229 -To do this click the export button. You can choose whether to export all your sequences or just the currently selected one. Sequences are saved to files so you'll need to pick a filename and folder to save to. If a sequence uses sub sequences these will be saved even if you choose only to save the selected sequence.
230 -
231 -**Loading Sequences**
232 -
233 -If you have saved sequences that you want to restore then click the Import button. You will be asked to choose a previously saved sequence file.
234 -The sequences in the file will be added to the list. They do not replace the sequence list. Also it doesn't
235 -matter how many sequences the file contains, all of them will be imported.
236 -
237 -**Clear All**
238 -
239 -If you want to start from scratch you can clear all the sequences from the list using the clear all button.
240 -
241 -== **Frames** ==
242 -
243 -**[[image:lss-flowarm-frame.jpg]]**
244 -
245 -We now know how to manage sequences now lets see how you build one. As we said earlier a sequence is made up of frames. A frame represents a transition between robot states over time.
246 -In addition to frames, you can also add other sequences to a sequence. This allows quite complex series of movements to be built up very quickly and easily.
247 -
248 -[[image:lss-flowarm-frames.jpg]]
249 -
250 -**Adding Frames**
251 -
252 -To add a frame click the Add button. A new frame will be added at the end of the sequence. The duration of the frame will be whatever the last frame duration was. The frame will record whatever position the robot is currently set to. You can add a sub sequence to the sequence by clicking the arrow to the right of the Add button. A drop list of the available sequences will appear. Select one and it will be added to the end of the sequence.
253 -
254 -**Deleting Frames**
255 -
256 -To delete a sequence or frame from a sequence, click the Delete button.
257 -
258 -**Naming Frames**
259 -
260 -To name a frame, simply double-click the top blue part of it. You will then be able to enter a name by typing text directly. Save the new name by pressing the [Enter] key once donce. Warning: please note that when double-clicking a frame to name it, it will play the frame which may move your robotic arm suddenly. You may want to activate the STOP button first to prevent movement when naming frames.
261 -
262 -**Timeline Locking**
263 -
264 -The timeline is locked by default. This means that frames will automatically run from one to the next – you cannot create space in between. Moving a frame past another one will move it along the order in the timeline. If the timeline is unlocked then you can move frames independently of each other and also create gaps of time in between.
265 -
266 -**Moving and Resizing**
267 -
268 -To move a frame on the timeline, simply click on it and drag it to the time you want it to start. The start time will be displayed as you drag. How frames move relative to each other is determined by whether the timeline is locked (see previous section). To resize a frame grab the right-hand edge and drag it. When moving or resizing the mouse snaps to the nearest unit on the timeline. If you hold SHIFT while moving or resizing no snap will be applied. When the timeline is unlocked then if you hold CTRL while dragging or resizing a frame all frames to
269 -the right of the selected frame will be moved so that the time interval between the selected frame and the next one is maintained.
270 -
271 -**Recording to a Frame**
272 -
273 -When you add a frame it will record the state that the robot is currently in. If you want to change this state first select the frame by clicking on it. Next move the robot to the position you want to record. When you're happy press the record button. The frame will flash to indicate that it has been updated.
274 -
275 -**Auto Record**
276 -
277 -If you want changes you make to be automatically recorded you can lock the record button in place by double-clicking on it. Now whenever you change the robot position the currently elected frame will be updated. The record button will light up to show that auto record is on. To switch auto record off, double-click on the record button again.
278 -
279 -**Copy and Paste**
280 -
281 -[[image:lss-flowarm-copy-paste.jpg]]
282 -
283 -Sometimes you might want to copy the robot state from one frame to another. To do this we have copy and paste. To copy the data from a frame, select it then click the Copy button.
284 -To duplicate the data on another frame, select the target frame and click the Paste button.
285 -
286 -**Pause Before Frame**
287 -
288 -You can insert a pause before a frame commences. This is useful if you want the sequencer to stop and wait for some external event before continuing. First select the frame then click the Operations button and select Toggle Pause Before Frame. A red line will show at the start of the frame to show the pause. To remove the pause select the frame again and select Toggle Pause Before Frame after clicking on the Operations button.
289 -
290 -**Remove Gaps Between Frames**
291 -
292 -[[image:lss-flowarm-settings.jpg]]
293 -
294 -If the timeline is unlocked then you can instantly remove all the gaps between frames and push them up against each other by clicking the Operations button and choosing Remove Gaps Between Frames from the menu.
295 -
296 296  == Sequencer ==
297 297  
298 -**Reverse Frames**
150 +[[image:lss-flowarm-sequencer.jpg]]
299 299  
300 -[[image:lss-flowarm-settings.jpg]]
152 +The sequencer allows the user to record sequences. From left to right:
301 301  
302 -It's useful to be able to reverse the order of frames in a sequence. To do this click the Operations button and choose Reverse Frames.
154 +Sequence association
303 303  
304 -**Sequence Playback**
156 +{Work in progress}
305 305  
306 -[[image:lss-flowarm-play.jpg]]
158 +[[image:lss-flowarm-keyboard-liveupdate.jpg]]
307 307  
308 -Once you have some frames in a sequence you can try playing it. Click the Play button to start the sequencer playing the current sequence. The play button lights up in green when the sequencer is playing. To stop playing click the Play button again or click the Stop button. You can reset the play position to the star by clicking the Reset button. You can also move the play position manually. Click on the black handle at the top of the playback position line and drag to move it.
160 += Downloads =
309 309  
310 -[[image:lss-sequencer-handle.jpg||height="70" width="241"]]
162 +Download LSS Flowarm 3.0.8.12 [[here>>http://www.lynxmotion.com/tools/LSS%20FlowArm%20BETA%20(3.0.8.12).rar]].
311 311  
312 -**Assign an input to a sequence**
164 +Password: beta
313 313  
314 -[[image:lss-flowarm-association.jpg]]
166 +BETA: Note that information described here is subject to change, and is available for BETA testers.
315 315  
316 -You can assign an input to a sequence by choosing one in the drop-down list left of the sequence name. By default a sequence does not have a input associated with it. When you click on that box, you will be presented with a list of possible inputs. A sequence can only have one input associated with it. Similarly, an input can only be associated with one sequence at a time. If you choose an input in the list that is already associated, it will be removed from its previous sequence and assigned to the current one. By clicking on the sequence list, you will see which input is associated to each sequence to the right of their name:
317 -If a sequence is already playing when its associated input is triggered, it will ignore that input and continue playing as normal. If an input that is associated is triggered when a different sequence is playing, it will be stopped and the
318 -
319 -**Decision Frame**
320 -
321 -**[[image:lss-flowarm-decision-frame.jpg]]**
322 -
323 -At the end of every sequence there is a permanent frame called the decision frame (it is orange for easy identification). Click on the top part (orange) to change the last action of the sequence. There are 3 options:
324 -
325 -* STOP: once the sequence is completed, nothing else will happen
326 -* LOOP: once the sequence is completed, it will repeat a set amount of time
327 -* GOTO: once the sequence is completed, it will trigger the input selected
328 -
329 -If another sequence is associated with that input, it will then play Playback Control. You can change the speed of playback by changing the speed multiplier. Click the up and down arrows to alter this. Normally a sequence plays to the end then stops. However, sometimes you want a sequence to repeat. You can toggle this by clicking the Loop button.
330 -
331 -= Troubleshooting =
332 -
333 -If you encounter any bugs or issues when installing or using the LSS FlowArm application, please submit a new post on the Lynxmotion community sub-forum here: [[https:~~/~~/www.robotshop.com/community/forum/c/lynxmotion/electronics-software>>url:https://www.robotshop.com/community/forum/c/lynxmotion/electronics-software]]
334 -
335 335  {Work in progress}
lss-flowarm-association.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -813 bytes
Content
lss-flowarm-copy-paste.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -1.3 KB
Content
lss-flowarm-decision-frame.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -2.7 KB
Content
lss-flowarm-frame.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -19.8 KB
Content
lss-flowarm-frames.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -1.8 KB
Content
lss-flowarm-lock.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -883 bytes
Content
lss-flowarm-loop.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -1.2 KB
Content
lss-flowarm-pattern-list.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -1.5 KB
Content
lss-flowarm-patterns.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -2.7 KB
Content
lss-flowarm-play.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -1.6 KB
Content
lss-flowarm-settings.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -1.0 KB
Content
lss-sequencer-handle.jpg
Author
... ... @@ -1,1 +1,0 @@
1 -xwiki:XWiki.CBenson
Size
... ... @@ -1,1 +1,0 @@
1 -11.2 KB
Content
Copyright RobotShop 2018