Vessel Commerical LEO destinations and other space stations

The design of Axiom's solar arrays looked like they are ROSAs. Similar to the iROSAs that are currently attached over the main panels of the ISS and those from DART
 
Here is the latest. The RCS exhaust is wrong. I think translation is good but rotation is wrong. The launch the module seem too tall. But I can make a custom fairing with logo. Just not sure how to adjust the Falcon9.cfg
@BrianJ

not sure what you mean about this?
Something else to look at is a new MFD map as the one VAST uses
 

Attachments

Fixed the rcs and animations. The scenario has the SSRMS and you will need the Axiom5 .

On to the habitat
 

Attachments

Tested the NEWAXIOMPPTM1.1. Nice!

Some impressions:

The RCS thrusters seem a bit strong now. I would think they will rather use 100 N thrusters, acting in pairs or quadruples.

You might consider an aft view, for docking with the rear port, switching with the [E] or [C] key. Example:

Code:
        case OAPI_KEY_E:        // Camera look back and forth
                if (camera) {
                    camera = 0;
                    SetCameraOffset (_V(0, 0, 3.4));
                    SetCameraDefaultDirection(_V(0, 0, 1));
                } else {
                    camera = 1;
                    SetCameraOffset (_V( 0, 0, -6.8));
                    SetCameraDefaultDirection(_V(0, 0, -1), 0);
                }
                oapiCameraAttach(GetHandle(), 2);
                return 1;

The thrusters will be inverted when looking aft, but at least you can see where to fly to. :)

I removed the SSRMS from the scenario. I don't use it, and it is not necessary for test flying.
(This is just my personal preference.)
 
I need to redo the PTTM mesh and code. I think the radiator need to pivot so straight out,
 

Attachments

  • axiomdock1.jpg
    axiomdock1.jpg
    48.7 KB · Views: 5
Good Point, that the Solar panels and radiators may collide when angling independently. Maybe the simple solution is to Just let Thema Stick Out straight, and only have them rotated to track the sun.
 
fixed the panels. I got the Habitat together.

So scenarios? 1 for just the PTTM docked to ISS no RMS attached 2 PTTM and Habitat docked with RMS?
 

Attachments

  • fixedpanels.jpg
    fixedpanels.jpg
    82.1 KB · Views: 7
the plan is to load some of the racks inside the PPTM from the ISS so I wonder if they plan to walk the SSRMS off the ISS to the PPTM before it undocks
 
Afaik the new plans were to send a new SSRMS alongside AxHab-1. I may be wrong but they don't plan on reusing the Canadarm2 anymore
 
I have this. renamed the cfg so easier to find. keys 2 rad 8 solar K track and 1 for the windows on the HAB.

On the SSRMS I know for the gateway they were working on a new rms. I was working on it also.

I am not expert on the arm. But I wonder if the targets are too small?

got to have the Axiom 5 for textures,.....

I guess the airlock module should be next. basically the pptm with and extra part. no solar or rad.
 

Attachments

Airlock module. I need to redo the meshes with the better rms target, So found a texture issue.
But can't get this guy to dock properly with the hab.
 

Attachments

  • axiomairlock2.zip
    axiomairlock2.zip
    1.9 MB · Views: 3
  • AXIOMAIRLOCKHAB.jpg
    AXIOMAIRLOCKHAB.jpg
    24.5 KB · Views: 4
  • axiomairlock.jpg
    axiomairlock.jpg
    55.9 KB · Views: 5
With the airlock.

I need to figure out how to tell the Falcon 9 which fairings to use? @BrianJ
I can make a custom one for this vessel.
 

Attachments

  • axiomairlockdock.jpg
    axiomairlockdock.jpg
    31.3 KB · Views: 6
What we can do now. new texture for fairing. But it seems the Axiom might be too long. Not sure if we have specs for the lengths?
 

Attachments

  • axiom2ndstage.jpg
    axiom2ndstage.jpg
    71.2 KB · Views: 2
  • axiomlogofairing.jpg
    axiomlogofairing.jpg
    89.6 KB · Views: 2
What I do not understand is the HAb2 looks like it has the common berth on both ends. But docks with hab1?
so does the PAM on the aft end of Hab1 need to be removeable?
 

Attachments

  • AxStation_Axiom_Roadmap_AssemblySequence_Overviewhab.jpg
    AxStation_Axiom_Roadmap_AssemblySequence_Overviewhab.jpg
    67.9 KB · Views: 2
the picture looks like it would be launched like that one of the PMA's on Hab 1 would be stored at docking spot 6 on hab 1 the the hab 2 captured with the RMS and berthed to Hab 1 then the RMS would move the stored PMA to Hab 2
 
Back
Top