OHM US ISS A to Z v.3

Adam001d

Just a little texturer :)
Joined
Jun 29, 2009
Messages
50
Reaction score
1
Points
6
Location
Łódź
Website
wiki.pvsa.pl
Sure, nothing wrong here:

Code:
**** Orbiter.log
Build Aug 30 2010 [v.100830]
Timer precision: 3.94739e-007 sec
Found 0 joystick(s)
Module AtlantisConfig.dll .... [Build 100830, API 100830]
Module AtmConfig.dll ......... [Build 100830, API 100830]
Module DGConfigurator.dll .... [Build 100830, API 100830]
Module Meshdebug.dll ......... [Build 100830, API 100830]
Module D3D9Client.dll ........ [Build 150111, API 100830]
Module TrackIR.dll ........... [Build 100830, API 100830]
TrackIR module not found.
Module CustomMFD.dll ......... [Build 100830, API 100830]
Module transx.dll ............ [Build 100824, API 100823]
Module CRT.dll ............... [Build 150818, API 100830]
---------------------------------------------------------------
>>> WARNING: Obsolete API function used: oapiRegisterMFDMode
At least one active module is accessing an obsolete interface function.
Addons which rely on obsolete functions may not be compatible with
future versions of Orbiter.
---------------------------------------------------------------
Module LuaConsole.dll ........ [Build 100830, API 100830]
Module ScriptMFD.dll ......... [Build 100830, API 100830]
Module DX9ExtMFD.dll ......... [Build 150107, API 100830]
Module ExtMFD.dll ............ [Build 100830, API 100830]
Module FlightData.dll ........ [Build 100830, API 100830]
Module Framerate.dll ......... [Build 100830, API 100830]
Module Rcontrol.dll .......... [Build 100830, API 100830]
Module ScnEditor.dll ......... [Build 100830, API 100830]
Module LuaMFD.dll ............ [Build 100830, API 100830]

Running on Acer Aspire V3 with Nvidia GT-710M graphics on Windows 10.
 

Urwumpe

Not funny anymore
Addon Developer
Donator
Joined
Feb 6, 2008
Messages
37,588
Reaction score
2,312
Points
203
Location
Wolfsburg
Preferred Pronouns
Sire
That looks a bit too clean. Is that the Orbiter.log right after the crash?
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,904
Reaction score
196
Points
138
Location
Cape
I've seen that sometimes. It usually means something is missing. Are you sure you installed all of the required addons for Thornton's ISS ?
 

Adam001d

Just a little texturer :)
Joined
Jun 29, 2009
Messages
50
Reaction score
1
Points
6
Location
Łódź
Website
wiki.pvsa.pl
@Urwumpe, yes I am sure.

@Donamy: hmm... I think - yes. latest SSU, Thorton's ISS and its required (shuttle fleet, proton, etc.), Hi-Res KSC, and... that's all. Did I forgot about something?
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,904
Reaction score
196
Points
138
Location
Cape
Try starting with just the Zarya and Unity in a scenario and go from there.
 

Flow

New member
Joined
Dec 21, 2015
Messages
38
Reaction score
0
Points
0
Absolutely stunning rendering of the ISS.

Working perfectly in Play on Linux on Mint 17.3 and can just sit for hours watching and exploring.

It may seem a big ask in my first post but is there an update for the relocation of the PMM to Tranquility that was done earlier this year?

I've checked through the addons and can't find one and unfortunately don't know enough to change the .ini and scenario files.
 

pappy2

Active member
Joined
May 3, 2012
Messages
398
Reaction score
36
Points
43
Hello "donamy"
The year 2016 has just begun and I was wondering if you'll do an update of your ADDON with the new configuration of the ISS

The change of position of the PMM module and PMA-3 was carried out in 2015, and this new configuration gives the ISS a new provision of the US party will allow the simultaneous berthing of several US supply vessels.

The update of your work will be a great addition for all "ORBINAUTES"

2016-02-03_210600.jpg


Thank you again for your fantastic work :hailprobe:


Sorry for my bad English because I use "gooogle translate"
 
Last edited:

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,904
Reaction score
196
Points
138
Location
Cape
You need to attach the PMM to Node3 forward, and attach the TVstanchion2 to the P1 outboard zenith.
 

pappy2

Active member
Joined
May 3, 2012
Messages
398
Reaction score
36
Points
43
Hello donamy,
Can you help me by writing lines of code to create a new scenario with new PMM positions PMA-3 and TVstanchion2?
 

Flow

New member
Joined
Dec 21, 2015
Messages
38
Reaction score
0
Points
0
Donamy has very kindly helped me with this before - here is what needs to be done.

Replace the PMM section in the main scenario with this:

Code:
PMM:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS 6537548.64 -1674559.06 -796359.81
  RVEL -1541.510 -7134.133 2299.635
  AROT 107.87 -11.62 -100.79
  VROT -0.06 -0.00 -0.00
  ATTACHED 3:4,Tranquility
  AFCMODE 7
  NAVFREQ 0 0 0 0
  XPDR 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END

