Everything posted by rasmib
-
Landing check list
Thanks a lot Bryan I didn't open the Approach Page in the FMC Vref neither flaps was selected Just a remark : why FO doesn't reply "Gear up" when she retracts the gear ? Sincerely ptitmib
-
Landing check list
Hi guys Why FO answers "Check the landing flaps" when I request the Landing Check List Glide slope is captured, gear is down, flaps are 25 or 30 and missed approach altitude is set I need your help ptitmib
-
777 Status
Thanks a lot for your prompt answer I and others ... will be waiting a little more rasmib
-
777 Status
I am waiting for long the voice package for the PMDG 777 I guess it could be for a next future RASMIB
-
Headset not found by J41 "Button Control"
I just install FS2Crew PMDG J41 "Button Control"On the Config Panel (Step 7) my Logitech H360 Headset is not foundWhat happens ?I heard all the FSX soundsRASMIB
-
how to play a sound at end of one another using dsd_xml_so...
Hi,I just replace all "enum" by "number" and it works ...In the past I should be fired due to all my mistyping !... fortunately I am not working anymore .... but I disturb you Sorry about thatWe start a gauge design, unvisible but speaking, for the training on FS9 of real blind pilots (flying with one instructor of course ...)They have to heard, when they request by keypress on keyboard or joystick button what is their bank, pitch, ....It is the reason for which we have used ...The gauge includes also in some (A:plane bank degrees, degrees) 30 > if{ .... for example to say automatically that bank, pitch, .... is excessive Thanks for your help :)rasmib
-
how to play a sound at end of one another using dsd_xml_so...
Hi RobSorry for mistyping the line 9 is "3 (>L:Say, enum)" of courseand there are some others as > which have to be
-
how to play a sound at end of one another using dsd_xml_so...
Finally I got it I may heard sound2 when sound1 is just finishedMy error is the one of a real beginner whaoooo !.....Number is a number ... with a lot of decimals (float or double)And the equality of 2 float or double numbers is not so easy ...I have replace "number" by "enum" (means integer) and it works .... Great!... My working gauge is (L:Say,enum) 1 == if{ 1 (>L:MB_sound1,enum) 2 (>L:Say,enum) }(L:Say,enum) 2 == (L:MB_sound1,enum) 0 == && if{1 (>L:MB_sound2,enum) 3 (L:Say,enum) }(L:Say,enum) 3 == (L:MB_sound2,enum) 0 == && if{0 (L:Say,enum) }1 (L:Say,number)Any time I hit "I" (Smoke key) I heard sound1 then sound2 rasmib the VTH=HUD programmer (wwww.rasasso.org)
-
how to play a sound at end of one another using dsd_xml_so...
Since 3 days I cannot heard a second sound at end of the first oneMy gauge contains (L:Say,number) 1 == if{ 1 (>L:MB_sound1,number) 2 (>L:Say,number) } els{ (L:Say,number) 2 == (L:MB_sound1,number) 0 == && if{ 1 (>L:MB_sound2,number) 0 (L:Say,number) } } 1 (L:Say,number)I may heard MB_sound1, L:Say goes from 0 to 2, L:MB_sound1 moves back to 0 when MB_sound1 is finished but L:Say stay to 2 and MB_sound2 does not playThe content of "els{" does not actI obtain the same if I replace >Element> by >Update>What is wrong ?rasmib VTH=HUD programmer (www.rasasoo.org)
-
how to play a sound at end of one another using dsd_xml_so...
Thanks a lot DougI will try to catch the control variable ...Today I don't know I can do that ... may be tomorrow morningRAS-MIB VTH=HUD programmer (www.rasasso.org)
-
how to play a sound at end of one another using dsd_xml_so...
Hi,if your XML gauge contains : 1 (>L:sound1, number) 1 (>L:sound2, number) 1 (>L:sound3, number)the 3 sounds 1, 2 and 3 are played all togetherIs it possible to play sound2 when sound1 is finished, then to play sound3 when sound2 is finished, ... (is it possible to chain the sounds ?)RegardsRAS-MIB the VTH=HUD programmer (www.rasasso.org)