Q&A Forum

Notifications
Clear all

[Plugin] ScanTool

174 Posts
19 Users
23 Likes
34.3 K Views
 Dev
(@dev)
Posts: 62
Member
 

Bluetooth worked for me on a BMW M4 on a £5 dongle 🙂

Could you make the graph resizeable? And a choice of colour as i find the green very difficult to read properly!

Cheers!

 
Posted : 10/03/2019 9:23 pm
(@bmgjet)
Posts: 362
Dyno Wizard
Topic starter
 
Posted by: Dev

Bluetooth worked for me on a BMW M4 on a £5 dongle 🙂

Could you make the graph resizeable? And a choice of colour as i find the green very difficult to read properly!

Cheers!

Ill add a colour picker for the line and background.
Double clicking a graph will expand it to full screen, It will expand on what ever screen the main window is on so if you have 2 screens drag it across to the other screen first. Ill try put some resizing stuff into that that since the main window cant be resized with how its tied into my orignal code from a different programing language.

 

 

Posted by: Walter

more info about that knock/rpm option using sound card? i means how does it Will Works exactly? sounds good!

Youll get a USB sound adapter with mic and/or line in on it. (Or you can use your laptop/computer on board but not recommended)
The Knock input is pritty simple, Since knock sensor is just a microphone. So thats all going to be in the processing of the signal.
RPM is just a frequency which isnt really any different from sound wave anyway so you can count the frequency to workout RPM. Just you will need another little circuit that limits the frequency to a max of 3.3V. Then you tap into your sensor of choice (coil trigger, would have to devide by number of cylinders) or (Fuel injector trigger, ect)

 
Posted : 10/03/2019 11:51 pm
Dev reacted
 Dev
(@dev)
Posts: 62
Member
 

Thanks, that would be great!

Hopefully tide me over until real time graphing is native.

 

Re Knock - i highly recommend this: all signal processing built in...

 

https://www.phormula.com/KnockMonitor-KS-4.aspx

 
Posted : 10/03/2019 11:54 pm
(@walter)
Posts: 244
Member
 
Posted by: bmgjet
Posted by: Dev

Bluetooth worked for me on a BMW M4 on a £5 dongle 🙂

Could you make the graph resizeable? And a choice of colour as i find the green very difficult to read properly!

Cheers!

Ill add a colour picker for the line and background.
Double clicking a graph will expand it to full screen, It will expand on what ever screen the main window is on so if you have 2 screens drag it across to the other screen first. Ill try put some resizing stuff into that that since the main window cant be resized with how its tied into my orignal code from a different programing language.

 

 

Posted by: Walter

more info about that knock/rpm option using sound card? i means how does it Will Works exactly? sounds good!

Youll get a USB sound adapter with mic and/or line in on it. (Or you can use your laptop/computer on board but not recommended)
The Knock input is pritty simple, Since knock sensor is just a microphone. So thats all going to be in the processing of the signal.
RPM is just a frequency which isnt really any different from sound wave anyway so you can count the frequency to workout RPM. Just you will need another little circuit that limits the frequency to a max of 3.3V. Then you tap into your sensor of choice (coil trigger, would have to devide by number of cylinders) or (Fuel injector trigger, ect)

Sounds good really but i have not idea how to build it, maybe forward you can build that Little circuit or something theorical then i can buy components and build it!. 

 
Posted : 11/03/2019 2:18 am
(@walter)
Posts: 244
Member
 
Posted by: Dev

Thanks, that would be great!

Hopefully tide me over until real time graphing is native.

 

Re Knock - i highly recommend this: all signal processing built in...

 

https://www.phormula.com/KnockMonitor-KS-4.aspx

I bought one, but never used it , lost it 🙁

 
Posted : 11/03/2019 2:19 am
(@walter)
Posts: 244
Member
 

I used ago long time a simple detcan, tried too a electrical detcan using a sound amplifier but didnt work good for me, preferred a detcan using a tuve cooper and hose. 😀

 
Posted : 11/03/2019 2:28 am
(@bmgjet)
Posts: 362
Dyno Wizard
Topic starter
 
Posted by: Walter

I used ago long time a simple detcan, tried too a electrical detcan using a sound amplifier but didnt work good for me, preferred a detcan using a tuve cooper and hose. 😀

Iv used both ways in the past as well. The biggest problem using using an amplifier is you loose quality so makes things harder to hear.

Posted by: Dev

Thanks, that would be great!

Hopefully tide me over until real time graphing is native.

 

Re Knock - i highly recommend this: all signal processing built in...

 

https://www.phormula.com/KnockMonitor-KS-4.aspx

Bit out of my price range, Things im adding im trying to aim at keeping the cheapest options avaliable.
But of course if some one is willing to donate hardware to me ill add support for that hardware.

Posted by: Walter

Sounds good really but i have not idea how to build it, maybe forward you can build that Little circuit or something theorical then i can buy components and build it!.

There were some talks about the circuit either on this thread a few posts back or it might of been in the plugin request thread.
Either way its a few dollars of bits and some soldering. Or I think D-tech had a prebuilt circuit that does the same job dropping to 5V. Then youd just change 1 resistor to drop it further to 3.3v.

 
Posted : 11/03/2019 3:59 am
(@bmgjet)
Posts: 362
Dyno Wizard
Topic starter
 

Update: A17.5
Added colour picker in the settings for graphs.

 
This post was modified 5 years ago by bmgjet
 
Posted : 11/03/2019 6:03 am
Dev reacted
(@thmotorsport)
Posts: 3
Member Customer
 

hello 

Its very good job  Thank you 

I tested your plungin with chiness bluetooth adapter version 1.4 and Renault clio 3 

I have one question. How to create a tabel template file 

 
Posted : 24/03/2019 10:26 am
(@bmgjet)
Posts: 362
Dyno Wizard
Topic starter
 

Here is the sample tables attached in a zip.
Open in txt editor.
First line is X lables
2nd line is Y lables
3rd line is point value changes to next colour. (Colours are hard coded still)

Each value is seperated by a "|" ammount of lables is fixed length as well so you can have any more or any less.

 
Posted : 24/03/2019 10:35 am
(@bmgjet)
Posts: 362
Dyno Wizard
Topic starter
 

UPDATE: 01P

Enough bugs have been removed that I felt its time to move plugin to public plugin libary.
https://yourdyno.com/Plugins/scantool/

 
Posted : 13/04/2019 6:13 am
(@admin)
Posts: 1400
Member Admin
 

Awesome! 

 
Posted : 13/04/2019 6:50 am
(@bmgjet)
Posts: 362
Dyno Wizard
Topic starter
 

UPDATE: 02P

Lots more bug fixes.
Dropped bmtune support.

 
Posted : 01/05/2019 7:12 am
(@mach_1)
Posts: 350
Member
 

Hi , anyone using " Kess V2 tool " for tuning diesels ? 

Maybe a Plugin scantool for yourdyno

 

 
Posted : 08/05/2019 11:40 pm
 Dev
(@dev)
Posts: 62
Member
 

Kess is a a tool to read and write ECU flash, it's nothing to do with actual tuning.

 
Posted : 08/05/2019 11:45 pm
Page 9 / 12
Share:
Select your currency
EUR Euro