Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development > Front Ends > Road Runner > RR Plugins > RR Released Plugins


Reply
 
Share Thread Tools Display Modes
Old 01-14-2007, 08:16 AM   #136
Variable Bitrate
 
Join Date: Nov 2006
Location: Romania
Posts: 297
mugurg is an unknown quantity at this point
Back again with a question for the plugin:
i want to use one "analog-in" to measure and display weight. Any ideea what should i use for the sensor? Or how can i display how comprimated my suspensions are... Should i make it optical based, because seems to be the most reliable, having a optocoupler installed under the feather or similar idea ?

P.S. i read somewhere that are actually "pressure" sensors available..

Last edited by mugurg; 01-14-2007 at 08:43 AM.
mugurg is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-23-2007, 07:05 PM   #137
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
Hi all, Firstly I like to say thanks for all the hard work you've put into this plugin. I have my board all built and now I'm testing but cant get it to work.
The test program works fine but the test screen doesn't. I get the indicators but all zero.
I'm running the k8055d.dll from this thread. I have 2.1.06 version of the plugin and road runner is on latest version. I have registered the RRK8055.dll in road runner directory and have the K8055.dll in road runner directory as well.

Is there an indicator that tells me I'm connected to the board? Any other ideas?
attaching my debug log in case this helps



thanks in advance
Attached Files
File Type: txt debug.txt (5.5 KB, 77 views)
lambosprit is offline   Reply With Quote
Old 01-23-2007, 08:18 PM   #138
Variable Bitrate
 
Join Date: Nov 2006
Location: Romania
Posts: 297
mugurg is an unknown quantity at this point
if you have registered the rrk8055.dll using the regsvr32.exe it is near to impossible not to work...very strange. You have had the succesfull registration message?
i had my XP reinstalled 2 days ago, therefore 5 min ago i have also reinstalled the k8055 (just demo mode on the CD) then registered the DLL from here in the RR folder, pluged the board and everything works great...

be sure that your relays.skin to have the X,RRK8055 part, meaning like this:

MEDIACAR Skin
MEDIACAR MainMenu Skin
relay_off.jpg,relay_off.jpg,relay_on.jpg,relay_dow n.jpg
X,RRK8055

/, I, x, y, w, h, Code;INDICATORCODES
etc...
etc...
etc..
etc...
__________________
My second Subaru skin
Full screenshots second skin
My car photos

CarPC Progress
■■■■■■■ - 75%
mugurg is offline   Reply With Quote
Old 01-25-2007, 04:50 PM   #139
Variable Bitrate
 
Join Date: Nov 2006
Location: Romania
Posts: 297
mugurg is an unknown quantity at this point
Some info for K8055 users...
If the board is not connected, every skin that has X,RRK8055 (to load the plugin for the board) overload the CPU to 98-99%. Forever, even if you leave the skin to enter one without X,RRK8055. This is happening on a P4-3,6GHz machine. If the board is connected, even with the music playing, the CPU stays on 6-8% maximum. I think this is a weakness, if for no matter what reasons the plugin fails to find the board, the RR is doomed.
__________________
My second Subaru skin
Full screenshots second skin
My car photos

CarPC Progress
■■■■■■■ - 75%

Last edited by mugurg; 01-25-2007 at 05:05 PM.
mugurg is offline   Reply With Quote
Old 01-25-2007, 06:30 PM   #140
Constant Bitrate
 
307SW_NLD's Avatar
 
Join Date: Apr 2005
Location: The Netherlands
Posts: 220
307SW_NLD is on a distinguished road
@mugurg,

Never noticed it but you are right. It must be in my code. I'll check to see if I can fix that.
__________________
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
307SW_NLD is offline   Reply With Quote
Old 01-25-2007, 06:35 PM   #141
Variable Bitrate
 
Join Date: Nov 2006
Location: Romania
Posts: 297
mugurg is an unknown quantity at this point
No problem at all. You already did more than i have ever anticipated.
It would be possible for the plugin to check 2-3 times then to give up??
That way if it finds the board, perfect, if not...not to try untill a re-initialisation of the X,RRK8055. This way the things could work smooth with or without the board connected...
__________________
My second Subaru skin
Full screenshots second skin
My car photos

CarPC Progress
■■■■■■■ - 75%
mugurg is offline   Reply With Quote
Old 01-25-2007, 08:27 PM   #142
FLAC
 
W3bMa5t3r's Avatar
 
Join Date: Apr 2006
Location: Washington, DC - Alexandria, VA N/W Area - NOVA
Posts: 1,268
W3bMa5t3r is a glorious beacon of lightW3bMa5t3r is a glorious beacon of lightW3bMa5t3r is a glorious beacon of lightW3bMa5t3r is a glorious beacon of lightW3bMa5t3r is a glorious beacon of lightW3bMa5t3r is a glorious beacon of light
This is awesome, I ordered my board two days ago and I can't wait to build it and start fooling around with this plugin. Looks Like Some Great Work
W3bMa5t3r is offline   Reply With Quote
Old 01-26-2007, 07:17 AM   #143
Constant Bitrate
 
307SW_NLD's Avatar
 
Join Date: Apr 2005
Location: The Netherlands
Posts: 220
307SW_NLD is on a distinguished road
Quote: Originally Posted by mugurg View Post
No problem at all. You already did more than i have ever anticipated.
It would be possible for the plugin to check 2-3 times then to give up??
That way if it finds the board, perfect, if not...not to try untill a re-initialisation of the X,RRK8055. This way the things could work smooth with or without the board connected...

