See site in english Voir le site en francais
Website skin:
home  download  forum  link  contact

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

Author Topic: An idea to enhancing the antenna  (Read 15673 times)

0 Members and 1 Guest are viewing this topic.

Offline LostOblivion

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
12 August 2007, 21:38:28
Hi,

Firstly, I must say I am really shocked how well your delta gliders have worked out, especially of course, the latest one.
It's really the greatest addon (if not more than that) for Orbiter ever made.

Anyway. I don't know how much work it is, but just got an idea of how to enhance the antenna section. Like it is now, you
don't really get anything in return from tracking a planet or a ship. I thought maybe having this camera or something and
zooming in on earth from jupiter or zooming in on a satellite from ISS or something. The functionality for zooming in on an
object from far away is already there, but not in another picture I imagine. Look below, you get the picture of my idea.
(Literarily. =)) Anyway, being able to give commands to another ship (like the remote control thing) when antenna is locked
on would also be cool. Like the remote control-panel integrated in the ship's panel. :sage:




"The Earth is the cradle of humanity.
But one cannot live in the cradle forever."
- Konstantin Tsiolkovsky

Offline sirbruce

  • Jr. Member
  • **
  • Posts: 36
  • Karma: 0
Reply #1 - 13 August 2007, 01:25:04
Hmm, some combination of camera MFD and telescope MFD... with static on the picture corresponding to signal
strength.


Offline LostOblivion

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Reply #2 - 13 August 2007, 22:26:28
Is it possible at all?


"The Earth is the cradle of humanity.
But one cannot live in the cradle forever."
- Konstantin Tsiolkovsky

Offline Tachyon

  • Full Member
  • ***
  • Posts: 118
  • Karma: 0
Reply #3 - 17 August 2007, 03:11:06
I would image very possible - there are already MFD's that do these functions now.. we'd just need a way to get the
output or interface into that area of the lower panel ... that part would be a Dan thing - the others would be
adaptations of the already present add-on's functions.

http://www.orbithangar.com/searchid.php?ID=2645

http://www.orbithangar.com/searchid.php?ID=644


My god - it's full of stars !

Offline DanSteph

  • Administrator
  • Legend
  • *****
  • Posts: 15407
  • Karma: 256
  • Hein, quoi !?
    • FsPassengers
Reply #4 - 17 August 2007, 03:54:44
"we'd just need" :lol:

NEVER assume something is simple in programation unless you know it...
Something that seem simple may take month of work...

Dan



Message modifié ( 17-08-2007 04:07 )


Offline Tachyon

  • Full Member
  • ***
  • Posts: 118
  • Karma: 0
Reply #5 - 17 August 2007, 04:47:52
Yeah .. see ... "just need" !!      I told you so...  ;)

Dan, so are you saying that it is impossible, can't be done, ever??  (of course not)  Because, I didn't say anything
about the effort needed - just that I was sure that it "could" be done and that two of the three parts appeared to
have already been done by others. (the links)

Now, please don't get defensive - I mean you no harm. I am sure that this is not something that you (or anyone)
could burp out in a days worth of programming. In fact as I was writing that first response I was thinking (to myself
) I'm sure that this would require some degree of a re-write to the main DGIV code which I'm sure is not going to
happen to DGIV - maybe a wish list addition to DGV. After all, you blew our socks off with the awesome stuff you
added to DGIV. It was only meant to possibly start the creative juices flowing ... anyone juicy yet?  (that sounded
wrong
:help: )

In much the same way as your efforts with the DGx series were to Orbiter, there are many developers of these MFD's
that could surprise us with a add-on that does exactly what Lost's idea proposes... I give you Spacecraft3.dll as an
example of this creativity.

"Nothing is ever impossible - it may take a bit longer"


My god - it's full of stars !

Offline willy88

  • Sr. Member
  • ****
  • Posts: 332
  • Karma: 0
Reply #6 - 17 August 2007, 05:58:20
But the biggest question is: where's the camera? ;)


_________

Offline sirbruce

  • Jr. Member
  • **
  • Posts: 36
  • Karma: 0
Reply #7 - 17 August 2007, 10:50:49
The camera could be considered part of the antenna array... remember it would only work when the antenna is in LOS
with the object (when it has a signal), so...

Of course, light travel time is considered instantaneous in Orbiter, so there's no delay in watching a ship all the way
out at Jupiter. :P


Offline picto

  • Legend
  • ******
  • Posts: 5014
  • Country: France fr
  • Karma: 24
  • Criiii Crii Crii
Reply #8 - 17 August 2007, 11:01:09
Quote
But the biggest question is: where's the camera?

:lol:

We may think that the antenna is just a sort of "radar"
that build imagery from "echo location" as Sirbruce says.

BTW,I love this idea too !
But as Dan told me  !
Nothing in the Orbiter SDK allows you to make this easy.
It is hard hacking prog.


Pic

Offline DanSteph

  • Administrator
  • Legend
  • *****
  • Posts: 15407
  • Karma: 256
  • Hein, quoi !?
    • FsPassengers
