OHM Space Launch System for Orbiter 2016 0.1.2

Is any one working or do we have the Logistic Modules? One is a Space X Dragon.
 

Attachments

  • SpaceX_Dragon_XL_logistics_module_(6).jpg
    SpaceX_Dragon_XL_logistics_module_(6).jpg
    80.5 KB · Views: 26
  • gateway-config-with-major-partners-final-png.jpg
    gateway-config-with-major-partners-final-png.jpg
    114.7 KB · Views: 26
So looking at the Canadarm3 again.
https://www.asc-csa.gc.ca/eng/iss/canadarm2/canadarm-canadarm2-canadarm3-comparative-table.asp

The big differences are length and boom diameter.

So I can shorten the booms to make the total length 8.5 meters. The C2 is 17 meters long

On the boom diameters. c3 is 23cm c3 is 34 cm I can redo the booms to be 23cm.

BUT. I wonder if the joints and effector ends should remain the same. Or be reduced to match the booms?


How do you fold/un fold the SSRMSD?
 
Last edited:
The joints have to be : SR=0, SY=0, SP=0, E=180, WP=180, WY=180, WR=0
then press K.
 
I am going to go with this:
trying to get the SSRMS code to work for this. But getting lots of errors.
I can get it to move and attach,.... using old code
 

Attachments

  • canadarm3new.jpg
    canadarm3new.jpg
    35.7 KB · Views: 8
I got it to work. Thanks for @Gondos .

I got my smaller arm to load. But I thin another difference between C2 and C3 and the angle difference.
Each of Canadarm2's joints rotate 270 degrees in each direction, a total of 540 degrees.
const double JOINT_LIMITS[2] = {-280.0, +280.0}; const double JOINT_SOFTSTOPS[2] = {-270.0, +270.0}; // from ISS ROBO Console Handbook, 1.2-29 (p. 58)

but c3 is almost 360.
Each joint will be able to rotate almost 360 degrees.
so maybe:
const double JOINT_LIMITS[2] = {-360.0, +360.0}; const double JOINT_SOFTSTOPS[2] = {-350.0, +350.0}; // from ISS ROBO Console Handbook, 1.2-29 (p. 58)
 
Redoing/looking at the Gateway. With emphasis of attachment points. On the airlock you can see in the red circles they are rms targets. but the green circles are they RMS targets and just shown differently
 

Attachments

  • airlockrmsports.jpg
    airlockrmsports.jpg
    183.6 KB · Views: 11
  • haloattachment.jpg
    haloattachment.jpg
    50.8 KB · Views: 10
  • ihabitatrms1.jpg
    ihabitatrms1.jpg
    162.2 KB · Views: 10
  • halopperms.jpg
    halopperms.jpg
    109.6 KB · Views: 9
Looking to redo the ESPRIT. MAybe make an interior? But again sunken holes versus rms grapple.
 

Attachments

  • 53125163776_1c50b801c1_b.jpg
    53125163776_1c50b801c1_b.jpg
    115.1 KB · Views: 6
  • OIP.jpg
    OIP.jpg
    8.5 KB · Views: 6
They look more like attachments for the ERA.
 
Redoing the airlock, I habitat, Haloppe. added Rms targets.

I may redo the Halo/ppe. I think it is looks like 1 vessel. I have 2 docks there. Not sure the arm would be attached for the launch. As it sticks out of the Fairing.
 

Attachments

  • haloppe4.jpg
    haloppe4.jpg
    50.6 KB · Views: 5
  • haloppe5.jpg
    haloppe5.jpg
    29.8 KB · Views: 6
  • airlockrms1.jpg
    airlockrms1.jpg
    46.1 KB · Views: 6
New Halo/PPE. With the C3 arm.

Since it moves from attachment to attachment. Seems that the arrangement should be similar?

I would say a attachment on top of the Ihabitat. so the the arm could move down.

You see with the arm attached on the side how it would stick out for launch.
 

Attachments

  • haloppe6.jpg
    haloppe6.jpg
    95.9 KB · Views: 2
I saw this. This might explain the different fixtures. Might redesign the arm??
 

Attachments

  • gateway5.jpg
    gateway5.jpg
    47.1 KB · Views: 5
Here is the ESPRIT Fuel transfer unit. It has the new arm connector.

I might go back to the starlab and put a mfd or 2 in the VC?

BUt now my Artemis ctd ever so often:(
 

Attachments

  • ESPRIT1.jpg
    ESPRIT1.jpg
    47.5 KB · Views: 3
  • ESPRIT2.jpg
    ESPRIT2.jpg
    81.1 KB · Views: 4
  • ESPRIT3.jpg
    ESPRIT3.jpg
    61 KB · Views: 4
  • ESPRIT4.jpg
    ESPRIT4.jpg
    87.9 KB · Views: 5
  • ESPRIT5.jpg
    ESPRIT5.jpg
    80.5 KB · Views: 5
I got her to launch on a Falcon HVY. I am not sure about the arm and grapple points. I saw an image with a grapple point on the end of the PPE. But not sure if the arm can reach the attachment in the PPE?? Maybe the target is on the side?ppegrapple.jpgFHGATEWAY1.jpgFHGATEWAY1a.jpgFHGATEWAY1B.jpgFHGATEWAY1C.jpg
 
Last edited:
Back
Top