Sponsored links

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


Reply
 
Share Thread Tools Display Modes
Old 02-20-2005, 05:29 PM   #31
FLAC
 
mauri's Avatar
 
Join Date: Jan 2004
Posts: 1,001
mauri is on a distinguished road
Quote: Originally Posted by guino
Seems like MM is not taking kindly of the "close" command.. funny enough, the SDK command to close MM doesn't work either.. I'll look into it..

For now, I'd suggest you to set Map Monkey as external GPS and set it as default to run External GPS, with the window title "Map Monkey -" (no quotes) it should work like it used to on prev. versions.

Ok ,tested , work set to EXTERNAL, but not displayed embedded RR,hide the RR button in this mode , temp, scroll title etc...
EDIT: the 19-02 version of RR running ok

Not problem , tested in my house PC the 20-02 v. but have several bug posted.

One other question for Guino:

i have make the prototype of your hardware to reader the tamper(you kit)
Created the .hex file and burning one P12C509.
The 4 DS18B20 comunicate with the COM ok,but second me one problem:
the tamper read its not real,exsample 25°C real embedded to RR write 7578,0 (same in Yperterminal), set to Centigrade,but....same to F,with jumper to hardware and MM config utility.
Secon me its one problem or of the firmware about the Ds1820.asm write not correctly , or the DTR signal is low to power the hardware(tested, 4.40v after the regolator 78L05(the regular voltage its 5v correct )....
*****************************
UPDATE
fixed problem , work correctly!
EDIT :sensor 3-4 in txt file its the DS18S20 not B20 , bad compatible.
1 and 2 its DS18B20, and work ok with Yperterminal.
Tomorrow tested with RR
If is ok , make one board home made of you hardware....
TXT file to save with Ypert.
F and C
The problem its to displayed the temp. to RR.
Comma problem...see the screenshot
In Italian XP configuration the point don't work the same of UK configuration, change in the RR firmware whit comma to reader the temp. , second me work correctly !
Its possible?


Mauri
Attached Images
 
Attached Files
File Type: txt Test Ds18B20_F.TXT (1.4 KB, 146 views)
File Type: txt Test Ds18B20_C.TXT (1.4 KB, 142 views)

Last edited by mauri; 02-20-2005 at 06:38 PM.
mauri is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-20-2005, 05:53 PM   #32
Variable Bitrate
 
Join Date: Sep 2004
Location: was Boston -> now Canada!
Posts: 382
chuckster is on a distinguished road
I get a similar image problem as mauri, but only when I first enter GPS the first time. Map Monkey loads and the screen gets messed up. If I backout of the GPS screen and reenter all is good.

MapMonkey does not close out either. The only way MapMonkey closes is if I ctrl-alt-delete and close the app.

Other than that things are looking up

Chuck
chuckster is offline   Reply With Quote
Old 02-20-2005, 06:50 PM   #33
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by chuckster
I get a similar image problem as mauri, but only when I first enter GPS the first time. Map Monkey loads and the screen gets messed up. If I backout of the GPS screen and reenter all is good.

MapMonkey does not close out either. The only way MapMonkey closes is if I ctrl-alt-delete and close the app.

Other than that things are looking up
Chuck

Please check your map monkey settings and DISABLE the feature that restores the window position/size of Map Monkey.
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 02-20-2005, 06:54 PM   #34
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Mauri:

I've made a quick update to try and fix your Map Monkey (close) problem.. also it adds support the temperature readings in a system that uses comma (,) as the decimal point.

Please RE-Download RR Binary package for the above.

************************************************** **************

For ALL OTHER USERS: that have been struggling with the internationalization support:

-Re-download RR Binary (updated minutes ago)
-add this line to your RR.INI:

disableinternat=true
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 02-20-2005, 08:44 PM   #35
Variable Bitrate
 
Join Date: Sep 2004
Location: was Boston -> now Canada!
Posts: 382
chuckster is on a distinguished road
Quote: Originally Posted by guino
Please check your map monkey settings and DISABLE the feature that restores the window position/size of Map Monkey.


No Luck. It was already disabled. The screen gets messed up. Mapmonkey overlays RR but when I move the mouse over an active spot on RR those buttons will appear. If I exit the GPS screen and go back in all is good.

If I exit RR it works fine because Mapmonkey stays running in memory but if I ctrl-alt-delete and kill the mapmonkey application it will easily reproduce when it reloads in RR.

This is using the latest brushed skin.

Chuck
chuckster is offline   Reply With Quote
Old 02-20-2005, 09:55 PM   #36
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by chuckster
No Luck. It was already disabled. The screen gets messed up. Mapmonkey overlays RR but when I move the mouse over an active spot on RR those buttons will appear. If I exit the GPS screen and go back in all is good.

If I exit RR it works fine because Mapmonkey stays running in memory but if I ctrl-alt-delete and kill the mapmonkey application it will easily reproduce when it reloads in RR.

This is using the latest brushed skin.

Chuck

What skin are you using ?

You can try this:

Start->Run
Type in:
Cmd (Hit ok)
In the Black Terminal Window, type in: (each line followed by ENTER)
c:
cd\DestinatorApps\
cd "Map Monkey"
cd Development
regsvr32 MonkeyTalk.dll

You should then see a little window saying ".... succeeded."..

Make sure MM is not running on the background, and run RR again to see..
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 02-21-2005, 07:32 AM   #37
FLAC
 
mauri's Avatar
 
Join Date: Jan 2004
Posts: 1,001
mauri is on a distinguished road
Quote: Originally Posted by guino
Mauri:

I've made a quick update to try and fix your Map Monkey (close) problem.. also it adds support the temperature readings in a system that uses comma (,) as the decimal point.

Please RE-Download RR Binary package for the above.

************************************************** **************

For ALL OTHER USERS: that have been struggling with the internationalization support:

-Re-download RR Binary (updated minutes ago)
-add this line to your RR.INI:

disableinternat=true

Thanks Guino, its the best!!
Tonigh tested the temp. reader embedded to RR ...
Post the test after ....

Guino very coder man!!!

Mauri
mauri is offline   Reply With Quote
Old 02-21-2005, 08:43 AM   #38
Variable Bitrate
 
Join Date: Sep 2004
Location: was Boston -> now Canada!
Posts: 382
chuckster is on a distinguished road
Quote: Originally Posted by guino
What skin are you using ?

regsvr32 MonkeyTalk.dll

You should then see a little window saying ".... succeeded."..

Make sure MM is not running on the background, and run RR again to see..

I was able to see the "succeeded" when doing the regsrv32 but I am still experiencing the issue. I am using the brushed metal skin as you will see here in the messed up screen shot. If I back out of the screen and come back in then it looks like it should. This will ONLY happen if MapMonkey is not running in the background and needs to load for the first time.

Messed up Screen
chuckster is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 02-21-2005, 11:29 AM   #39
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by chuckster
I was able to see the "succeeded" when doing the regsrv32 but I am still experiencing the issue. I am using the brushed metal skin as you will see here in the messed up screen shot. If I back out of the screen and come back in then it looks like it should. This will ONLY happen if MapMonkey is not running in the background and needs to load for the first time.

Messed up Screen

I'll add more code to try and prevent this from happening.. are you able to close MM without getting that error Mauri gets ??
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 02-21-2005, 12:19 PM   #40
Variable Bitrate
 
Join Date: Sep 2004
Location: was Boston -> now Canada!
Posts: 382
chuckster is on a distinguished road
Quote: Originally Posted by guino
I'll add more code to try and prevent this from happening.. are you able to close MM without getting that error Mauri gets ??


I don't understand exactly how to re-create the issue Mauri is having but I do get the display problem as you had seen in my link. The display issue seems to be the same problem.

I do get errors when trying to run the configuration utility or loading MapMonkey once I exit RR but this is because RR does not unload MapMonkey when it exits. As I had mentioned before I have to ctrl-alt-delete to kill the MM app once I exit RR. After I do this then I can run the config utility.

Chuck
chuckster is offline   Reply With Quote
Old 02-21-2005, 02:46 PM   #41
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by chuckster
I don't understand exactly how to re-create the issue Mauri is having but I do get the display problem as you had seen in my link. The display issue seems to be the same problem.

I do get errors when trying to run the configuration utility or loading MapMonkey once I exit RR but this is because RR does not unload MapMonkey when it exits. As I had mentioned before I have to ctrl-alt-delete to kill the MM app once I exit RR. After I do this then I can run the config utility.

Chuck

That's weird all right.. I'm starting to think I should just leave MM alone.. that is, not close it at the end... the SDK for mapmonkey has a "close" function that doesn't work and apparently trying to close it manually is also giving issues..
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 02-21-2005, 02:58 PM   #42
Constant Bitrate
 
mpfjr's Avatar
 
Join Date: Jun 2004
Location: Corona, CA
Posts: 215
mpfjr is on a distinguished road
Well mine is working fine and the closing of MM works great too.
mpfjr is offline   Reply With Quote
Old 02-21-2005, 04:11 PM   #43
FLAC
 
mauri's Avatar
 
Join Date: Jan 2004
Posts: 1,001
mauri is on a distinguished road
Quote: Originally Posted by guino
I'll add more code to try and prevent this from happening.. are you able to close MM without getting that error Mauri gets ??

Tested temperature and close MM whit X (post yesterday).
Don't work ok , temp. displayed it exsample 1973,00C (real 19,73C)in RR use (ok to Ypert.)

Same problem and error for the problem of close MM , to close displayed the error posted in the screenshot yesterday

To reopen RR and launch MM, same problem of visual the skin to MM embedded RR posted in my screenshot yesterday

I use 20-2 MM update whit binary fix and extra line
disableinternat=true
in MM.ini.
The comma and not the real problem??

EDIT: my hardware to read the temp work correctly, make a new bord, tested it, and in the future posted the all packet (voltmeter and reader temp.) so each is able to build alone home made, without spending a lot of money.
You are hardly able to make , Guino, implements the serial voltmeter, so i make the tests with RR.



Mauri
mauri is offline   Reply With Quote
Old 02-21-2005, 04:13 PM   #44
RoadRunner Mastermind
 
guino's Avatar
 
Join Date: Nov 2004
Location: Vitória, ES - Brazil
Posts: 9,064
guino will become famous soon enoughguino will become famous soon enough
Quote: Originally Posted by mauri
Tested temperature and close MM whit X (post yesterday).
Don't work ok , temp. displayed it exsample 1973,00C (real 19,73C)in RR use (ok to Ypert.)

Same problem and error for the problem of close MM , to close displayed the error posted in the screenshot yesterday

To reopen RR and launch MM, same problem of visual the skin to MM embedded RR posted in my screenshot yesterday

I use 20-2 MM update whit binary fix and extra line
disableinternat=true
in MM.ini.
The comma and not the real problem??

EDIT: my hardware to read the temp work correctly, make a new bord, tested it, and in the future posted the all packet (voltmeter and reader temp.) so each is able to build alone home made, without spending a lot of money.
You are hardly able to make , Guino, implements the serial voltmeter, so i make the tests with RR.
Mauri

I'll double check this... and try another approach with MM...
__________________
Ride Runner RR's Myspace

"Being happy is not about having what you want, it's about wanting what you have."
"The best things in life are always free - but that doesn't mean money can't buy you good things."
guino is offline   Reply With Quote
Old 02-21-2005, 04:17 PM   #45
FLAC
 
mauri's Avatar
 
Join Date: Jan 2004
Posts: 1,001
mauri is on a distinguished road
So many many tanks Guino for your patience with all of us

Mauri
mauri 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
Bug Tracking (sorry long but please read) liquid_smoke Software & Software Development 23 04-22-2005 04:12 PM



All times are GMT -5. The time now is 01:58 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