Notices
ECU Flash

EvoScan v2.6 And New EvoScan GPS/Logger/Reflashing Touchscreen Review

Thread Tools
 
Search this Thread
 
Old Oct 23, 2012 | 05:24 AM
  #1861  
evoscan's Avatar
Silver Sponsor
iTrader: (-1)
 
Joined: Apr 2010
Posts: 885
Likes: 0
Received 20 Likes on 10 Posts
From: nz
New EvoDroid7 GPS Navigator, features here
Old Oct 23, 2012 | 06:09 AM
  #1862  
binky's Avatar
Evolved Member
iTrader: (11)
 
Joined: Oct 2007
Posts: 1,430
Likes: 0
Received 1 Like on 1 Post
From: Connecticut / Massachusetts U.S.A
That's pretty sweet! and for $147...that's a steal....


-Bink
Old Nov 7, 2012 | 01:00 PM
  #1863  
JohnnyTSi's Avatar
Evolving Member
iTrader: (3)
 
Joined: Jun 2007
Posts: 375
Received 9 Likes on 8 Posts
From: Everett, WA
EvoScanPPCGaugeDesigner question

I can't seem to get the MarkLog ActionButton to work!

The Mark Log button works fine on the main Logging Screen, but when I define a button on a gauge screen, pressing the button doesn't place a mark in the log. Not sure what I'm doing wrong for this one button, everything else on the screen works as expected?

Here is a copy of my Gauge template file:
Code:
// EVOSCAN GAUGE 1 by Hamish Ahern (c) 2010 EvoScanPPC (PocketPC/WinCE/WindowsMobile)

//=================================================================================================================================
// Copyright 2010 (c) Limitless Designs Ltd  www.evoscan.com
// You can freely edit this file, and distribute this template freely on the internet for use with EvoScanPPC only.
// if you see // at the beginning of the line, this is just a comment only line and any blank lines also are ignored.
// also any number of spaces before or after a comma (,) are ignored, so it doesn't matter how many spaces or tabs you use to make gaps.
// CaPiTaliZation also doesn't make any difference, you can type yes or YeS or Yes or YES, and it will still work ok.
//---------------------------------------------------------------------------------------------------------------------------------

Minimum EvoScanPPC Version, v2.2


//=================================================================================================================================
//BACKGROUND IMAGE: use png files, because this is the best quality image, needs to be in \EvoScanPPC\images\ folder on the sdcard
// The Background image should be 480x272   480 pixels for the width, and 272 pixels for the height.
// PNG file format is the best quality image format for gauges,
//---------------------------------------------------------------------------------------------------------------------------------

BackgroundImage,EvoScan1.png

NumericGauge,Left Top,KnockSum,1,183,180,42,Yes,KnockSum,12,5,20,Yes,,12,30,14,Far,48,0,Max,100,24,28,Near,,
NumericGauge,Left Bottom,LC1_Wideband,1,227,180,42,Yes,Wideband,12,8,20,Yes,,12,30,14,Far,48,1,No,100,22,26,Near,,
NumericGauge,Right Top,CoolantTemp,271,183,190,42,Yes,Coolant Temp,12,5,20,Yes,,12,30,14,Far,48,0,Max,90,24,28,Near,,
NumericGauge,Right Bottom,4-Bar,271,227,190,42,Yes,Boost,12,8,20,Yes,,12,30,14,Far,48,0,Max,90,22,26,Near,,
NumericGauge,Speed,Speed,328,109,90,38,No,,0,0,20,Yes,,-8,3,14,Center,42,0,Max,61,-39,42,Near,,
NumericGauge,STFT,O2FeedbackTrim,125,70,80,42,Yes,STFT,7,3,20,Yes,,2,15,14,Far,48,0,No,100,22,26,Near,,
NumericGauge,Timing,TimingAdv,253,7,57,50,Yes,Timing,0,-10,20,Yes,Deg,10,40,14,Center,45,0,No,50,0,40,Near,,
CircularGauge,Throttle,TPS,77,79,172,68,44,0,100,,Yes,198,0,75,171,255|127|80|3,Yes,,,,
CircularGauge,Speed,Speed,373,97,85,-90,260,0,260,GaugeParts/EvoScan1_Cap1.png,Yes,0,0,480,272,255|127|80|3,No,,,,
CircularGauge,RPM,RPM,97,68,58,-90,180,0,8,GaugeParts/EvoScan1_Cap2.png,Yes,0,0,480,272,255|127|80|3,No,,,,
CircularGauge,Fuel Usage,FuelConsumption,97,165,67,-90,180,0,100,,Yes,0,0,480,272,255|127|80|3,No,,,,
CircularGauge,Battery,Battery,80,244,178,66,48,0,16,,Yes,198,170,74,98,255|127|80|3,Yes,,,,
ActionButton,BrightnessUp,GaugeParts/MyGauges1_BU.png,BrightnessUp,6,6,35,41,0,0,,
ActionButton,BrightnessDown,GaugeParts/MyGauges1_BD.png,MarkLogPoint,6,60,34,41,0,0,,
ActionButton,BtnClose,GaugeParts/MyGauges1_X.png,Close,440,6,48,41,0,0,,
ActionButton,MarkLog,GaugeParts/MarkLog.png,MarkLogPoint,440,155,37,37,2,2,,
I am using the latest versions of both the EvoScanPPC and EvoScanPPCGaugeDesigner executables. The last ActionButton in the above template is the one I'm having difficulties with. I've tried all sorts of things, moving to different locations, using different background images, changing offset etc. Nothing seems to work.

