So could it be used in this fashion for Orbiter? That you have someone acting as the flight deck crew and someone being Sim Control creating various problems for you.
Whilst this might be true for an apollo mission, can the same be said for say a descarte mission to jupiter or a deltaglider run around mercury?
What I hope to develop are non-stereotyped positions which each have a role to fulfill and all contribute to the outcome of the mission regardless of the craft being used.
This way the mission control program will be adaptable to any new craft which gets put onto orbithangar.
Lets not forget the Shuttle here too!!! could be loads of fun
Remember we're working with the orbiter api. You "sim sup" could set fuel to 0, or turn an autopilot off, but I think there's an issue with turning engines off in that Orbiter just recalculates it the next timestep, so it won't stay off. Using the messages available for XR-series vessels gives us more capability, but there's not much available yet to talk to/command internal vessel systems.Could this software be used to simulate scenarios like this one:
It's a ascent simulation for the STS-26R flight deck crew, with video being the STS-51J launch video.
So could it be used in this fashion for Orbiter? That you have someone acting as the flight deck crew and someone being Sim Control creating various problems for you.



It looks cool, but in the map screen, you ought to have an indicator of the ships orbital path (as in the map MFD)
Well, what you're really trying to do is graph a sinewave on the map.Does anyone have some source code to the MAP MFD used in orbiter or even the MAP displayed in Aerobrake MFD.
I've been trying to work out how to plot an orbit on a map and I've been using spherical coordinates whereby PHI is my inclination and Theta is given by the True Longitude.
http://mathworld.wolfram.com/SphericalCoordinates.html
This website explains all this but I'm only getting spherical representation.
There must be an easier way.
Just to reitterate, I'm duplicating the orbit projection which is seen on map MFD in orbiter but for my mission control mod.
Well, what you're really trying to do is graph a sinewave on the map.
You'd have an equation like
y=PHI*sin(x-LAN), where PHI is inclination, LAN is longitude of the ascending node, x is longitude and y is latitude. You can use this equation to display the orbit.