Jump to content
The simFlight Network Forums

Airbuspilot

Members
  • Posts

    128
  • Joined

  • Last visited

Everything posted by Airbuspilot

  1. Thanks for your Explanation. Understand your Words and will try ipc.ask. Joachim
  2. Thanks for your fast Response, Pete. Yes, i meant a transparent and undockable Window. The User should be able, to use the Keyboard for entering some Information like TakeOffRunway, Gate, LandingRunway, etc.. Hope, i could express the right Way, what i want to do? Joachim
  3. Hello Folks, studying the LUA Manuals from Pete. Found something about displaying a User Window. Unfortunally i didn't found anything about the Possibility to enter Data in a Window and work with them in my LUA-Script. Do you have any Experience with such an Input-Window, where i can Key in some Informations to work with them further in my Script? Thanks in Advance, Joachim
  4. Solved it. Forgot to remove the \n at the Site where i put the Value into the Variable. Thanks again for your Help.
  5. Thank you so much. The .. was the missing Part. Your Code leads to the following Result. <DienstBeginn>16:53 </DienstBeginn> in the XML-File. But it should be in one Line and look like this: <DienstBeginn>16:53</DienstBeginn> Do you have any Suggestion, how to get this Result? Thanks in Advance
  6. The xml-File would be created. Seems it is not possible to write into the Documents Folder. Use the FlightSim\Modules Folder and it went well. So, now i have to know, how to the write the Value in my Variable DienstBeginn to the File. The Variable will be set with this Command DienstBeginn = (string.format("%02d:%02d\n", hour, min)) With this Command, i write to the File f:write("\r\ <DienstBeginn>DienstBeginn</DienstBeginn> The Result of this Command in the xml-File is <DienstBeginn>DienstBeginn</DienstBeginn> but it should be <DienstBeginn>16:30</DienstBeginn> Do you have any Suggestion, how to resolve this Problem? Thanks, Joachim
  7. Luke, i wondered why there is no Response from you. So i thought, it is not possible, to save the DataFiles from your Logbook to my own Cloud? As far as i understand, it is only saving the Data to your Servers in the States or somewhere else available, right? Pete, think, the Time has come, to request your Help. Attached to this Post, i had my FlightLog.lua and the corresponding Log-File. Something in here is from your record to csv.lua. Especially the File Command "f = assert(io.open(........" Could you please take a short look into the Files? I would highly appreciate, if you could please give me a Hint, where my Fault with the File is. It will not be created. By the Way: Is it possible, to print a VariableName like DienstBeginn to the File without a string.format Command? The Variable DienstBeginn holds the LocalTime when the Sim is ready to Fly. Thanks in Advance and Greetings, Joachim Modules.zip
  8. @Pete Thanks for your comprehensive Answer about LUA, Offsets and the Abilitys of FSUIPC. Made my Purchase today and will try to understand the Examples and Documentation included in FSUIPC. With some LUA Experience, it should be Possible, to form the CSV-Output to a XML-Output. Think, there is much to learn in the near Future. @Luke Kolin Thanks for your Offer. Will try it and see, if it fits my Needs. Hope, i can contact you via Mail.
  9. Sorry, for posting in the wrong Forum. Thanks for moving it to the right one. Think, i expressed my self the wrong Way. Sure, that there is no special Tutorial for my special Needs. My Question refers to a small Example for putting a Data Value to the special Forming of a XML-File. But you are right, i will try to search by my self. Joachim
  10. Hello Community, is there no Chance for an Answer to my Question? Maybe Pete could give a short Answer? Thanks, Joachim
  11. Hello, before i decide to buy a Licence for FSUIPC4, i want to ask a Question. I will try to design a more specific Logbook for P3Dv3, that is working for every Aircraft, AddOn or BuiltIn. To do a further Work with this logged Data, i will save them at the End of the Flight as a XML-File or CSV-File. What i want to read out is i.E. Fuel in the Tanks at several Flight Stages, TakeOff Time, Landing Time, Vertical Speed and some others. My Question also is, if this is possible with the newest FSUIPC and P3Dv3? If so, is there maybe any Tutorial, how to do that, i.E. with LUA? Thanks in Advance for your Answers and Greetings Joachim
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.