Power FC FC Tune preview
I am very excited about just finding out about this thread and FCTune. I was wondering if there is a list somewhere of the current engines/ecus that are compatible with FCTune, or is it only for RX-7s at this point? I own a Nissan SR20DET, and I'm very interested in this software. I was especially excited about the mention of possible wideband integration! I downloaded your latest version, and it looks great (and seems to run on Vista fine). If the SRs are not currently supported, is there a new timetable for when it might be (similar to the one I saw earlier in the thread, but has obviously passed)?
Looks great! Keep up the good work!
Oh yeah, did you ever start a paypal like I saw suggested to accept donations for your effort?
Looks great! Keep up the good work!
Oh yeah, did you ever start a paypal like I saw suggested to accept donations for your effort?
I have to say thats really impressive work FastHatch!! Thank you for the wonderful job. Im kinda new to this PFC and tuning. I got a R34 with an Apexi power Fc and im teach myself basic tuning. There arnt any tuners in Kuwait so i hope i succeed with tuning. Any help would be useful. thanks!!
I'm currently making some necessary changes:
- Large changes to support other (especially older) models
- Make the code portable to other CPUs than the x86
- Make the code portable to Linux (except the UI)
- Writing automated tests to ensure everything works as expected and that changes don't break anything. (For example open a file and then save it and compare them for equality)
Unfortunately I'll need about another 4 weeks to get a new version ready.
I'll need a scan from your PFC if I haven't one yet, please me know the model and version.
- Large changes to support other (especially older) models
- Make the code portable to other CPUs than the x86
- Make the code portable to Linux (except the UI)
- Writing automated tests to ensure everything works as expected and that changes don't break anything. (For example open a file and then save it and compare them for equality)
Unfortunately I'll need about another 4 weeks to get a new version ready.
Originally Posted by Sleepy122CID
If the SRs are not currently supported, is there a new timetable for when it might be
I intend to integrate a dashboard/gauges in one of the next versions (http://www.dundas.com/Products/Gauge/NET/index.aspx), I just have to isolate it in a plug-in because otherwise the whole app wouldn't run on PCs without the .NET framework installed anymore.
I also intend to release several parts of the source of FC Tune. The non-PFC specific parts probably beginning end of June. Most of the non user interface sources compile also under Linux and MacOS, so monitoring/logging could also be realized under those OSes, but I won't invest any time into a complete port.
Are you looking for an in car or laptop solution?
I also intend to release several parts of the source of FC Tune. The non-PFC specific parts probably beginning end of June. Most of the non user interface sources compile also under Linux and MacOS, so monitoring/logging could also be realized under those OSes, but I won't invest any time into a complete port.
Are you looking for an in car or laptop solution?
Hi Fasthatch,
Will FCTune Support the R32/R33 GTR PowerFC?
I remember some time ago an early version was able to open the datalogit dat files but now it does not.
Any chance of getting it to work? I am able to take a scan if you wish?
Will FCTune Support the R32/R33 GTR PowerFC?
I remember some time ago an early version was able to open the datalogit dat files but now it does not.

Any chance of getting it to work? I am able to take a scan if you wish?
Thanks
I sent you the R32 AP Engineering RB20DET PowerFC of which I have since sold and now have an R32/R33 GTR PowerFC.
When I get time I'll do a scan and send it on over just incase you don't have one of the R32/R33 RB26DETT/GTR PowerFC.
FastHatch,
I'm not sure if this is a bug or not, but I can't seem to be able to change the settings in the "injector overlap" under Fuel Settings. I made sure the file I was working with wasn't "read-only". What happens is I try to change the setting to a different number, the changes would show up initially, I would then save the file and close it out. But when I re-open the file, the setting would be back to before the change. Apparently, it seems the changes wasn't saved, but no matter what I try the changes to this setting won't save.
Another thing I notice is in some of the fuel settings, I would change a setting to a certain number but a different number would show up. For example, in the Coolant Temp '50' row 'light load' column under "cold start enrichment setting" , if I enter '1.078' it would show up as '1.062'. But if I enter '1.088' it would show up as '1.078'. But unlikely the 'injector overlap' settings, changes to this setting would save correctly.
Keep in mind, I'm using the FC Commander Pro Cable so the files I'm having trouble with are saved as *.hdx
I'm not sure if this is a bug or not, but I can't seem to be able to change the settings in the "injector overlap" under Fuel Settings. I made sure the file I was working with wasn't "read-only". What happens is I try to change the setting to a different number, the changes would show up initially, I would then save the file and close it out. But when I re-open the file, the setting would be back to before the change. Apparently, it seems the changes wasn't saved, but no matter what I try the changes to this setting won't save.
Another thing I notice is in some of the fuel settings, I would change a setting to a certain number but a different number would show up. For example, in the Coolant Temp '50' row 'light load' column under "cold start enrichment setting" , if I enter '1.078' it would show up as '1.062'. But if I enter '1.088' it would show up as '1.078'. But unlikely the 'injector overlap' settings, changes to this setting would save correctly.
Keep in mind, I'm using the FC Commander Pro Cable so the files I'm having trouble with are saved as *.hdx
Thanks for reporting the issues.
Changing the injector overlap revolutions settings had no effect. Fixed.
You're right, the value was not properly rounded to the next best fitting value but was truncated (255 / 3.984 * 1.078 = 68.998, should have been rounded to 69 but was truncated to 68). Fixed.
I'll release the fixes based on the version 0.712 sources tomorrow.
Originally Posted by )EIB(
I can't seem to be able to change the settings in the "injector overlap" under Fuel Settings. I made sure the file I was working with wasn't "read-only". What happens is I try to change the setting to a different number, the changes would show up initially, I would then save the file and close it out. But when I re-open the file, the setting would be back to before the change. Apparently, it seems the changes wasn't saved, but no matter what I try the changes to this setting won't save.
Originally Posted by )EIB(
Another thing I notice is in some of the fuel settings, I would change a setting to a certain number but a different number would show up. For example, in the Coolant Temp '50' row 'light load' column under "cold start enrichment setting" , if I enter '1.078' it would show up as '1.062'. But if I enter '1.088' it would show up as '1.078'. But unlikely the 'injector overlap' settings, changes to this setting would save correctly.
I'll release the fixes based on the version 0.712 sources tomorrow.
- Fixed injector overlap revolutions settings
- Fixed cold start enrichment rounding
http://www.fctune.com/download/FCTune_0_713.exe
Note: This version does not include any of the work I've done in the last months.
- Fixed cold start enrichment rounding
http://www.fctune.com/download/FCTune_0_713.exe
Note: This version does not include any of the work I've done in the last months.
FastHatch,
Thanks again for the quick fix. I have a question for you tho. Does the upcoming release include implementation of the AUX Input at a separate COM port simultaneously? (remember my question a few pages ago about using the Innovate LC-1 with FCTune connected at 2 separate COM ports).
Also, will copy and paste of the values in the maps be enabled in this upcoming release as well?
Thanks.
Thanks again for the quick fix. I have a question for you tho. Does the upcoming release include implementation of the AUX Input at a separate COM port simultaneously? (remember my question a few pages ago about using the Innovate LC-1 with FCTune connected at 2 separate COM ports).
Also, will copy and paste of the values in the maps be enabled in this upcoming release as well?
Thanks.





