Recent content by laura

  1. L

    Problem Compiler can't find orbitersdk.h

    Hi! It took me a long time to understand how to set the configuration of Visual Studio for a new project, so here I list the step I followed and that worked for Visual Studio 2015. Hope it can help: The first step on the creation of a new module is to set the configuration for the project...
  2. L

    SDK Question TCP Comunication at Orbiter

    you were right... As you previously mentioned, it was due to the guidance file. After deleting the instructutions related to pitch and roll control, it worked perfectly. Thank you all and sorry for the late answer.
  3. L

    SDK Question TCP Comunication at Orbiter

    Here it is the link: http://francophone.dansteph.com/?page=addon&id=218 you also need to download the vega launcher addon and Kourou global part 1 and 2. It is all explained at that link.
  4. L

    SDK Question TCP Comunication at Orbiter

    I have now changed the launcher on which I was trying to set attitude (from Vega add-on to Atlantis demo) and while in Vega a change can be appreciated at attitude, it doesnt keep the value. However, Atlantis demo is perfectly working... Could it be related to the configuration?
  5. L

    SDK Question TCP Comunication at Orbiter

    Focusing on the problem Well, I will have a look at Github and try to post the code (I have heard before but never gone in), But I will also try to focus the project´s stage at which I am right now. As I mentioned before, I am able to set a proper connection via TCP IP connection between...
  6. L

    SDK Question TCP Comunication at Orbiter

    Going on... It is been a while since I started this Project. Till now, I have been to set the connection between Matlab and Orbiter (once I have finished I pretend to explain the whole proccess in a post). I am now working on the Orbiter module based on ScnEditor in order to set the...
  7. L

    C++ Question DefSetStatusEx

    I am a newbi at C++ so, could you recommend any samples where DefSetStatusEx is used??
  8. L

    General Question Visual c++ 2008 setup compiling

    Thank you! It was well set in x86. So finally, after adding the property sheets I just copied the property configuration from ShuttlePB which I had previously convert and run.
  9. L

    General Question Visual c++ 2008 setup compiling

    Hi!! I am trying to start developing new addons, and I have just installed Visual Studio 2010. Finally, I have got to set the property sheets, but I do have this new executing error: 'orbiter.exe': se cargó 'C:\Windows\SysWOW64\ntdll.dll', Cannot find or open the PDB file .... and a largue list...
  10. L

    SDK Question TCP Comunication at Orbiter

    Hello everyone!! I have just started a Project which means to use Orbiter as a real time visualization tool. By far, I have made some examples on Orb:Connect and I have got a TCP communication function at Matlab... So, next step will be linking both server and client. I am new at this staff so...
  11. L

    Orbiter as a visualization tool

    Thank you so much again Martins. I must apologize because I meant the .atc file, the one containing the info about ENG. The first column is related to the simulation time, but then, I cannot follow how to connect the engine group¿? to its level.
  12. L

    Orbiter as a visualization tool

    Hello again!!! I have been working on the playback module, but I still cannot understand how the .att file Works. Thanks again in advance.
  13. L

    Orbiter as a visualization tool

    Thank you both for your help. It sounds much better the first option so I could extract all the data set from the simulator... Thanks a a lot and I will keep you posted.
  14. L

    Orbiter as a visualization tool

    It finally worked!! However, it seems that once you have propagated your own trajectory, a few parameters must be set in order to perform the simulation. So, I am not pretty sure if Orbiter can perfom as a simply visualization tool without running its own propagator during the running...
  15. L

    Orbiter as a visualization tool

    Thank you so much for your quick answer! I will take a look :D
Top