<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style=""><div><br></div><div>I was thinking of going with something like this:</div><span style="font-size: 13px;">https://p3america.com/zc/try100.pdf</span><div>3-axis version probably, providing "yaw" control.  Price range is $120-$300 depending on model/options.</div><div>This version will also give a more analog type control, so how far the joystick is moved in a direction,</div><div>can be used as a signal for things percentage of power/thrust, or relative position of a control surface.</div><div><span style="font-size: 10pt;"><br></span></div><div><span style="font-size: 10pt;">There are cheaper options (~$70 range), but these will tend to use micro-switches or momentary-switches,</span></div><div><span style="font-size: 10pt;">which will only provide an on/off signal for a particular direction.</span></div><div><span style="font-size: 10pt;"><br></span></div><div><span style="font-size: 10pt;">Cheers,</span></div><div><span style="font-size: 10pt;"> Ian.</span></div><div><blockquote style="color: black; font-family: arial, sans-serif; font-size: 10pt; padding-left: 5px; margin-left: 0px; border-left: 2px solid rgb(0, 0, 255); font-weight: normal; font-style: normal; text-decoration: none;">-----Original Message-----
<br>From: Alan via Personal_Submersibles <personal_submersibles@psubs.org>
<br>Sent: Feb 26, 2018 8:26 PM
<br>To: Personal Submersibles General Discussion <personal_submersibles@psubs.org>
<br>Subject: Re: [PSUBS-MAILIST] Joystick