help?

Thanks,
John-

Last edited by JohnnyTSi; Nov 7, 2012 at 01:28 PM.
Old Nov 8, 2012 | 12:58 AM
  #1864  
evoscan's Avatar
Silver Sponsor
iTrader: (-1)
 
Joined: Apr 2010
Posts: 885
Likes: 0
Received 20 Likes on 10 Posts
From: nz
Originally Posted by JohnnyTSi
I can't seem to get the MarkLog ActionButton to work!

The Mark Log button works fine on the main Logging Screen, but when I define a button on a gauge screen, pressing the button doesn't place a mark in the log. Not sure what I'm doing wrong for this one button, everything else on the screen works as expected?
hmm sorry, I don't think I recall implementing that in the code for the gauge template. In a couple of months when I'm not working 4 jobs, I can add this in the code for you. add me to skype, so that you can remind me. hamish.ahern
Old Nov 8, 2012 | 05:45 AM
  #1865  
chu's Avatar
chu
Evolved Member
iTrader: (72)
 
Joined: Sep 2007
Posts: 2,831
Likes: 0
Received 2 Likes on 2 Posts
From: Philadelphia
Originally Posted by evoscan
New EvoDroid7 GPS Navigator, features here
I asked in the other thread. Just trying to clarify if the 3.0DA cable will also work on Evo 7/8/9s; or do I have to specifically choose a cable for the car I own?
Old Nov 8, 2012 | 12:31 PM
  #1866  
JohnnyTSi's Avatar
Evolving Member
iTrader: (3)
 
Joined: Jun 2007
Posts: 375
Received 9 Likes on 8 Posts
From: Everett, WA
Originally Posted by evoscan
hmm sorry, I don't think I recall implementing that in the code for the gauge template. In a couple of months when I'm not working 4 jobs, I can add this in the code for you. add me to skype, so that you can remind me. hamish.ahern

The change log for v2.5 (and GaugeDesigner v2.5) says it was added:

13 January 2012 - EvoScanPPC v2.5 Download Here. (includes Gauge Designer v2.5)
• Aligned version numbers between EvoScanPPC/GPSNav and GaugeDesigner.exe which makes it easier to know which versions support the required features.
• Added new Action options to ActionButtons for gauges...
- EvoXecuReset will work with OpenPort 2.0 and EvoX, pressing it reset the learned fuel trims on next key off/on. Vehicle must be connected and datalogging on the gauge screen for this EvoXecuReset button to work.
- Start New Log / Mark Log Point / End Log buttons added to v2.5 gauges as per request from JohnnyTSi on evolutionm.net forums.

Old Nov 17, 2012 | 02:30 AM
  #1867  
SkyNight's Avatar
Evolving Member
 
Joined: May 2008
Posts: 141
Likes: 0
Received 0 Likes on 0 Posts
From: Rome
Originally Posted by evoscan
Add this to your Documents\EvoScan v2.9\DataSettings\ xml file
Code:
<DataListItem DataLog="N" Color="" Display="ZTX User2" LogReference="ZTXUser2" RequestID="ZTX" Eval="x" Unit="units" MetricEval="" MetricUnit="" ResponseBytes="1" GaugeMin="0" GaugeMax="255" ChartMin="0" ChartMax="255" ScalingFactor="1" Notes="" Priority="1" Visible="False" />
And to use ZTXUser2 ensure you tick the "Zeitronix ZT2/ZT3 2010 Model" selected from the EvoScan wideband menu.
Is there also in EVOScan PPC because there is no signal on PPC.
Also I have a problem with the turbo pressure, I can't read in Bar but only in PSI.

Thanks Hamish.
Old Nov 17, 2012 | 10:26 AM
  #1868  
