Results 1 to 7 of 7
  1. #1
    75+ Posting Member
    Join Date
    Mar 2013
    Location
    UK
    Posts
    114
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Running with only PC screens?

    Is it possible to run Jeehell without any hardware, just PC screens and joystick? I dont think there is a pedestal GUI for radios?

  2. #2
    2000+ Poster - Never Leaves the Sim


    OmniAtlas's Avatar
    Join Date
    Jun 2012
    Location
    Sydney, Australia
    Posts
    2,107
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Running with only PC screens?

    Yes its possible.
    No GUI for radios, but you will be able to control it with software like vpilot -- just use the .com1 freq command.
    Soarbywire - Airbus Flight Simulation and Engineering | Jeehell FMGS - Free professional A320 avionics software for the cockpit enthusiast.


  3. #3
    150+ Forum Groupie
    Join Date
    Jun 2016
    Location
    127.0.0.1
    Posts
    152
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Running with only PC screens?

    If there's interest I can build an RMP virtual panel for the community...

  4. Thanks iwik thanked for this post
    Likes iwik liked this post
  5. #4
    2000+ Poster - Never Leaves the Sim


    OmniAtlas's Avatar
    Join Date
    Jun 2012
    Location
    Sydney, Australia
    Posts
    2,107
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Running with only PC screens?

    Spilliot -- yes please, that would be very helpful, especially for individuals without stand alone RMPs.
    Soarbywire - Airbus Flight Simulation and Engineering | Jeehell FMGS - Free professional A320 avionics software for the cockpit enthusiast.


  6. #5
    150+ Forum Groupie
    Join Date
    Jun 2016
    Location
    127.0.0.1
    Posts
    152
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Running with only PC screens?

    Here's a preliminary version of a virtual RMP1 panel, after a day's worth of hack.

    A few things to keep in mind:
    - Requires .net Framework >=4 and therefore recent Windows versions. The specific built is against 4.5.2 but shouldn't specifically require this version, let me know how that goes or if you have any issues.
    - At this stage it only works for setting VHF1 (COM1), other buttons don't do anything.
    - Doesn't actually talk to Jeehell at all, it is only using SimConnect. If things go well I plan to release this as open source and I don't want to expose the Jeehell API without approval of Jean Luc or without a proper way to not include it in the project.
    - Built against SimConnect's FSX SP2 version, that and any later version should work (Steam, P3D). Tested on P3D only. You could run it on a network by following the simconnect guides on how to do that.
    - No debugging features, edge cases, exception handling, logs, whatsoever. As it is now if it hits a wall it will burn and crash, although "It works on my systemtm". Let me know if you run into any issues though.
    - Provided as is. No warranties or guaranties. Use it on at your own risk.

    When it fires up and until a connection to FS is established, you will see the SEL lamp illuminated (orange) and the displays showing ---.----

    Once connected (it will attempt to do so on its own) the SEL lamp will go out and the displays should show the correct frequencies.

    You can change the STBY frequency by left or right clicking the outer and inner knobs. Press transfer (between the displays) to make the STBY frequency ACTIVE.
    Attached Files Attached Files

  7. #6
    2000+ Poster - Never Leaves the Sim


    OmniAtlas's Avatar
    Join Date
    Jun 2012
    Location
    Sydney, Australia
    Posts
    2,107
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Running with only PC screens?

    Thank you spilot, this will go well with JL latest release. Regards.
    Soarbywire - Airbus Flight Simulation and Engineering | Jeehell FMGS - Free professional A320 avionics software for the cockpit enthusiast.


  8. #7
    150+ Forum Groupie
    Join Date
    Jun 2016
    Location
    127.0.0.1
    Posts
    152
    Contribute If you enjoy reading the
    content here, click the below
    image to support MyCockpit site.
    Click Here To Contribute To Our Site

    Re: Running with only PC screens?

    Thanks, I'm interested to see if it works for everybody. I don't think many people will see it here in this thread so in my next beta I will make a new post to announce it.

    The project is now up on github.