Jump to content
The simFlight Network Forums

Dylan

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by Dylan

  1. Hi Pete,

    i didn't check repeating box, i assigned it only for press action, and the button is not assigned in any other Fsuipc or FS action (i also checked FS9.CFG and FSUIPC.INI to be sure).

    I enabled buttons and keys log as you said, i pressed the button 10 times but the action was sent only for 2 times, i then checked the log and only the 2 working times were written (i sent the PM MCP HDG toggle but i also tried with other actions):

    72688 Button changed: bRef=0, Joy=1, Btn=5, Pressed

    72688 [buttons] 1=P1,5,C2025,0

    72688 FSUIPC Control Action: Ctrl=2025, Param=0

    72688 PM action: 5410 bits toggled: 0x02000000

    73704 Button changed: bRef=0, Joy=1, Btn=5, Released

    78657 Button changed: bRef=0, Joy=1, Btn=5, Pressed

    78657 [buttons] 1=P1,5,C2025,0

    78657 FSUIPC Control Action: Ctrl=2025, Param=0

    78657 PM action: 5410 bits toggled: 0x02000000

    81188 Button changed: bRef=0, Joy=1, Btn=5, Released

    86157 System time = 13:14:17, FS2004 time = 13:13:10 (12:13Z)

    86157 *** FSUIPC log file being closed

    Memory managed: 4 Allocs, 253 Freed

    ********* FSUIPC Log file closed ****

    If i assign the button to an FS action trough FS assignement window all is working correctly.

    It looks like Fsuipc can't get all the button presses but only some and randomly.

    I also tried to assign the same PM function to a key and it works correctly, but if i assign the button to press the key instead of the PM option, same problem occurrs.

    Thanks in advance

    Fabrizio

  2. Hi Pete,

    I'm continuing tryin with no success.

    The problem only occurrs with buttons and not with keys.

    I have Project Magenta MCP running in a second pc and i want to disable the autopilot with my yoke button. If i assign the PM function to a key in FSUIPC all works ok but if i assign it to a button (i have tried many) it works only sometimes.

    In Windows Joystick Properties all the buttons react correctly so no hardware problem.

    I'm getting crazy :-)

    Fabrizio

  3. Hi Pete,

    when i try to assign a function to my CH yoke trough the buttons section in FSUIPC i can't make it working correctly.

    The function works only sometimes when i push the corrispondent button.

    For exemple if i assign to a button a Project Magenta function or a simpler one (Parking brakes, Pause, ecc...), then function is called only after i push the button 5 or more times (10 or more sometimes) and then nothing for many times again.

    I'm using the last FSUIPC version but the problem was also with older ones.

    Thanks in advance

    Fabrizio

  4. Hi Pete,

    thank you very much for the file, it really works great.

    I only have a question: is it normal that i'm not allowed to send keys to the application started by "runkey" ?

    My old client.ini was :

    [user]

    Log=Errors+

    ActionKeys=Yes

    Run1=c:\freefd\eicas.exe

    Run2=c:\freefd\nd.exe

    KeySend1=83,8,Run1

    KeySend2=86,8,Run1

    KeySend3=65,8,Run2

    KeySend4=73,8,Run2

    ..............

    ecc...

    and i could send keys to the appropriate application correctly.

    The new client.ini:

    [user]

    Log=Errors+

    ActionKeys=Yes

    Run1=c:\freefd\eicas.exe

    Runkey2=c:\freefd\nd.exe

    KeySend1=83,8,Run1

    KeySend2=86,8,Run1

    KeySend3=65,8,Runkey2 ---> NOT SENDING

    KeySend4=73,8,Runkey2 ---> NOT SENDING

    KeySend5=............

    ............................

    Keysend24=Runkey2 ---> the key to activate nd.exe

    but it seems not possible to send keys to nd.exe application anymore.

    Thanks again

    Dylan

  5. Hi Pete and thanks for reply,

    i'm going to explain the reason of my request:

    I'm using the P8R FMC (http://fmc.scumari.nl/).

    One of its feature is to export created flight plans to FreeFD Navigation Display to follow it graphically during the fly.

    The problem is that FreeFD ND reads this data ONLY when starting, so i need to prepare the flight plane in the FMC in my cockpit, export it with a key pressing (FMC feature) and THEN starting ND, otherwise data are not updated.

    I hope i explained correctly.

    Sorry for my english

    Thanks again

    Dylan

  6. Hi all,

    I have some softwares started by wideclient with the "Run" commands but i need to start one only when sending a keypress in wideserver pc.

    Is it possibile?

    The PFD, CDU, EICAS are started by wideclient in secondary pc and i need to start ND only when i press a key in the main (Flight Simulator) pc.

    I checked in the WideFS tutorial but i couldn't find, maybe my fault.

    Thanks in advance

    Dylan

  7. Hi all,

    I have an home cockpit with AdvDisplay running and Ivap in a remote pc. Every time i want to display the Atis of an online ATC i get only the last line in AdvDisplay.

    I tryed changing mode (continuous and single line) under FS "options -> general" settings, i also tryed several AdvDisplay settings (multiline for exemple) with no results.

    I make an exemple. If this is the Atis in Ivap:

    --------------------------

    This is Alghero Approach information ECHO recorded at 0930z

    Landing rwy 20 / Take-off rwy 20

    LIEA 120845Z 00000KT 9999 SCT025 BKN080 09/07 Q1031

    Transition Level FL60 / Transition Altitude 5000ft

    Confirm information ECHO on initial contact

    --------------------------

    i only get "Confirm information ECHO on initial contact" (the last line)displayed for some seconds and nothing more.

    Can someone please help me?

    Thanks in advance

    Dylan

  8. Hi Pete and thanks for reply,

    i read about it in the user section and also tried make it to work with no success.

    What kind of offset should i set (Byte set, Word Set, Dword Set, Byte Setbits, ecc...) for the IVAP functions as said in the upper link?

    The parameter i think must be 0 or 1 according Charlie mode or standby.

    I'm sorry but i'm not good with hexadecimals and offset stuff.

    Thanks again

    Dylan

  9. Hi all,

    the new release of IVAP has the feature to read specifics offsets for Squawk mode and Ident button from FSUIPC.

    I'd like to know how to add in the FSUIPC.INI buttons or keys doing this job, (changing squawk mode an Ident) cause i tried with no success.

    This is the IVAO page about the offsets:

    http://www.ivao.org/softdev/IvAp/sdk.asp

    Can Pete or someone please help me?

    Thanks in advance

    Dylan

  10. Hi Pete,

    unlucky there is no possibility to reassign the keys in the software.

    I tried using notepad.exe instead of the ND instrument as you suggested, but no keys are typed in notepad, normal or capital.

    I don't know if it's a notepad problem for this.

    I really don't know what to do now.

    Maybe it's a delay about "shift" pressing as Bob said?

    Waiting for news

    Thanks again

    Dylan

  11. Hi,

    I'm using FreeFD ND on client pc and sending keys trough widefs.

    It all works fine with normal keys functions "v,n,i,ecc.." but not with capital ones "A,R,V,ecc..."

    This is a part of my wideclient.ini:

    .......

    KeySend9=67,8,Run2 ( c keypress )

    KeySend10=65,9,Run2 ( A kepress )

    ........

    The problem is with the "A" kepress, because the ND get it as "a" and so it shows another function.

    This happens for every capital key: it seems it's alwais non-capital, even if i wrote the "9" parameter in keysend lines and not "8".

    Can anyone help me?

    Thanks in advance

  12. Hi all,

    I have 2 questions i can't find an answer:

    - I run FSBUS hardware on a remote PC controlling FS2004 through WIDEFS and i'm asking if there's a way to activate the pushback function from the remote PC. In FSBUS router there is not this function and i couldn't find any offset about it in FSUIPC guide.

    -2nd question: I run Teamspeak on a remote PC, i assigned a key for talking, I made teamspeak starting by WIDEFS and assigned this keypress from WIDEFS too, but the talking function is not working.

    I have other softwares correctly working with WIDEFS keypress function but not teamspeak press to talk function.

    Any idea?

    Thanks in advance

    Dylan

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