Reply #9 - 17 August 2007, 13:41:59
Quote
Tachyon wrote:
Yeah .. see ... "just need" !!      I told you so...  ;)

Dan, so are you saying that it is impossible, can't be done, ever??  (of course not)  Because, I didn't say anything
about the effort needed - just that I was sure that it "could" be done and that two of the three parts
appeared to
have already been done by others. (the links)

No offense at all, don't worry ;)

Features really done in an addon depend of somes variables:

-How much fun/usefullness does the feature really add ?
-How long time will it take to code ?
-Does the develloper find it very intteresting to code or just boring ?

So it's all a matter of level of those three variables,
a feature may be minor but short to do and very intteresting to code: Done
Another may be long but add a lot fun but boring to do: Done
Of course one may be minor, very long to code and boring: not done ;)

etc etc...

In this case I estimate the variable potential at:

-How much fun/usefullness does it really add ?= 20%, it's a gadget, peoples will not use it so often+ it's not realist.
-How long time will it take to code ?= 100% very long, I must hack Orbiter because it doesn't allow camera and change a lot of code+disable code already done (make room on panel).
-Does the develloper find it very intteresting to code or just boring ? =  Boring + it would have a great impact on
performance.

Such gadget would be nice I agree, but it doesn't worth in my opinion such efforts and loss of performance on the
lower panel (wich is already the slower one).

Also as you dream it there is some noise and treatment of image to make it look like radar or far object, this would mean full filtering of each image in real time... a call for slideshow and huge dev time.

A "no no" for me.

Dan



Post Edited ( 08-17-07 13:46 )


Offline Tachyon

  • Full Member
  • ***
  • Posts: 118
  • Karma: 0
Reply #10 - 18 August 2007, 04:16:38
Well .. great points ... see ... that is why I don't code .... I hadn't even thought of the performance hit.

Sometimes ...   "just because you CAN do a thing, does not mean you SHOULD do a thing!"


My god - it's full of stars !

Offline LostOblivion

  • Newbie
  • *
  • Posts: 14
  • Karma: 0
Reply #11 - 19 August 2007, 20:51:39
It's just another idea. :damn:


"The Earth is the cradle of humanity.
But one cannot live in the cradle forever."
- Konstantin Tsiolkovsky

Offline Daniel76

  • Full Member
  • ***
  • Posts: 131
  • Karma: 0
Reply #12 - 20 August 2007, 19:02:40
 this would be so cool I just used the link that you posted Tachyon and it makes it easier to fly and its cool to look at
the planet while in a cockpit view, off topic I know but does anyone know how not to be draged back into the mars
surface when in a low orbit because i am trying to deploy a satellite and i keep dieing its getting annoying i did it like
3 times already so i dunno


Offline Tachyon

  • Full Member
  • ***
  • Posts: 118
  • Karma: 0
Reply #13 - 21 August 2007, 06:03:32
Check me if I'm wrong here Sandy ... but make sure you're in a circular orbit before jumping ship ???

{Caddy Shack reference}


My god - it's full of stars !

Offline sirbruce

  • Jr. Member
  • **
  • Posts: 36
  • Karma: 0
Reply #14 - 25 August 2007, 20:07:04
If you're using the Mars autopilot to take off, make sure you're letting it finish the orbit; don't turn off the autopilot
prematurealy when it shuts down the engines.  You should always watch your orbit in the orbit mfd to make sure
your autopilot leaves you in a good one.


Offline C3PO

  • Full Member
  • ***
  • Posts: 159
  • Karma: 0
Reply #15 - 26 August 2007, 01:13:14
But LostOblivion has got a point. The antenna doesn't do that much except showing the dir/dist to the target.

I've got two ideas that it could be used for. Both are already implemented in Orbiter, but it would make the antenna
more useful. :)

It could be a sort of long-range docking HUD. A pointer drawn on the HUD maybe with the distance.
Relative speed is not that important at long range.
Or it could show the direction with two needles on the Flight Data Backup Display (maybe not that useful, but quite
easy to code)

It could also be used to get info on the target. This would require a page on the main fight computer to display the
info. Things like NAV and IDS frequencies, ILS and VOR.

This should be simpler to code then the camera. ;)


Offline sirbruce

  • Jr. Member
  • **
  • Posts: 36
  • Karma: 0
Reply #16 - 26 August 2007, 10:32:50
Speaking of which... I'd really like a way to increase the IDS range to 200km from 100km.  Is there a way to do this?  
Or is this internal to orbiter?  This would allow for easier rendezvous, especially when the relative inclination is high.  
The default sync orbit MFD lets you to be within 1 degree but in many cases that won't get you within 100km.


Offline C3PO

  • Full Member
  • ***
  • Posts: 159
  • Karma: 0
Reply #17 - 26 August 2007, 18:09:30
Quote
sirbruce wrote:
Speaking of which... I'd really like a way to increase the IDS range to 200km from 100km.  Is there a way to do this?  
Or is this internal to orbiter?  This would allow for easier rendezvous, especially when the relative inclination is high.  
The default sync orbit MFD lets you to be within 1 degree but in many cases that won't get you within 100km.

