Jump to content

Recommended Posts

Posted (edited)

Bonjour ,

I started with ChatGpt, but I would prefer to get help on this forum if possible!

My goal: Checklist for cessna 172 G1000
(very basic no verification of the action because too complicated for me at least for the beginning)

Process: 1) the Checklist will have to be read by the W10 voice recognition which works relatively well either SAPI or Cortana.

2) the voice will read the items one by one and to move on to the next one:

- either I can answer by my voice (if it is possible to integrate into lua)

- or I press a Rac (keyboard or joystick) which will mean = next

*************************************************Exemple Script***********************************************

ShowMessage("LINDA READY...", 10) -- clear display

_log("[INIT] Captain si vous êtes pret je commence le checklist avant démarrage!")
_log("[INIT] ***************************************************************")

function Checklist_avant démarrage()

    ipc.display("documents à bord.", 5)             --Displays this message in the simulator
    ipc.sleep(5000)                                             --Pause of 5s to allow time to execute
    ipc.display("1. ceintures attachées.", 5)       --Displays this message in the simulator
    ipc.sleep(5000)                                              -- Pause 
    ipc.display("2.portes fermées.", 5)                --Displays this message in the simulator
    ipc.sleep(5000) --                                          --Pause

end

**********************************************************************************************************

on this example I would have liked to add a response to the 3 actions.
can you help me to do this according to my test example.

Question: Linda integrates: lua official program or is it another type of program?

I found various manuals on 'lua' in fsuipc, but I didn't find the subject of the checklists discussed, I'm going to do my search a second time, I could have made a mistake.

Merci by advance.🙂

 

 

 

Edited by Christy91

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Tom Allensworth,
    Founder of AVSIM Online


  • Flight Simulation's Premier Resource!

    AVSIM is a free service to the flight simulation community. AVSIM is staffed completely by volunteers and all funds donated to AVSIM go directly back to supporting the community. Your donation here helps to pay our bandwidth costs, emergency funding, and other general costs that crop up from time to time. Thank you for your support!

    Click here for more information and to see all donations year to date.
×
×
  • Create New...