<br><br><zzzhtml><zzzhead><zzzmeta http-equiv="content-type" content="text/html; charset=us-ascii"></zzzmeta></zzzhead><zzzbody dir="auto"><div>Well there is this product....</div><div id="AppleMailSignature"><h3 class="a-spacing-mini a-text-bold" style="box-sizing: border-box; padding: 0px 0px 4px; margin-top: 0px; margin-right: 0px; margin-left: 0px; text-rendering: optimizelegibility; line-height: 1.255; margin-bottom: 6px !important;"><font size="3"><span style="background-color: rgba(255, 255, 255, 0);">Logitech G Saitek X52 Flight Control System</span></font></h3><div><font size="3"><span style="background-color: rgba(255, 255, 255, 0);">Has everything you'd want; 3x2 axis functions, there is even a safety cover over the missile button!</span></font></div><div><font size="3"><span style="background-color: rgba(255, 255, 255, 0);"><br></span></font></div><img src="cid:D0760A35-3F5E-4A49-9E4B-893E2072DFA1" alt="image1.JPG" id="D0760A35-3F5E-4A49-9E4B-893E2072DFA1"><img src="cid:C0F1ED75-0345-43D6-8B09-C36993E5D7C7" alt="image2.JPG" id="C0F1ED75-0345-43D6-8B09-C36993E5D7C7"><br>Sent from my iPad</div><div><br>On 27/02/2018, at 3:16 PM, Alan via Personal_Submersibles <<a target="_blank" href="mailto:personal_submersibles@psubs.org">personal_submersibles@psubs.org</a>> wrote:<br><br></div><blockquote type="cite"><div><zzzmeta http-equiv="content-type" content="text/html; charset=utf-8"><div>Thanks Sean & David,</div><div id="AppleMailSignature">hadn't thought of having fixed depth control. Am going to have a depth</div><div id="AppleMailSignature">limiting function with a limitation on max depth & a diving limit for novices</div><div id="AppleMailSignature">set on the HMI. Amazing what you can add on just with a bit of programming.</div><div id="AppleMailSignature">Have looked at 1000s of joysticks but can't find what I want. The unit that David</div><div id="AppleMailSignature">has comes close with that Chinaman's hat 2 axis joystick on top. But too big.</div><div id="AppleMailSignature">David when you mount it on another 2 axis system you will be up around $300-</div><div id="AppleMailSignature">won't you! That's not bad.</div><div id="AppleMailSignature">Found a small video of it. <a target="_blank" href="https://m.youtube.com/watch?v=9Uiag2Coegw">https://m.youtube.com/watch?v=9Uiag2Coegw</a></div><div id="AppleMailSignature">I am feeling more convinced that I will make an ergonomic grip on an off the shelf</div><div id="AppleMailSignature">semi-industrial joystick & add some buttons & a small vertically mounted 2</div><div id="AppleMailSignature">axis joystick similar to the Chinaman's hat. Really didn't want extra work!</div><div id="AppleMailSignature">Cheers Alan<br><br>Sent from my iPad</div><div><br>On 27/02/2018, at 12:30 PM, Sean T. Stevenson via Personal_Submersibles <<a target="_blank" href="mailto:personal_submersibles@psubs.org">personal_submersibles@psubs.org</a>> wrote:<br><br></div><blockquote type="cite"><div>If you have the PLC then I would definitely take advantage of buttons on the stick as follows:<br><br>Have a thumb switch to jog depth, but as soon as you release the switch, the system uses the instantaneous current depth as the depth setpoint, and implement PID control on the PLC to operate the vertical thrusters as necessary to maintain depth at that setpoint. <br><br>Similarly, use the Z axis of a three axis stick to turn (yaw) the vessel, but as soon as you release that axis back to the neutral position (spring return), the system uses the instantaneous azimuth as a heading setpoint, and automatically operates thrusters as necessary to maintain heading. This will be particularly useful if you're operating a manipulator when not bottomed, as all you need to do in that case is control the vessel's movement in a 2D plane.<br><br>Surge and sway motions should have thruster output proportional to stick displacement, but you might consider a switch function to enable cruise control. I would definitely use spring return to neutral on all axes though (safety). Allow the stick to go neutral after engaging cruise once, but any subsequent stick movement drops it back to manual.<br><br>Reading stick inputs through the PLC also permits you to have a configurable deadband around the neutral position, which is useful to avoid creep if your hand is resting on the stick at all.<br><br>Sean<br><br><br>Sent from ProtonMail mobile<br><br><br><br>-------- Original Message --------<br>On Feb 26, 2018, 16:00, Alan via Personal_Submersibles < <a target="_blank" href="mailto:personal_submersibles@psubs.org">personal_submersibles@psubs.org</a>> wrote:<blockquote class="protonmail_quote"><br><zzzmeta http-equiv="content-type" content="text/html; charset=utf-8"><div>Thanks Sean,</div><div id="AppleMailSignature">sounds like I got my X & Y mixed up.</div><div id="AppleMailSignature">I don't think I need a yaw motion from the rotation of the joystick as</div><div id="AppleMailSignature">I get this with a combination of X & Y. The tractor steering on my ambient</div><div id="AppleMailSignature">works well, & this just has an X & Y axis on the horizontal thrusters. I could</div><div id="AppleMailSignature">however feed the control through the PLC & put in some logic so that when </div><div id="AppleMailSignature">I go nearly full left on the joy stick, the right hand thruster goes in reverse to </div><div id="AppleMailSignature">turn the sub on it's axis. </div><div id="AppleMailSignature">On my ambient sub I have a separate joy stick for the horizontal thrusters ( PS2 controller ). This is reasonably intuitive but takes two hands, & I want a hand </div><div id="AppleMailSignature">free for a camera, HMI or manipulator. </div><div id="AppleMailSignature">If I can't find anything off the shelf it may come down to putting a small finger</div><div id="AppleMailSignature">operated joystick horizontally off the main joystick shaft.</div><div id="AppleMailSignature">Cheers Alan</div><div id="AppleMailSignature"><br></div><div id="AppleMailSignature"><br><br>Sent from my iPad</div><div><br>On 27/02/2018, at 11:15 AM, Sean T. Stevenson via Personal_Submersibles <<a target="_blank" href="mailto:personal_submersibles@psubs.org">personal_submersibles@psubs.org</a>> wrote:<br><br></div><blockquote type="cite"><div>I would stick with an intuitive control scheme, and find a joystick with three axes. Forward / back Y axis corresponds to ahead / astern propulsion (surge), left / right X axis corresponds to straight lateral motion (sway), and rotating the stick clockwise or counterclockwise around the Z axis corresponds to turning (yaw) motion. Three axis sticks are pretty common industrial controls, although I don't know about meeting your budget.  For depth control (heave), you could use a stick with an additional thumb wheel or accessory axis, or make use of a simple switch, but ramp the output in proportion to how long you hold the digital state changed. You could also have a button which toggles e.g. your stick's Y axis between surge and heave control modes. Wanting single stick control limits your options a bit, unless you're also using a PLC / PAC, in which case you could use joystick buttons just to jog your depth setpoint, and rely on other code to actually implement an associated control algorithm.<br><br>Sean<br><br><br><br>Sent from ProtonMail mobile<br><br><br><br>-------- Original Message --------<br>On Feb 26, 2018, 14:48, Alan via Personal_Submersibles < <a target="_blank" href="mailto:personal_submersibles@psubs.org">personal_submersibles@psubs.org</a>> wrote:<blockquote class="protonmail_quote"><br>Should mention that the buttons or whatever for the vertical
<br>thrusters will have to be analogue to give me speed control,
<br>& not on & off. 
<br>Cheers Alan
<br>
<br>Sent from my iPad
<br>
<br>> On 27/02/2018, at 10:36 AM, Alan via Personal_Submersibles <personal_submersibles@psubs.org> wrote:
<br>> 
<br>> Am looking for a semi industrial or industrial joystick for controlling
<br>> 4 thrusters; two vertical, two horizontal. 
<br>> I want to operate it with one hand. The X axis will be the horizontal thrusters
<br>> throttle forward & reverse, the Y axis is the horizontal thrusters proportional
<br>> speed for turning ( pretty standard ). The vertical thruster control is what I
<br>> am having trouble with; I want it to be as intuitive as possible & have seen
<br>> buttons on joystick shafts that could be used for up & down. In the attached
<br>> picture the buttons are on the top of the shaft in the left hand example.
<br>> I am also wanting the unit pretty small, so small intuitive, one handed operation.
<br>> It doesn't matter if there is a few extra buttons as I could use these for lights
<br>> or display control etc.
<br>> If anyone knows of anything, or has a better solution, I would be interested
<br>> thanks. Oh yeah, & not really expensive!
<br>> Alan
<br>> <image1.jpg>
<br>> 
<br>> 
<br>> 
<br>> Sent from my iPad
<br>> _______________________________________________
<br>> Personal_Submersibles mailing list
<br>> <a target="_blank" href="mailto:Personal_Submersibles@psubs.org">Personal_Submersibles@psubs.org</a>
<br>> <a target="_blank" href="http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles">http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles</a>
<br>
<br>
<br>_______________________________________________
<br>Personal_Submersibles mailing list
<br><a target="_blank" href="mailto:Personal_Submersibles@psubs.org">Personal_Submersibles@psubs.org</a>
<br><a target="_blank" href="http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles">http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles</a>
<br></image1.jpg></personal_submersibles@psubs.org></blockquote></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Personal_Submersibles mailing list</span><br><span><a target="_blank" href="mailto:Personal_Submersibles@psubs.org">Personal_Submersibles@psubs.org</a></span><br><span><a target="_blank" href="http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles">http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles</a></span><br></div></blockquote></zzzmeta></blockquote></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Personal_Submersibles mailing list</span><br><span><a target="_blank" href="mailto:Personal_Submersibles@psubs.org">Personal_Submersibles@psubs.org</a></span><br><span><a target="_blank" href="http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles">http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles</a></span><br></div></blockquote></zzzmeta></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Personal_Submersibles mailing list</span><br><span><a target="_blank" href="mailto:Personal_Submersibles@psubs.org">Personal_Submersibles@psubs.org</a></span><br><span><a target="_blank" href="http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles">http://www.psubs.org/mailman/listinfo.cgi/personal_submersibles</a></span><br></div></blockquote></zzzbody></zzzhtml></personal_submersibles@psubs.org></personal_submersibles@psubs.org></blockquote></div></div></body></html>