Results 1 to 6 of 6

Thread: Issue assigning button when using Fanatec CSL McLaren GT3 rim

  1. #1
    Junior Member
    Join Date
    Jun 2018
    Posts
    2

    Issue assigning button when using Fanatec CSL McLaren GT3 rim

    Hi,

    I have the Fanatec CSL Wheel Base and bought the McLaren rim they just released.

    I'm having some trouble with assigning a button to CC when using this rim. Whenever pressing a button on the rim, I get 3 detections by CC, e.g.:

    21:09:43.980 : Got button at index 3
    21:09:43.983 : Got button at index 36
    21:09:43.984 : Got button at index 48

    I can also get a 36+48 to register just by moving the rim after pressing Assign, so I suspect its wheel movement signals that are being picked up.

    I just discovered there's a v311 driver version (I was on v310) so going to see if that makes any difference now, but dont want to lose this post, so going to post now and will come back shortly.

  2. #2
    Junior Member
    Join Date
    Jun 2018
    Posts
    2
    Ok, I'm on all the latest software and firmwares and the behavior didnt change.

    I was hoping to change the setting to button 3 manually as a workaround, but I went through the settings (the XML file) and couldnt find how to do so. I was able to find a workaround by using button 3 on my other rim, though, then switching rims. Guess I'm using button 3 on that rim now.
    Last edited by wuputah; 15-06-2018 at 04:30.

  3. #3
    Crew Chief Mega Corp CEO mr_belowski's Avatar
    Join Date
    Feb 2017
    Posts
    1,815
    the config file you need to edit is in

    C:\Users\[user name]\AppData\Local\Britton_IT_Ltd\CrewChiefV4[some random rubbish]\4.9.3.2\user.config

    (or whatever the latest version version subfolder is)


    Do the assignment from the CC interface, and save it (even if you think it got the wrong button ID) - the device ID should still be correct.

    Look for the button index you want in that config file and edit the value element by hand - e.g. CHANNEL_OPEN_FUNCTION_button_index

    Code:
                <setting name="CHANNEL_OPEN_FUNCTION_button_index" serializeAs="String">
                    <value>19</value>
                </setting>
                <setting name="CHANNEL_OPEN_FUNCTION_device_guid" serializeAs="String">
                    <value>6f1d2b61-d5a0-11cf-bfc7-444553540000</value>
                </setting>
                <setting name="CHANNEL_OPEN_FUNCTION_device_type" serializeAs="String">
                    <value />
                </setting>

  4. #4
    Junior Member
    Join Date
    Jul 2018
    Posts
    2
    Quote Originally Posted by mr_belowski View Post
    the config file you need to edit is in

    C:\Users\[user name]\AppData\Local\Britton_IT_Ltd\CrewChiefV4[some random rubbish]\4.9.3.2\user.config

    (or whatever the latest version version subfolder is)


    Do the assignment from the CC interface, and save it (even if you think it got the wrong button ID) - the device ID should still be correct.

    Look for the button index you want in that config file and edit the value element by hand - e.g. CHANNEL_OPEN_FUNCTION_button_index

    Code:
                <setting name="CHANNEL_OPEN_FUNCTION_button_index" serializeAs="String">
                    <value>19</value>
                </setting>
                <setting name="CHANNEL_OPEN_FUNCTION_device_guid" serializeAs="String">
                    <value>6f1d2b61-d5a0-11cf-bfc7-444553540000</value>
                </setting>
                <setting name="CHANNEL_OPEN_FUNCTION_device_type" serializeAs="String">
                    <value />
                </setting>
    Hi I'm also having the same issue, it keeps setting off the talk button ever second as well. I've tried this fix above and it hasn't worked

  5. #5
    Junior Member
    Join Date
    Jul 2018
    Posts
    2
    So nothing on this then?

  6. #6

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •