Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rate Thread Display Modes
Old 25-08-2021, 15:41   #16
Registered User
 
SeanPatrick's Avatar

Join Date: Dec 2012
Location: Norfolk, VA USA
Posts: 665
Re: Plotting an intercept course

I was just messing around and found that you can do this on a scientific calculator, as well. Here's how you would solve the example I gave above:
  1. Take the cosine of the angle between the other ship's true course and the desired relative course. 320° - 280° = 40°; cos(40°) = 0.766...
  2. Multiply that by the other ship's speed. 0.766... · 5 = 3.830...
  3. Multiply that by the tangent of the angle in step 1. tan(40°) · 3.830... = 3.213...
  4. Divide that by your desired speed and take the arc sine of that. asin(3.213... / 5) = 40°
  5. Add that to the desired relative course. Subtract from 180° to get the course to steer. 40° + 320° -180° = 180°
  6. Divide the result of step 3 by the tangent of the angle found in step 4. 3.213... / tan(40°) = 3.830...
  7. Add that to the value found in step 2 to get the relative speed. 3.830... + 3.830... = 7.660...
Simples.

But seriously. There's an algorithm here. It's simple trig - I just need to work out the rules for different quadrants. Then maybe I can develop something. We'll see. Another project is really the last thing I need right now.
__________________
If you have any questions about celestial navigation, ask me!
Celestial Navigation Spreadsheet
NavList Celestial Navigation Forum
SeanPatrick is offline   Reply With Quote
Old 25-08-2021, 15:49   #17
Registered User

Join Date: Jul 2018
Location: SF Bay Area
Boat: Other people's boats
Posts: 1,108
Re: Plotting an intercept course

I think it's very cool (and yet unfortunate) that the SubSim community is one of the only places to find such an app. As I run an Apple ecosystem that leaves me with (Radar Plotting) as what appears to be the only option. I've tried to find others for some time without much luck. Screenshot:



Note: I have managed to get the interface to lock up on occasion, but apart from that it works rather well.
requiem is offline   Reply With Quote
Old 25-08-2021, 18:48   #18
Registered User

Join Date: Feb 2010
Location: Tierra del Fuego
Boat: Phantom 19
Posts: 6,208
Re: Plotting an intercept course

Well, in navigation (that is what we develop OpenCPN for), the standard scenario is to avoid a collision, not to look for it And for avoiding a collision with AIS targets OpenCPN's CPA calculation and display already is quite a good tool AFAICT.
Anyway, implementing a tool for pirate interception planning and torpedo firing would be a cool little project so I'm looking forward to see the math....
nohal is offline   Reply With Quote
Old 25-08-2021, 19:10   #19
Registered User
 
Alan Mighty's Avatar

Join Date: Mar 2014
Location: Moreton Bay
Boat: US$4,550 of lead under a GRP hull with cutter rig
Posts: 2,141
Re: Plotting an intercept course

Nautical Alamanac has for free download an Excel spreadsheet that models a manoeuvring board at: https://www.nauticalalmanac.it/en/na...ing-board.html
__________________
“Fools say that you can only gain experience at your own expense, but I have always contrived to gain my experience at the expense of others.” - Otto von Bismarck
Alan Mighty is offline   Reply With Quote
Old 25-08-2021, 19:26   #20
Registered User
 
sy_gilana's Avatar

Join Date: Jan 2005
Location: On board
Boat: Van de Stadt 50'
Posts: 1,406
Send a message via Skype™ to sy_gilana
Re: Plotting an intercept course

Quote:
Originally Posted by nohal View Post
Well, in navigation (that is what we develop OpenCPN for), the standard scenario is to avoid a collision, not to look for it And for avoiding a collision with AIS targets OpenCPN's CPA calculation and display already is quite a good tool AFAICT.
Anyway, implementing a tool for pirate interception planning and torpedo firing would be a cool little project so I'm looking forward to see the math....



Actually Nohal, there is a very useful reason to have this.
When crossing a very busy TSS it would be good to aim for a point just past the stern of the last vessel of a group. (or even at him) and then bear off to pass safely. This gives max time to cross before next vessel. (I do this with AIS)


By the way, OpenCPN CPA calculation and handling, especially "Show Target CPA" function is the best implementation I have seen (Even in ECDIS systems) The depiction of that information seems self evident, sitting in a chair in a house somewhere, but, to have that at 03h00 after several rough nights of little sleep is an absolute life saver. Fatigue is a brain-killer.




(in fact its exactly the calculation we make crossing a street)
__________________
Tight sheets to ya.
https://gilana.org
sy_gilana is offline   Reply With Quote
Old 25-08-2021, 20:09   #21
Registered User
 
SeanPatrick's Avatar

Join Date: Dec 2012
Location: Norfolk, VA USA
Posts: 665
Re: Plotting an intercept course

Quote:
Originally Posted by sy_gilana View Post
When crossing a very busy TSS it would be good to aim for a point just past the stern of the last vessel of a group. (or even at him) and then bear off to pass safely. This gives max time to cross before next vessel. (I do this with AIS)

This is what I was thinking. It's not too hard on paper to modify the solution so that you pass a certain distance from another vessel. You simply change the relative motion course to one that passes your own ship at that distance, then solve as usual.


Seems like it would be a handy feature. But I fear there would be a danger of over-reliance on the "solution".
__________________
If you have any questions about celestial navigation, ask me!
Celestial Navigation Spreadsheet
NavList Celestial Navigation Forum
SeanPatrick is offline   Reply With Quote
Old 25-08-2021, 20:34   #22
Registered User
 