This moves the PMM to it's current location. To rotate it 180 degrees as had to be done on the actual ISS due to the location of the grapple point change this in the Tranquility.ini file:

Code:
[PARENT_ATTACH_4] ; STBD dock
POS =(2.050,0.00,1.778)
DIR =(1,0,0)
ROT =(0,0,1)
LOOSE=0
ID="XS"
RANGE=5

To relocate TVStanchion2 change it to this in the main scenario:

Code:
TVstanchion2:spacecraft\spacecraft3
  STATUS Orbiting Earth
  ATTACHED 0:4,P1_truss
  AFCMODE 7
  END

If you haven't installed all Donamy's previous ISS updates already you will have to move the WETA1Stanchion as well using this in the main scenario:

Code:
WETA1stanchion:spacecraft\spacecraft3
  STATUS Orbiting Earth
  ATTACHED 0:7,Harmony
  AFCMODE 7
  END

I haven't moved PMA3 as I don't think this has been done yet on the actual ISS and I like to keep mine as current as I can with this superb addon.
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,904
Reaction score
196
Points
138
Location
Cape
Don't forget the views from all the cameras.:yes:
 

pappy2

Active member
Joined
May 3, 2012
Messages
398
Reaction score
36
Points
43
Hello thank you for your answer is "flow" :thumbup:
It's the weekend and I'll be able to test your advice

I understand if I install all the updated our friend "donamy" I did not need to change "WETA1Stanchion" the update does.

I'll install the update first and then I will see what is there to be amended.
I'm interested views of the camera unless it is also in the updates.

I would like to move the PMA-3 because I think that this maneuver should not intervene in time could you help me?

thank you again for the answers as soon as I have pictures I show you the result

@ +
 

Flow

New member
Joined
Dec 21, 2015
Messages
38
Reaction score
0
Points
0
You're welcome Pappy2 :thumbup:

The addon that moves the WETAStanchion is this one:

[ame="http://www.orbithangar.com/searchid.php?ID=6561"]http://www.orbithangar.com/searchid.php?ID=6561[/ame]

If you've already installed this and pasted the scenario text it contains then the last step above is already done.

If you want to move the PMA3 to it's new proposed position described here:

http://www.nasaspaceflight.com/2015/05/iss-program-station-reconfiguration-future-crew-vehicles/

then change the text in the main scenario to this:

Code:
PMA3:spacecraft\spacecraft3
  STATUS Orbiting Earth
  RPOS -2577468.64 3415143.74 5178876.93
  RVEL -5270.074 3070.966 -4676.823
  AROT 104.37 -38.12 29.36
  VROT -0.00 0.00 0.07
  ATTACHED 0:3,Harmony
  AFCMODE 7
  NAVFREQ 0 0
  RCS 1
  CTRL_SURFACE 1
  CONFIGURATION 1
  CURRENT_PAYLOAD 0
END

It's the attached line that is changed and this puts it at the Harmony port pictured in the link and at the orientation pictured.

I'll post again later with a guide to setting up the camera presets and using the cameras.
 

pappy2

Active member
Joined
May 3, 2012
Messages
398
Reaction score
36
Points
43
Last edited:

Flow

New member
Joined
Dec 21, 2015
Messages
38
Reaction score
0
Points
0
Ah sorry about that - that's another lesson learned for me - don't post in a rush without thoroughly checking first.

That attachment collar isn't a separate spacecraft so I don't know how to move it across. I'm still very much a beginner so this is where I ask Donamy to dig me out of the hole.

Is there a way of moving the attachment collar over Don?
 

Donamy

Addon Developer
Addon Developer
Donator
Beta Tester
Joined
Oct 16, 2007
Messages
6,904
Reaction score
196
Points
138
Location
Cape
The collar you are refering to is part of the nodes, not the PMA. The PMA3 on top of the Harmony is how it will look.
 

pappy2

Active member
Joined
May 3, 2012
Messages
398
Reaction score
36
Points
43
thank you for the clarification :thumbup:

So when PMA-3 is in place it will serve again for docking.

PMA-3 and PMA-2 will receive special docking modules (IDA 1 and IDA-2) that will permettrent future spacecraft to dock with the ISS more gently than the space shuttle, which will minimize impacts to host the station's structure.

IDA 1 and IDA-2 will be put into orbit by Space X Dragon missions..

Lots of work ahead for the creators of ADDON :hailprobe:
 

PhantomCruiser

Wanderer
Moderator
Tutorial Publisher
Joined
Jan 23, 2009
Messages
5,600
Reaction score
165
Points
153
Location
Cleveland
Well :shifty: IDA1 went swimming, but I know what you're saying there.
 

pappy2

Active member
Joined
May 3, 2012
Messages
398
Reaction score
36
Points
43
Hello "phantom"
I know IDA-1 was destroyed in the explosion of CRS-7, but another IDA is not intended to replace another flight ?
 
Top