Search results

  1. indy91

    RTCC Nominal Apollo 13

    Then that was an error. TH stand for threshold time. The descent planning processor finds a TIG (and also a time to fly over the landing site) at any point after the times you specify. So it should at least be a few minutes before the time you actually want. There is one thing I wanted to...
  2. indy91

    RTCC Nominal Apollo 13

    You don't really need the CSI processor, it doesn't give you any more data than the launch window processor really. I kind of purposefully haven't documented the MPT much because I don't feel it is user friendly and stable enough yet to be advertised as a usable part of the MFD. And I've tried...
  3. indy91

    Apollo 7 P20: Second Mark Set Issue

    Looks like you did accidentally PRO on 16 45 instead of doing V32E. That starts the final pass through P34 (or any other rendezvous programs) and doesn't allow any marks being processed anymore. After all you have done the final calculation, changing the state vector now would change the burn...
  4. indy91

    RTCC Nominal Apollo 13

    You are doing the calculation in the LM and have selected the CSM as the target vessel, right?
  5. indy91

    Discussion X-Y plane aerofoil?

    With drag force model you mean using SetCW? If it was only drag then this would be sufficient, even if SetCW has some issues. But I also wanted to simulate correct aerodynamic moments. That's the bigger issue with the airfoils. Like, imagine the Apollo CSM. It had a tendency to get torqued by...
  6. indy91

    Discussion X-Y plane aerofoil?

    That's not the problem. Total drag for example would be a function of both angle of attack and side slip angle, but not independent of each other as the standard airfoil calculations assume. If you are at 90° aoa then the side slip angle becomes random, not very well defined. So any coefficients...
  7. indy91

    Discussion X-Y plane aerofoil?

    With the current system of two airfoils there is the problem of singularities. At 90° angle of attack the slip angle becomes undefined and vice versa. This isn't much of a problem for aircraft, but spacecraft quite often can be at attitudes 90° from the airspeed vector. So what I have done with...
  8. indy91

    Apollo 12 Powered Descent/LR Issue

    Ah I think I know what was going on with MCC-5. It didn't even calculate the maneuver. The calculation happened in the lunar SOI (30 minutes before crossing over) while MCC-5 will be already in the Earth SOI. And the logic was checking what SOI the state vector was in. It saw the Moon and...
  9. indy91

    Apollo 12 Powered Descent/LR Issue

    It's not hardcoded, the mission files (Missions\ProjectApollo) have the flight program for each mission. If no line with FP6 or FP8 is present it defaults to FP8. I think a lot of the padload in the launch scenario would need to be changed for this, too. The main disadvantage of using FP6 for...
  10. indy91

    Apollo 12 Powered Descent/LR Issue

    I just landed your T-60s scenario. It worked so accurately that it auto landed directly in the Surveyor crater. Somehow I couldn't get any LPD commands in though, not sure why. Maybe you never allowed LR data to go in? On Apollo 12 this procedure is a bit different. You do V57, which puts up 06...
  11. indy91

    Question May I ask for some help on finding a certain piece of documentation?

    Here is the link to the document: https://www.ibiblio.org/apollo/Documents/Launch%20Vehicle%20Operations%20AS-511%20Vol%20II%20of%20IV.pdf
  12. indy91

    Cannot update AGS from PNGS

    I think I remember now, it has to do with address 411. In FP6 and FP7 this is the engine selection, RCS/DPS vs. APS to account for the APS cant angle. In FP8 this is the command for the AGS to look for RR data in the PGNS downlink. The Apollo 13 and 14 procedures probably set 411 to 1 for...
  13. indy91

    Question May I ask for some help on finding a certain piece of documentation?

    We have one volume of this from Apollo 16. We are going to ask it to be hosted on the Virtual AGC website, stay tuned.
  14. indy91

    Support Implementing AS-202

    Probably the Apollo 7 CSM being heavier than the AS-202 one or something like that. Yeah the AGC software on AS-202, Apollo 4 and 6 had some special burn guidance to achieve desired semi-major axis and eccentricity for the orbit. See this document...
  15. indy91

    Support Implementing AS-202

    Yeah this is what happened, although it is timebase 3 for the Saturn IB. The AS-202 file in my Block I branch is a bit dated, it's missing a critical command to allow the S-IVB engine to start. What you need is 3.2,3,11 under TB3 in the AS-202 flight sequence program. I can also update the...
  16. indy91

    Support Implementing AS-202

    The flight sequence program is a sequence of scheduled commands from the LVDC to the stages (in this case IU, S-IVB and S-IB). They contain such things are commanding engine cutoff, engine starts, pressurization etc. So nothing to do with trajectory. It is badly documented, very sorry about...
  17. indy91

    Apollo 10 P22 Landmark Tracking: REFSMMAT/Alignment Question

    Ah yeah, I know how I broke it. Old scenarios first had zero saved in TLAND and then the MCC previously loaded the predicted time in its mission specific code, but not until the MCC-1 calculation. So old scenarios in that timeframe still had the zero and the current MCC wasn't updating it...
  18. indy91

    Apollo 10 P22 Landmark Tracking: REFSMMAT/Alignment Question

    So the LS REFSMMAT that gets calculated and uplinked before MCC-4 uses a planned time of landing. That variable is initially loaded from a launch day specific RTCC config file and afterwards it's being saved and loaded in the RTCC. This variable is zero in your scenario instead of circa 100...
  19. indy91

    Project Seeking Doc: Manually-Aided Onboard Apollo Cislunar Navigation

    I am seeing it on the restricted NTRS list: But it's never been available on the public NTRS, as I can't find it on archive.org. So no we sadly don't have this.
  20. indy91

    Support Apollo Addon Information re: P23 and Sextant Programming

    What exactly do you want to know about? How the sextant works with its split line-of-sight, or how the computer is using the sextant data? Or something else? You are asking a very broad question.
Back
Top