Relative inclination is managed by the AlignMFD, but that's besides the point.

Here's a section of a scenario file defining Mir:
Quote
Mir
  STATUS Orbiting Earth
  RPOS -5760325.89 -205786.54 -3364545.79
  RVEL 3904.388 -407.008 -6654.608
  AROT 0.00 -45.00 90.00
  IDS 0:540 100 1:542 100 2:544 100
  XPDR 482
END

The IDS line shows that all the ports have a range of 100 km. You could change the number to whatever you want.

But you really should be using the XPDR at long ranges.;)


Offline BluryBlue

  • Jr. Member
  • **
  • Posts: 99
  • Karma: 0
Reply #18 - 27 August 2007, 01:38:57
If Dan got permission by the creaters of the Camera and Telescope MFD then this would be all possible.
:ptdr:


-----------------------------------------------------------------
Red, darkened skies... Nuclear sirens... the helpless
screams of innocent children...

Typical Monday.

Offline sirbruce

  • Jr. Member
  • **
  • Posts: 36
  • Karma: 0
Reply #19 - 27 August 2007, 11:47:04
Quote
C3PO wrote:
Relative inclination is managed by the AlignMFD, but that's besides the point.

It is, and I don't know why you brought it up.  AlignMFD will (generally) let you get to 0 degrees if you like.  I was
referring to the RInc warning in SyncMFD, which basically recommends not attempting a rendezvous with more than 1
degree inclination.  My point was that even if SyncMFD has you intersecting at 0, if your RInc is, say, 0.75 degrees,
which is otherwise within the "recommended limit", you can still be so far away that you'll never pass within 100km.

Quote
The IDS line shows that all the ports have a range of 100 km. You could change the number to whatever you want.

That was the first thing I tried, but it didn't work.

Quote
But you really should be using the XPDR at long ranges.;)

Don't really understand this joke.



Offline C3PO

  • Full Member
  • ***
  • Posts: 159
  • Karma: 0
Reply #20 - 27 August 2007, 13:30:00
OK, my bad. I thought that you had misunderstood SyncMFD. If you align planes perfectly this problem goes away.

The range parameter is indeed not working. Something has changed. I haven't tried this for several years. It stays at
100 km.

The XPDR is no joke. Just tune your COM to the XPDR frequency. You can find the correct one by pressing [Ctrl+I] and
it has a range of 1000 km. It works the same way as IDS except for the docking squares on the HUD.

If everything else fails you can always press the TGT button on the DockMFD and select your target directly.



Offline sirbruce

  • Jr. Member
  • **
  • Posts: 36
  • Karma: 0
Reply #21 - 28 August 2007, 14:21:01
Quote
C3PO wrote:
OK, my bad. I thought that you had misunderstood SyncMFD. If you align planes perfectly this problem goes away.

Yes, this is true, but it's not always possible on the first pass!  I'm basically just looking for a way to activate autodock
from further out.

Quote
The range parameter is indeed not working. Something has changed. I haven't tried this for several years. It stays at
100 km.

Now that the orbiter forums are back up perhaps this can be filed as a bug.

Quote
The XPDR is no joke. Just tune your COM to the XPDR frequency. You can find the correct one by pressing [Ctrl+I] and
it has a range of 1000 km. It works the same way as IDS except for the docking squares on the HUD.

Ahhh, I didn't realize the docking HUD would provide this.  Thanks!  It certainly helps as I can start the docking
manually.... but I assume the autodock still won't work until you're in IDS range?


Offline C3PO

  • Full Member
  • ***
  • Posts: 159
  • Karma: 0
Reply #22 - 29 August 2007, 12:40:21
Ah! I see. You want to use the autodock. I suggest you practise rendezvous to get closer to the target.

There is a MFD that does that automaticly.
http://orbithangar.com/searchid.php?ID=1199

But that doesn't start to work until you're 600 km from target. Not really useful if you're in a DGIV.

You could use TransX, but you really need to know what you're doing. (And I'm not suggesting you don't)

I guess autodock doesn't work outside IDS range, but I think you probably ought to be in visual range before
engaging it. Otherwise you might crash into the target.


Offline sirbruce

  • Jr. Member
  • **
  • Posts: 36
  • Karma: 0
Reply #23 - 30 August 2007, 02:21:39
Again, practicing rendezvous isn't really the issue.  It's the "sometimes I launch into orbit and I could dock with my
target except I don't have time to get my RInc within half a degree and so I only pass within 300km or so of my target
and if only autodock worked out to here I could dock easily."  But yeah, now knowing I can use the XPDR out to
1000km that helps; I can manually do the first part until I'm in IDS range.  Still would rather make IDS range bigger,
though.

I appreciate your help but I'm a bit tired of the "do it the way I do it" approach.  I just want the IDS range to be
larger.


Offline C3PO

  • Full Member
  • ***
  • Posts: 159
  • Karma: 0
Reply #24 - 30 August 2007, 08:46:15
Quote
sirbruce wrote:
I appreciate your help but I'm a bit tired of the "do it the way I do it" approach.  I just want the IDS range
to be larger.

I can't help you with that. Sorry.