SeanPatrick's Avatar

Join Date: Dec 2012
Location: Norfolk, VA USA
Posts: 665
Re: Plotting an intercept course

Quote:
Originally Posted by Alan Mighty View Post
Nautical Alamanac has for free download an Excel spreadsheet that models a manoeuvring board at: https://www.nauticalalmanac.it/en/na...ing-board.html

Wow, missed this earlier. Thank you. I'm going to look into this.
__________________
If you have any questions about celestial navigation, ask me!
Celestial Navigation Spreadsheet
NavList Celestial Navigation Forum
SeanPatrick is offline   Reply With Quote
Old 25-08-2021, 20:46   #23
Registered User
 
Dsanduril's Avatar

Join Date: Aug 2011
Location: Petersburg, AK
Boat: Outremer 50S
Posts: 4,229
Re: Plotting an intercept course

For some code along with the derivation: https://www.codeproject.com/Articles...cts-in-D-Space

And then of course: https://www.researchgate.net/publica...yapunov_Theory
Dsanduril is offline   Reply With Quote
Old 25-08-2021, 21:10   #24
Registered User

Join Date: Jul 2018
Location: SF Bay Area
Boat: Other people's boats
Posts: 1,108
Re: Plotting an intercept course

Quote:
Originally Posted by nohal View Post
Well, in navigation (that is what we develop OpenCPN for), the standard scenario is to avoid a collision, not to look for it And for avoiding a collision with AIS targets OpenCPN's CPA calculation and display already is quite a good tool AFAICT.
Some might argue calculating the CPA is merely the first step; determining how to best open that CPA to a safe distance is simply a more general case of calculating an intercept.

Instead of adjusting the relative motion vector to pass through own ship, you'd move it to be tangent to the desired safe range.
requiem is offline   Reply With Quote
Old 28-08-2021, 00:02   #25
Registered User
 
SeanPatrick's Avatar

Join Date: Dec 2012
Location: Norfolk, VA USA
Posts: 665
Re: Plotting an intercept course

Quote:
Originally Posted by SeanPatrick View Post
There's an algorithm here. It's simple trig - I just need to work out the rules for different quadrants. Then maybe I can develop something. We'll see. Another project is really the last thing I need right now.

...so far, so good:


__________________
If you have any questions about celestial navigation, ask me!
Celestial Navigation Spreadsheet
NavList Celestial Navigation Forum
SeanPatrick is offline   Reply With Quote
Old 28-08-2021, 03:43   #26
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,630
Images: 2
Re: Plotting an intercept course

Ocpn_Draw has some features that might be useful. As others said O does this in AIS cpa a lot.
rgleason is offline   Reply With Quote
Old 28-08-2021, 11:07   #27
Registered User
 
rooiedirk's Avatar

Join Date: Aug 2010
Location: Netherlands
Boat: Oneoff
Posts: 511
Re: Plotting an intercept course

In general this done/needed to plot a course to an other vessel that does need help/assistance.
You can do the same in OpenCPN as you would do on paper.
  1. Make a route from own ship to target. (blue)
  2. Make a route from ownship in the opposite direction as the targets course with a distance of targets speed. (green)
  3. Change the last waypoints props by adding a circle with a radius of your own speed/
  4. make a route from last waypoint to the crossing of circle and the first route. (yellow)
  5. The course of this last route is the course to steer for interception. 286 (if you are doing 5kn)
Attached Thumbnails
Click image for larger version

Name:	Screenshot_20210828_200420.png
Views:	83
Size:	21.1 KB
ID:	244386  
__________________
Navigation is know where you are and what to do to get where you want.
But also: Know where you don't want to be and what to do to don't get there.
rooiedirk is offline   Reply With Quote
Old 03-09-2021, 07:04   #28
Registered User

Join Date: Feb 2016
Location: Lansdale, PA
Boat: Chrysler 22
Posts: 80
Re: Plotting an intercept course

If you see the other vessel, then all you need to do is generate a zero bearing rate to apply the “Constant Bearing, Decreasing Range” concept. Any other contact method, I.e. radar, can be exploited the same way. Maneuvering Board plots work but must be performed by a practiced plotter. Most of us aren’t.
chasmains is offline   Reply With Quote
Old 03-09-2021, 07:07   #29
Registered User
 
Colin Stone's Avatar

Join Date: Oct 2010
Location: Vessel FR, me UK
Boat: EuroShipServices Luxemotor 22m
Posts: 58
Re: Plotting an intercept course

Battenberg plotter - eBay??
__________________
Colin Stone
MV KEI
www.luxe-motor-kei.co.uk
Colin Stone is offline   Reply With Quote
Old 03-09-2021, 08:07   #30
Registered User

Join Date: Mar 2009
Location: Currently in Malaysia
Boat: Valiant Esprit 37
Posts: 235
Re: Plotting an intercept course

Quote:
Originally Posted by ldomustang View Post
Does OpenCPN have a feature that will allow me to plot an intercept course to another vessel?
The easiest way to do this is install an AIS receiver, link it to Opencpn and then steer a course until OpenCPN shows you are on a collision course. Works every time! Of course, any change of speed or direction of the target vessel will change the results, but that would be true no matter what method you used.
reflectionsv37 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Plotting the Intercept sneuman Navigation 27 22-02-2012 04:30
Help Plotting My Course Home ? CoolBreezeTx Navigation 21 13-10-2010 18:34
Plotting a Course Using GPS sharkus Navigation 13 03-06-2010 09:32

Advertise Here


All times are GMT -7. The time now is 13:43.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.