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.
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
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
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
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
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
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
Do you currently have commands for the following:
If not would you consider implementing these commands as they may be useful.
- All Outputs ON
- All Outputs OFF
- Toggle ALL Outputs
- Test Mode (sequentially turn on then off all outputs)
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
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
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
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
Bookmarks