But what about when you plug in the board at a later time? I would like to prevent that you will have to stop RR and restart it.

The initialization of the board is done whenever a label, indicator or command is executed from Road Runner. What I will do is try to connect the board once and if that fails only try to connect every x times a RRK8055 control is called. Since the time between the connect retries is dependant on the number of controls in your screen (which are called every second) I will make this configurable in the RRK8055.ini. If no entry in the RRK8055.ini exists then a default value of 100 is used. (So every 10 seconds a connect retry if 10 controls on the screen)

What do you think?
__________________
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
307SW_NLD is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-26-2007, 08:25 AM   #144
Variable Bitrate
 
Join Date: Nov 2006
Location: Romania
Posts: 297
mugurg is an unknown quantity at this point
That is ok , if we can specify that number it is perfect. I will like to have mine checking every 30 sec or so.

Another question i have in mind is: can't be checked only once when a X,RRK8055 is loaded? Meaning if the board is connected at a later time, it is enough to re-load a skin that have X,RRK8055 ? Of course i have no idea about programming
__________________
My second Subaru skin
Full screenshots second skin
My car photos

CarPC Progress
■■■■■■■ - 75%

Last edited by mugurg; 01-26-2007 at 08:30 AM.
mugurg is offline   Reply With Quote
Old 01-26-2007, 03:31 PM   #145
Constant Bitrate
 
307SW_NLD's Avatar
 
Join Date: Apr 2005
Location: The Netherlands
Posts: 220
307SW_NLD is on a distinguished road
Quote: Originally Posted by mugurg View Post
That is ok , if we can specify that number it is perfect. I will like to have mine checking every 30 sec or so.

Another question i have in mind is: can't be checked only once when a X,RRK8055 is loaded? Meaning if the board is connected at a later time, it is enough to re-load a skin that have X,RRK8055 ? Of course i have no idea about programming

No, the plugin dll gets loaded using the X,RRK8055. The dll is is connecting to the board. Once RR has loaded the plugin it is not going to try to reload it again.

Getting the plugin to init the board every 30 seconds depend on the number of controls to the RRK8055 plugin you have on your skin. If your in another screen it could mean that the plugin checks with another interval because that screen has another number of controls.

I will see if I can use an interval in seconds.
__________________
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
307SW_NLD is offline   Reply With Quote
Old 01-27-2007, 10:15 AM   #146
Variable Bitrate
 
lambosprit's Avatar
 
Join Date: Sep 2006
Location: UK
Posts: 447
lambosprit is on a distinguished road
@mugurg
Thanks for the reply. I did get a successful message for registering the dll. I've also written my own app that talks successfully to the board. I'll keep looking.
@307SW_NLD Could you create an indicator that says the connection state to the board or have I missed it in the help file?

thanks
lambosprit is offline   Reply With Quote
Old 01-27-2007, 10:18 AM   #147
Variable Bitrate
 
Join Date: Nov 2006
Location: Romania
Posts: 297
mugurg is an unknown quantity at this point
@lambospirit, i am sorry i could not help you more.
Wish you luck...
__________________
My second Subaru skin
Full screenshots second skin
My car photos

CarPC Progress
■■■■■■■ - 75%

Last edited by mugurg; 01-27-2007 at 03:04 PM.
mugurg is offline   Reply With Quote
Old 01-28-2007, 12:20 PM   #148
Constant Bitrate
 
307SW_NLD's Avatar
 
Join Date: Apr 2005
Location: The Netherlands
Posts: 220
307SW_NLD is on a distinguished road
New version released. See first post. Fixes high cpu usage when board not connected. Configurable number of seconds between init retries. New indicator added which shows connection state of board and initialize board when clicking on indicator.
__________________
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
307SW_NLD is offline   Reply With Quote
Old 01-28-2007, 12:22 PM   #149
Variable Bitrate
 
Join Date: Nov 2006
Location: Romania
Posts: 297
mugurg is an unknown quantity at this point
Trying right now. Thank you for your work.
__________________
My second Subaru skin
Full screenshots second skin
My car photos

CarPC Progress
■■■■■■■ - 75%
mugurg is offline   Reply With Quote
Old 01-28-2007, 12:48 PM   #150
Variable Bitrate
 
Join Date: Nov 2006
Location: Romania
Posts: 297
mugurg is an unknown quantity at this point
I have registered the new DLL , and tried with both my skin files and the one attached. I can't get it to work at all. Using back my previous DLL/INI files everything works perfect. Where should i see the new indicator to click on it? the one "invisible" named k8055_menu is doing nothing when i am pressing it. What i am doing wrong?
__________________
My second Subaru skin
Full screenshots second skin
My car photos

CarPC Progress
■■■■■■■ - 75%
mugurg is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Lilliput button board (IR sensor extension)...did I fry it? Quack LCD/Display 10 08-22-2008 06:36 PM
i think i burn my USB controller board susuking LCD/Display 0 01-26-2006 12:55 PM
USB Control Board component burned carfreak01 LCD/Display 4 08-24-2005 03:43 PM
Lilliput USB Circuit Board... gleinz LCD/Display 1 01-18-2005 05:09 PM
Looking for feedback on initial components, USB vs. PCI, power related mostly S4Per Newbie 4 04-06-2004 10:52 AM



All times are GMT -5. The time now is 09:08 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics