Jump to content
The simFlight Network Forums

spokes2112

Members
  • Posts

    320
  • Joined

  • Last visited

  • Days Won

    17

Status Replies posted by spokes2112

  1. Hi Spoke,

    im here again for the interface of my maddog. thank you for mervellous work done in mounths ago, but nowi need some other offset if is possible to complete the cockpit. The LUA IPC found and tune from old skalarki file is incomplete, missed gears, doors, weel no turning, art switch, loops onafter oh. I tried to read the IPC from fsuipc but the problem is that run very fastly and i can read the offset. Can you help me again ? many thanks Simone

    1. spokes2112

      spokes2112

      Hi Simone..

      It looks like the luas & mcc files you sent don't include any reference to the "original" FGCP offsets. That is what I was looking for. 

      Please don't add anything to the luas.. I am having a tough enough time keeping track of what is going on with it now. 


      Is this the ONLY .mcc you are using? If so... It will be all redone! All new offsets. ( I will modify your .mcc with changes )
      The original Skalarki version used so much memory! I can do it differently with a 75% reduction in memory usage. There is no sense in using a 32bit offset for a boolean ( 1 bit ).

      Do you have skype or teamspeak? I could get answers much quicker that way. 

    2. (See 19 other replies to this status update)

  2. Hi Spoke,

    im here again for the interface of my maddog. thank you for mervellous work done in mounths ago, but nowi need some other offset if is possible to complete the cockpit. The LUA IPC found and tune from old skalarki file is incomplete, missed gears, doors, weel no turning, art switch, loops onafter oh. I tried to read the IPC from fsuipc but the problem is that run very fastly and i can read the offset. Can you help me again ? many thanks Simone

    1. spokes2112

      spokes2112

      Simone,

      Can you do me a favor? Please attach the original Skalarki lua? Or, the one you are using now to display the FGCP digits and / or LApu & ExtBus. 
      Can't find it anywhere!

      Good news.. The MADDOG_X lua has been completely re-written. Much easier for you & I to understand. ( by far! )
      Plus.... There is no need to run the MD_FGCP_PWR or Skalarki in order to get the missing LApu & ExtBus offsets ))
      You can run either one (MADDOG_X &  MD_FGCP_PWR)  individually or both ))

      I need the luas you are running now.. Planning on making an Automatic mode changer.
      If MD_FGCP_PWR is not running then the MADDOG_X will run in Skalarki mode, using the Skalarki offsets for the FGCP.
      If MD_FGCP_PWR is running it will run in MD_FGCP_PWR mode,  using the MD_FGCP_PWR offsets for the FGCP.
      Will make it much easier!

      Could you also send me the mobiflight *.mcc files that you are using? It will make it much easier here to get this thing sorted for you.. 

      Looking forward to the attachments. Thanks
      Roman
       

    2. (See 19 other replies to this status update)

  3. Hi Spoke,

    im here again for the interface of my maddog. thank you for mervellous work done in mounths ago, but nowi need some other offset if is possible to complete the cockpit. The LUA IPC found and tune from old skalarki file is incomplete, missed gears, doors, weel no turning, art switch, loops onafter oh. I tried to read the IPC from fsuipc but the problem is that run very fastly and i can read the offset. Can you help me again ? many thanks Simone

    1. spokes2112

      spokes2112

      yes the Lapu & Ext bus are in the FGCP lua.. They have to be there for FGCP power logic 
      try to get the FGCP lua going, works fine here.
      will be gone for the rest of the weekend
       

       

      MD_FGCP_PWR.lua Maddog X Interface Reference.pdf

    2. (See 19 other replies to this status update)

  4. Hi Spoke,

    im here again for the interface of my maddog. thank you for mervellous work done in mounths ago, but nowi need some other offset if is possible to complete the cockpit. The LUA IPC found and tune from old skalarki file is incomplete, missed gears, doors, weel no turning, art switch, loops onafter oh. I tried to read the IPC from fsuipc but the problem is that run very fastly and i can read the offset. Can you help me again ? many thanks Simone

    1. spokes2112

      spokes2112

      Try redownloading the package - https://www.dropbox.com/s/ywlmrlcu93qecmc/Maddog_X FGCP.zip?dl=1
      Make sure you copy the new MADDOG_X & MD_FGCP_PWR luas over to the modules folder. Overwrite.
      I just checked from the zip and they both load fine.
      L APU / AC bus are in the MD_FGCP_PWR so make sure that lua loads too on the MD startup. There is logic in there that is required for other FGCP functions, that is why they are in that lua.

      Roman

       

    2. (See 19 other replies to this status update)

  5. Hi Spoke,

    im here again for the interface of my maddog. thank you for mervellous work done in mounths ago, but nowi need some other offset if is possible to complete the cockpit. The LUA IPC found and tune from old skalarki file is incomplete, missed gears, doors, weel no turning, art switch, loops onafter oh. I tried to read the IPC from fsuipc but the problem is that run very fastly and i can read the offset. Can you help me again ? many thanks Simone

  6. Hi Spoke,

    im here again for the interface of my maddog. thank you for mervellous work done in mounths ago, but nowi need some other offset if is possible to complete the cockpit. The LUA IPC found and tune from old skalarki file is incomplete, missed gears, doors, weel no turning, art switch, loops onafter oh. I tried to read the IPC from fsuipc but the problem is that run very fastly and i can read the offset. Can you help me again ? many thanks Simone

    1. spokes2112

      spokes2112

      There is none.
      In the readme, the offsets  (6915, 6916 & 6717) are enum.
      0 = both lights off
      1 = red/amber light on
      2 = green light on

      in mobiflight it might be something like -
      0x6915 = 1 then red light = 1, or, as a mask - 0x1 / dec 1
      0x6915 = 2 then green light = 1, or, as a mask - 0x2 / dec 2

      Roman

       

       

    2. (See 19 other replies to this status update)

  7. Hi Spoke,

    im here again for the interface of my maddog. thank you for mervellous work done in mounths ago, but nowi need some other offset if is possible to complete the cockpit. The LUA IPC found and tune from old skalarki file is incomplete, missed gears, doors, weel no turning, art switch, loops onafter oh. I tried to read the IPC from fsuipc but the problem is that run very fastly and i can read the offset. Can you help me again ? many thanks Simone

    1. spokes2112

      spokes2112

      Simone, 

      Quote

      is possibile also to put in order all the offset? 

      Wow! if I did that you would have to start from the beginning yourself.. It is in "some kind" of order now after my mods from skalarki.  
      All new offsets in this version are in numerical order 😁
      You can get the updated package here. Make sure to view the readme.txt, all information is in there.

      Roman

    2. (See 19 other replies to this status update)

  8. Hi Spoke,

    im here again for the interface of my maddog. thank you for mervellous work done in mounths ago, but nowi need some other offset if is possible to complete the cockpit. The LUA IPC found and tune from old skalarki file is incomplete, missed gears, doors, weel no turning, art switch, loops onafter oh. I tried to read the IPC from fsuipc but the problem is that run very fastly and i can read the offset. Can you help me again ? many thanks Simone

    1. spokes2112

      spokes2112

      Simone,

      Been very busy, I have the new offsets of the missing values in the MADDOG_X.lua, just needs some testing.
      1 or 2 days yet..

      Quote

      then did you see how to implement the alphanumeric for the autopilot V M S P in mobiflight?

      It was implemented in my original package. All you need to do is create some kind of custom hardware (special leds) to interface with mobiflight. Can't help much more on this. See the readme.txt -->

      [ NEW "SPECIALIZED" OFFSETS - all new ] 
      
      -- located in MD_FGCP_PWR.lua
      	These are "special" offsets for the possibility of driving a single led as a decimal point, 
      	-or-  a 14 / 16 segment display(s) as alpha numeric,
      	-or- just to use as some kind of logic monitoring,
      	also see the "user settings" in MD_FGCP_PWR.lua.

      Roman

    2. (See 19 other replies to this status update)

×
×
  • 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.