Page 4 of 23 FirstFirst 1234567891011121314 ... LastLast
Results 31 to 40 of 221

Thread: Velleman K8055 USB I/O Board Extension plugin

  1. #31
    Variable Bitrate 307SW_NLD's Avatar
    Join Date
    Apr 2005
    Location
    The Netherlands
    Posts
    234
    You can use my example skin the get the readings for each button press when you connected the steering wheel control to analogin2.
    If you have the following setting in the RRK8055.ini the label for analogin2 will read a value between 0 (is 0 volts) and 255 (is 5 volts)

    [AnalogOut2]
    LowValue=0
    HighValue=255
    Decimals=0
    Units=

    Write down the values you see for each button you press and populate the value in the RRK8055.ini. See example below.
    Because of interference and loss due to connections and wires. The button press will not allways give the same reading. This problem is solved by using AnalogButtonVariance. A AnalogButtonVariance of 5 with AnalogButton1 really means that the plugin will detect any reading between 5 and 15 as a buttonpress for AnalogButton1. In the example below this will send an volume up command to Road Runner

    [MENU]
    Mask=31
    Type=Analog
    Menu1=DEFAULT
    AnalogButton1=10
    AnalogButton2=50
    AnalogButton4=100
    AnalogButton8=150
    AnalogButton16=200
    AnalogButtonVariance=5

    [DEFAULT]
    Button1=VOL+
    Button2=VOL-
    Button3=MUTE
    Button4=PLAY
    Button8=NEXT
    Button16=PREV
    My car: 2006 Hyundai Santa Fe 2.2 CRDI AUT
    Hardware: None at the moment
    Software: None at the moment
    See: Velleman K8055 Plugin for Road Runner

    Progress: [XXXXXXXXXX] 0 % DONE

  2. #32
    Newbie
    Join Date
    Jul 2005
    Location
    Birmingham,UK
    Posts
    23
    Is it possible to sense the handbrake state using one of the digital inputs and this plugin to set a ' brake_on/off' flag in RR. Then maybe this flag could be monitored by the MotionLock plugin to disable 'in motion' functions.

  3. #33
    Variable Bitrate 307SW_NLD's Avatar
    Join Date
    Apr 2005
    Location
    The Netherlands
    Posts
    234
    Quote Originally Posted by p1cass0 View Post
    Is it possible to sense the handbrake state using one of the digital inputs and this plugin to set a ' brake_on/off' flag in RR. Then maybe this flag could be monitored by the MotionLock plugin to disable 'in motion' functions.
    Why not execute a command (is there a new command implemented in the motionlock plugin? If not, this can be easily added to the plugin) that stops the DVD playback. This can be done based on the state of one of the digital inputs. Will have to make changes to my plugin aswell since it only executes a command on a change from off to on. Should also be able to execute a command when input goes from on to off.
    My car: 2006 Hyundai Santa Fe 2.2 CRDI AUT
    Hardware: None at the moment
    Software: None at the moment
    See: Velleman K8055 Plugin for Road Runner

    Progress: [XXXXXXXXXX] 0 % DONE

  4. #34
    Variable Bitrate Tissy's Avatar
    Join Date
    Sep 2005
    Location
    Essex, United Kingdom
    Posts
    323
    The demo which came on the CD works fine, but the plug-in still doesn't.

    There seems to be a problem with the registration of the K8055D.dll as if i try and register it i get these errors. One is by using a 'right-click' DLL register in the context menu, the other is in a DOS prompt.

    However the RRK8055.dll registered fine. Can someone post their K8055D.dll incase mine is corrupt.

    Any other ideas?

    Steve
    Attached Images Attached Images   
    System - Epia SP13000 for Main PC, Holux GR-213 USB GPS Receiver SiRF Star III, 2.4Ghz Uplink with VNC and Custom designed USB Intelligent SDC (In DEV). All fed to a Sony CDX-F7500 Headunit via USB. www.wrx-carpc.co.uk

  5. #35
    Variable Bitrate 307SW_NLD's Avatar
    Join Date
    Apr 2005
    Location
    The Netherlands
    Posts
    234
    If the demo work fine the k8055d.dll is registered correctly. The demo is also using the dll. Did you change the lowercase x in the relay.skin?
    My car: 2006 Hyundai Santa Fe 2.2 CRDI AUT
    Hardware: None at the moment
    Software: None at the moment
    See: Velleman K8055 Plugin for Road Runner

    Progress: [XXXXXXXXXX] 0 % DONE

  6. #36
    Variable Bitrate Tissy's Avatar
    Join Date
    Sep 2005
    Location
    Essex, United Kingdom
    Posts
    323
    OK, figured it out. On my installation CD there is a sub-directory entitled 'DLL Ver2.0 with examples' this is the DLL i was using. Having taken the DLL which was in the installed demo directory and placed this in the RR directory, all now works.

    Velleman have obvioulsy released an upgraded DLL which is not capatible with this plug-in.

    307SW_NLD - Are you aware of this and is it worth me sending you the DLL and the accompanying PDF document. Also it may be worth placing the correct DLL in your ZIP file to save any future problems ?

    Cheers for your help, i can start to use it now !!

    Steve
    System - Epia SP13000 for Main PC, Holux GR-213 USB GPS Receiver SiRF Star III, 2.4Ghz Uplink with VNC and Custom designed USB Intelligent SDC (In DEV). All fed to a Sony CDX-F7500 Headunit via USB. www.wrx-carpc.co.uk

  7. #37
    Variable Bitrate Tissy's Avatar
    Join Date
    Sep 2005
    Location
    Essex, United Kingdom
    Posts
    323
    Do you currently have commands for the following:

    • All Outputs ON
    • All Outputs OFF
    • Toggle ALL Outputs
    • Test Mode (sequentially turn on then off all outputs)
    If not would you consider implementing these commands as they may be useful.

    Many thanks
    System - Epia SP13000 for Main PC, Holux GR-213 USB GPS Receiver SiRF Star III, 2.4Ghz Uplink with VNC and Custom designed USB Intelligent SDC (In DEV). All fed to a Sony CDX-F7500 Headunit via USB. www.wrx-carpc.co.uk

  8. #38
    Variable Bitrate 307SW_NLD's Avatar
    Join Date
    Apr 2005
    Location
    The Netherlands
    Posts
    234
    Quote Originally Posted by Tissy View Post
    Do you currently have commands for the following:

    • All Outputs ON
    • All Outputs OFF
    • Toggle ALL Outputs
    • Test Mode (sequentially turn on then off all outputs)
    If not would you consider implementing these commands as they may be useful.

    Many thanks
    No, none of them are yet implemented. I'll consider it. Have to make some major changes the the way menus work first.
    My car: 2006 Hyundai Santa Fe 2.2 CRDI AUT
    Hardware: None at the moment
    Software: None at the moment
    See: Velleman K8055 Plugin for Road Runner

    Progress: [XXXXXXXXXX] 0 % DONE

  9. #39
    Variable Bitrate proph's Avatar
    Join Date
    Aug 2005
    Location
    Little Elm, Texas
    Posts
    422
    those that use this piece... how are you using the digital 13 digital lines?
    Setup:
    Dynaudio 240GT
    PPI PC4100, PPI PC2350
    Zapco DSP6
    ADS DAC
    Testing new board (Albatron KI690-AM2)

    "I dont know if complaints were filed, or mistakes were made, but feelings were hurt." -Krystal Washington

  10. #40
    Variable Bitrate 307SW_NLD's Avatar
    Join Date
    Apr 2005
    Location
    The Netherlands
    Posts
    234
    Quote Originally Posted by proph View Post
    those that use this piece... how are you using the digital 13 digital lines?
    You mean the 8 digital outputs and 5 digital inputs (8+5 = 13)?

    You want to know how?

    Using the plugin you can use the digital inputs as indicators in RR of you can use them as inputs to execute RR commands.
    The digital outputs are controled using RR buttons or using a clickable RR indicator.

    Or do you want to know what we have connected to them?

    Steering wheel controls, Buttons, Door open detection, etc.
    My car: 2006 Hyundai Santa Fe 2.2 CRDI AUT
    Hardware: None at the moment
    Software: None at the moment
    See: Velleman K8055 Plugin for Road Runner

    Progress: [XXXXXXXXXX] 0 % DONE

Similar Threads

  1. Replies: 10
    Last Post: 08-22-2008, 06:36 PM
  2. i think i burn my USB controller board
    By susuking in forum LCD/Display
    Replies: 0
    Last Post: 01-26-2006, 12:55 PM
  3. USB Control Board component burned
    By carfreak01 in forum LCD/Display
    Replies: 4
    Last Post: 08-24-2005, 03:43 PM
  4. Lilliput USB Circuit Board...
    By gleinz in forum LCD/Display
    Replies: 1
    Last Post: 01-18-2005, 05:09 PM
  5. Replies: 4
    Last Post: 04-06-2004, 10:52 AM

Bookmarks

Posting Permissions

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