GregM's Avatar
Evolving Member
iTrader: (1)
 
Joined: Aug 2009
Posts: 441
Likes: 0
Received 3 Likes on 2 Posts
From: New Zealand
Is there any software that could display the Evoscan data on video?
Old Nov 17, 2012 | 11:08 AM
  #1869  
dolphin888's Avatar
Evolving Member
 
Joined: May 2007
Posts: 208
Likes: 0
Received 0 Likes on 0 Posts
From: Europe
Originally Posted by GregM
Is there any software that could display the Evoscan data on video?
Install some kind desktop recorder software.
Old Nov 17, 2012 | 11:11 AM
  #1870  
GregM's Avatar
Evolving Member
iTrader: (1)
 
Joined: Aug 2009
Posts: 441
Likes: 0
Received 3 Likes on 2 Posts
From: New Zealand
Originally Posted by dolphin888
Install some kind desktop recorder software.
Any suggestions, as I haven't found anything that works?
Old Nov 17, 2012 | 11:19 AM
  #1871  
dolphin888's Avatar
Evolving Member
 
Joined: May 2007
Posts: 208
Likes: 0
Received 0 Likes on 0 Posts
From: Europe
Originally Posted by GregM
Any suggestions, as I haven't found anything that works?
http://camstudio.org/ have you tried this already?
Old Nov 17, 2012 | 12:02 PM
  #1872  
GregM's Avatar
Evolving Member
iTrader: (1)
 
Joined: Aug 2009
Posts: 441
Likes: 0
Received 3 Likes on 2 Posts
From: New Zealand
No, I haven't, but its not quite what I'm looking for.

Trackvision allows raw log files to be used and gauges displayed on the video. Evoscan isn't one of the compatible formats, and so far have not found any software like this which will work with Evoscan.

Evoscan has a tab for Video and GPS, but its been on many versions saying its in beta, but there is no functionality. Is this still going to happen Hamish?
Old Nov 29, 2012 | 05:10 AM
  #1873  
evoscan's Avatar
Silver Sponsor
iTrader: (-1)
 
Joined: Apr 2010
Posts: 885
Likes: 0
Received 20 Likes on 10 Posts
From: nz
EvoScan v2.9.0023 Released - AUTO UPDATE or download the updated installer from here using your evoscan login.
- Increased display speed to cater for up to 700samples/sec for EvoX RAX logging
- NEW DataSettings file for Mitsubishi EvoX Mode23 RAX Patch.xml
- Fixed random unticking behind the scenes, now only applies to sst temp nonresponse.
- Added Datasetting xml option for LogHide, allows items to be datalogging on the screen but not logged to file.
- Added Datasetting xml option for PriorityOffset, allows items to be datalogging at a different offset to ensure smooth logging at high speed.
- Map Tracer now displays the grid items in the middle of each CELL to make it easier for tuning the maps.
- Power/Torque graph no longer pops up the annoying missing >80% Throttle message now, users will just have to make sure to log TPS >80% if they want power graphs.
- Numerous fixes and performance improvements.

RAX EVOX Fast Logging
https://www.evolutionm.net/forums/ec...t-logging.html
or evoxforums /forums/showthread.php?t=70705
Old Dec 7, 2012 | 08:23 AM
  #1874  
manu78's Avatar
Newbie
 
Joined: Dec 2012
Posts: 1
Likes: 0
Received 0 Likes on 0 Posts
From: bozen
Originally Posted by SkyNight
Is there also in EVOScan PPC because there is no signal on PPC.
Also I have a problem with the turbo pressure, I can't read in Bar but only in PSI.

Thanks Hamish.
Hallo Skynight,i have the same problem

I have the zeitronix pressure turbo, exhaust, AFR, and oil temperatures. everything works except there is no oil temperature signal.Also i have the same problem boost.
Can anyone help?
I wrote an email to Amish but I did not answer.
Amish please reply here
Old Feb 28, 2013 | 02:06 PM
  #1875  
BatmanVR4's Avatar
Newbie
 
Joined: Feb 2013
Posts: 10
Likes: 0
Received 0 Likes on 0 Posts
From: Arizona
Hey guys,

Anyone know how to contact Hamish? I hope he still comes on this forum. I am looking to get my hands on the Evoscan GPS NAV but I noticed on his website you can't seem to order one.

Also, the iPad connect product he has on display for Evoscan is also unavailable...

I am looking to get it for my VR4.

Thanks.


Quick Reply: EvoScan v2.6 And New EvoScan GPS/Logger/Reflashing Touchscreen Review



All times are GMT -7. The time now is 02:14 AM.