Recent content by MeeexC

  1. M

    IMFD Surface Launch Program

    Hello Turtle, yes, that's what I meant by "OpMode:0", I share the date from left (0) with right. But there is no data available. Sure, I know there is another way to launch to ISS, that was something like my minimal example. It should work here too if I want to use it elsewhere, shouldn't it...
  2. M

    IMFD Surface Launch Program

    Hello! I wanted to use the Surface Launch Program from IMFD for my launch timing today. I have loaded the XR2 Scn "1 - Ready for takeoff to ISS". But the Surface Launch Program does not show any data from the Course Program. What I did: Left IMFD: MNU -> Course -> Target Intercept ->...
  3. M

    Project Orbiter economic simulation

    So, some time has passed! Unfortunately, I'm very limited in time, because of work at the moment. If I have time, I'd rather take a flight in Orbiter than invest 30 minutes in coding. Face has already helped me a lot with his answers here to find the right approach. However, I would now have...
  4. M

    LaunchMFD Guide to ISS

    Hello all! I had some time to dive into Orbiter in the last days. Something I had never done with success before was LaunchMFD. I have to say that I haven't played Orbiter since its hype in 2010-2012(?). I have forgotten almost everything and am just starting to learn it again. My problem is...
  5. M

    Project Orbiter economic simulation

    Yesterday I had everything in place. I tried to land "automatically" on BB, but it was as you predicted: the ship jumped around. Now, on the one hand, I'm trying to compensate for the offsets to get a soft landing. On the other hand, I'm going to test another approach that was suggested...
  6. M

    Project Orbiter economic simulation

    Yep, I calculated the same numbers this morning. So it means that everything is actually in place and working as it should. I realize that in the case of multiplayer in online mode, latency will certainly be a troublemaker. In my case, at some point after developing the base code in Matlab, I...
  7. M

    Project Orbiter economic simulation

    So, now I have added a DefSetStateEx function to Orb:Connect. However, I noticed the following: I undocked from the ISS with a DG and then read out the vessel status via Orb:Connect and directly read it in again. This resulted in an offset between DG and ISS of several meters. Either the...
  8. M

    Project Orbiter economic simulation

    Update: I am currently modifying Orb:Connect to integrate more functions of the OAPI into the parser. Does anyone know if kamaz or any of the previous authors are still active? Also, a few questions about this: - Do you see any benefit in giving Orb:Connect an extension in general? A lot of...
  9. M

    Project Orbiter economic simulation

    That's superb, then I will now try to get my VS2019 working properly and then extend the parser of OrbConnect with a DefSetStateEx function. I'll also have a look at the ScnEditor, maybe I'll understand it all a bit better then. Regarding the playback, unfortunately I haven't found any...
  10. M

    Project Orbiter economic simulation

    The problem in this case is that I still have to run the playbacks in real time to record the data. I won't be able to avoid doing this myself. The loop you suggest is dangerous in my approach: the training set follows certain rules, and one of them is to aim for a normal distribution of all...
  11. M

    Project Orbiter economic simulation

    I was not able to recompile it. But today I also tried to compile the mfd example and this gave me some issues too. But that worked before, so I have to look at my settings in detail. Thank you for the advices with DefSetStateEx. I had no idea that this will be that tricky. But this is still...
  12. M

    Project Orbiter economic simulation

    I must confess that in my current version I can no longer go above 20 Hz... However, this limit should be at the same level as the frame rate later on. But here's some news: Thanks to Orb:Connect I can now record the trajectories of the ships via TCP/IP connection between Orbiter and Matlab...
  13. M

    Project Orbiter economic simulation

    I will try my best ;-) Today, I finally managed to establish a stable connection between Matlab and Orbiter via Orb:Connect. I guess, sometimes you should remember the basics, I just say: LF and CR... It has actually become quite fast. I can sample the ship parameters with min 50 Hz...
  14. M

    Project Orbiter economic simulation

    Of course, you're right, that's why I'm working on docking and landing. At the moment I'm trying a lot how to best integrate my system into Orbiter. Also, I'm thinking about what all is possible starting from the OAPI and what approaches work for me. Since I'm just trying and discarding, it's...
  15. M

    Project Orbiter economic simulation

    That is exactly the point! An autopilot would "deliver" everything immersive but has the timewarp problem. But here again my question: Where is the bottleneck? Every controller, whether simple PID or whatever, comes to its limits when it has to react faster than its feedback loop allows. Is this...
Top