|
 |
|
12-16-2006, 08:00 PM
|
#91
|
|
Low Bitrate
Join Date: Aug 2005
Location: Athens,Greece
Posts: 63
|
I need some help here. everything works fine, but I can't figure out how to work with different skin files..
In the ini file I have
Menu1=DEFAULT
Menu2=MENU.SKIN
Menu3=AUDIO_PLAYER.SKIN
and sections named
[DEFAULT]
[MENU.SKIN]
[AUDIO_PLAYER.SKIN]
with the corresponding BUTTONx commands for each.
My problem is that whether I am in the MENU.SKIN or AUDIO_PLAYER.SKIN it still executes the DEFAULT commands..
What am I doing wrong?!?!?! Thanks!
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
12-17-2006, 07:38 AM
|
#92
|
|
Constant Bitrate
Join Date: Apr 2005
Location: The Netherlands
Posts: 220
|
You're not doing anything wrong. Must be in the code then. Let me check....
__________________
My car: 2003 KIA Sorento 2.5 CRDI AUT
Hardware: EPIA SP13000, 60Gb 2.5"HDD, M1-ATX, Lilliput 7", RADIO SiLABS, K8055 BOARD
Software: Road Runner, FreeDrive, PowerDVD, WinXP SP1
See: Velleman K8055 Plugin for Road Runner
Progress: [ XXXXXXXXXX] 50 % DONE
|
|
|
12-17-2006, 08:17 AM
|
#93
|
|
Constant Bitrate
Join Date: Apr 2005
Location: The Netherlands
Posts: 220
|
Found two problems.
1. The screenname only gets updated by Road Runner after a command is executed for the first time in that skin. I have to rethink how to get the screen names from RR.
2. RR returns the screenname in lower case. I'll make the code case un-sensitive so you can't make mistakes. For now change the menu in the RRK8055.ini skins to lower case to make it work.
__________________
My car: 2003 KIA Sorento 2.5 CRDI AUT
Hardware: EPIA SP13000, 60Gb 2.5"HDD, M1-ATX, Lilliput 7", RADIO SiLABS, K8055 BOARD
Software: Road Runner, FreeDrive, PowerDVD, WinXP SP1
See: Velleman K8055 Plugin for Road Runner
Progress: [ XXXXXXXXXX] 50 % DONE
|
|
|
12-17-2006, 08:26 AM
|
#94
|
|
Variable Bitrate
Join Date: Nov 2006
Location: Romania
Posts: 297
|
It is possible to have comands from the controller when i am in video Player? I have added this:
"/, I, x, y, w, h, Code;INDICATORCODES
I,790,13,43,40,"k8055_menu"
in video_player.skin but does not work. The rest of the skins where i have
k8055_menu are working great with the controller.
I am trying to have volume, FFWD and REW, PLAY, STOP, PAUSE ...
If so, what should i modify and in wich files?
And another Q:
In mappoint_gps, the controller works great. But after few seconds the buttons-panel is dissapearing and you get only the map in full screen. At this point, none of the controls work anymore.
thank you.
|
|
|
12-17-2006, 08:50 AM
|
#95
|
|
Constant Bitrate
Join Date: Apr 2005
Location: The Netherlands
Posts: 220
|
I think I fixed both problems.
Check: RRK8055.dll beta
It's now checking the screenname using the k8055_menu indicator which is done every second and when the screen is being build. I don't think it is impacting the CPU resource usage to much. (Didn't notice it on my developer machine (PIII 800))
Menu names used in the RRK8055.ini are not case sensitive anymore
@GASLAN: can you provide me feedback if things are working for you. I'll make an official release when it does.
__________________
My car: 2003 KIA Sorento 2.5 CRDI AUT
Hardware: EPIA SP13000, 60Gb 2.5"HDD, M1-ATX, Lilliput 7", RADIO SiLABS, K8055 BOARD
Software: Road Runner, FreeDrive, PowerDVD, WinXP SP1
See: Velleman K8055 Plugin for Road Runner
Progress: [ XXXXXXXXXX] 50 % DONE
Last edited by 307SW_NLD; 12-17-2006 at 08:56 AM.
|
|
|
12-17-2006, 08:56 AM
|
#96
|
|
Constant Bitrate
Join Date: Apr 2005
Location: The Netherlands
Posts: 220
|
Quote: Originally Posted by mugurg 
It is possible to have comands from the controller when i am in video Player? I have added this:
"/, I, x, y, w, h, Code;INDICATORCODES
I,790,13,43,40,"k8055_menu"
in video_player.skin but does not work. The rest of the skins where i have
k8055_menu are working great with the controller.
I am trying to have volume, FFWD and REW, PLAY, STOP, PAUSE ...
If so, what should i modify and in wich files?
And another Q:
In mappoint_gps, the controller works great. But after few seconds the buttons-panel is dissapearing and you get only the map in full screen. At this point, none of the controls work anymore.
thank you.
I think the problem lies in the fact that in both cases the screen is not visible. Don't know if I can solve that in an easy way. I hope Guino has any suggestions. If not I will have to redesign the way the buttons are checked (this is now done using the k8055_menu indicator)
btw: see previous post for a beta version that has the different buttons by screen problem fixed....
__________________
My car: 2003 KIA Sorento 2.5 CRDI AUT
Hardware: EPIA SP13000, 60Gb 2.5"HDD, M1-ATX, Lilliput 7", RADIO SiLABS, K8055 BOARD
Software: Road Runner, FreeDrive, PowerDVD, WinXP SP1
See: Velleman K8055 Plugin for Road Runner
Progress: [ XXXXXXXXXX] 50 % DONE
|
|
|
12-17-2006, 12:06 PM
|
#97
|
|
Low Bitrate
Join Date: Aug 2005
Location: Athens,Greece
Posts: 63
|
Quote: Originally Posted by 307SW_NLD 
@GASLAN: can you provide me feedback if things are working for you. I'll make an official release when it does.
Sure, everything works fine  Thanks!!
|
|
|
12-17-2006, 01:51 PM
|
#98
|
|
Variable Bitrate
Join Date: Nov 2006
Location: Romania
Posts: 297
|
Got the dll, i will use it when need it.
As for my "hidden" problems, i will wait.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
12-17-2006, 06:35 PM
|
#99
|
|
Low Bitrate
Join Date: Aug 2005
Location: Athens,Greece
Posts: 63
|
Just a thing that I noticed, I'm not sure whether its my setup, but when I hibernate the dll stops working. I've got some indicators in my menu.skin which disappear.. If I close RR and restart everything works fine..
Does the plug in reconnect to the card after hibernate? I'll give it some more tests tomorrow...
Edit: My bad, no such issue after a few tests. I should have restarted the PC after the driver install :-)
One question though, could we increase the Analogue Buttons to say 12? My sony remote has VOL+/-, Song +/-, Preset +/-, SEL, DSPL, MUTE, MODE, BTM, MODE, and a top button :-) (thats 13, but better make it 12 :-))
Last edited by gaslan; 12-18-2006 at 12:57 PM.
Reason: 100times, "I'll restart my PC after every driver install"
|
|
|
12-18-2006, 01:24 PM
|
#100
|
|
Constant Bitrate
Join Date: Apr 2005
Location: The Netherlands
Posts: 220
|
Quote: Originally Posted by gaslan 
Just a thing that I noticed, I'm not sure whether its my setup, but when I hibernate the dll stops working. I've got some indicators in my menu.skin which disappear.. If I close RR and restart everything works fine..
Does the plug in reconnect to the card after hibernate? I'll give it some more tests tomorrow...
Edit: My bad, no such issue after a few tests. I should have restarted the PC after the driver install :-)
One question though, could we increase the Analogue Buttons to say 12? My sony remote has VOL+/-, Song +/-, Preset +/-, SEL, DSPL, MUTE, MODE, BTM, MODE, and a top button :-) (thats 13, but better make it 12 :-))
It should be possible to use 12 buttons. But it would mean that the button variance could be small (hopefully not to small to detect the wrong button if the supply voltage is not really stable). I'll make it 20 to be prepared for the future
Watch for a new relase comming soon
__________________
My car: 2003 KIA Sorento 2.5 CRDI AUT
Hardware: EPIA SP13000, 60Gb 2.5"HDD, M1-ATX, Lilliput 7", RADIO SiLABS, K8055 BOARD
Software: Road Runner, FreeDrive, PowerDVD, WinXP SP1
See: Velleman K8055 Plugin for Road Runner
Progress: [ XXXXXXXXXX] 50 % DONE
|
|
|
12-18-2006, 01:35 PM
|
#101
|
|
Variable Bitrate
Join Date: Nov 2006
Location: Romania
Posts: 297
|
i have the variance set to 1 and still works perfect. 20 buttons will be even better ,we can use an aditional small keypad  )
|
|
|
12-20-2006, 12:29 AM
|
#102
|
|
Constant Bitrate
Join Date: Nov 2005
Posts: 164
|
Functionality Question.....Will This Work
My CarPC is currently conneced to my stock head unt via the stock aux input. However, since I listen to my stock head unit most of the time, I am unable to hear any navigation commands from IG (embedded in RR). What I want to be able to do is allow IG to send a mute signal to my head unit when it is giving navigation guidance.
Getting my head unit to mute is pretty easy, it is just a matter of sending a ground signal to the stock head unit. The part that I don't know is possible is getting the mute signal from RR to my head unit. The current skin I am using (Blue Devil) can sense when IG is giving commands and will mute any music, video or DVD until the command is complete. So my question is can this board, with your software, sense the navigation voice "trigger" in RR and then in turn send a signal (via a relay of some sort) to mute my stock head unit?
|
|
|
12-20-2006, 08:27 AM
|
#103
|
|
Constant Bitrate
Join Date: Apr 2005
Location: The Netherlands
Posts: 220
|
Quote: Originally Posted by jmciver 
My CarPC is currently conneced to my stock head unt via the stock aux input. However, since I listen to my stock head unit most of the time, I am unable to hear any navigation commands from IG (embedded in RR). What I want to be able to do is allow IG to send a mute signal to my head unit when it is giving navigation guidance.
Getting my head unit to mute is pretty easy, it is just a matter of sending a ground signal to the stock head unit. The part that I don't know is possible is getting the mute signal from RR to my head unit. The current skin I am using (Blue Devil) can sense when IG is giving commands and will mute any music, video or DVD until the command is complete. So my question is can this board, with your software, sense the navigation voice "trigger" in RR and then in turn send a signal (via a relay of some sort) to mute my stock head unit?
When IG is giving commands is it sending commands to RR? ANd can you define the commands to use? If so; it is very easy to switch on/off one of the digital outputs with a RR command. But when you cannot configure the command that is being send to RR you should be able to use the ExecTBL.ini to redefine the command and include the digital out on/off switch command.
__________________
My car: 2003 KIA Sorento 2.5 CRDI AUT
Hardware: EPIA SP13000, 60Gb 2.5"HDD, M1-ATX, Lilliput 7", RADIO SiLABS, K8055 BOARD
Software: Road Runner, FreeDrive, PowerDVD, WinXP SP1
See: Velleman K8055 Plugin for Road Runner
Progress: [ XXXXXXXXXX] 50 % DONE
|
|
|
12-20-2006, 09:33 AM
|
#104
|
|
Constant Bitrate
Join Date: Nov 2005
Posts: 164
|
Quote: Originally Posted by 307SW_NLD 
When IG is giving commands is it sending commands to RR? ANd can you define the commands to use?
This I am not 100% sure of. I am not a prgrammer by trade but I can understand basic processes. I do know that the skin I am using (Blue Devil) has functionality that will mute any audio (MP3, etc) when IG is giving a command/guidance and will un-mute when the command/guidance is complete. That tells me that IG is interfacing w/RR in some way. Exactly how, I don't know. I will talk to the author of the skin to see how he does this. His screen name is JohnWPB (I think he is subscribed to this thread).
Last edited by jmciver; 12-20-2006 at 09:36 AM.
|
|
|
12-22-2006, 10:25 AM
|
#105
|
|
Newbie
Join Date: Jul 2005
Location: Sweden
Posts: 23
|
Does this plugin support the "The number of inputs/outputs can be further expanded by connecting more (up to a maximum of four) cards to the PC's USB connectors." part listed by velleman?
I'm thinking of having atleast two of these cards in use for all the functions i need... well mostly the relays that i'm short on.
|
|
|
|
Sponsored links
|
|
Advertisement
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:14 PM.
| |