Search found 206 matches

by tobmag
Thu Feb 13, 2014 12:14 am
Forum: MegaShift Transmission Application
Topic: Spare port
Replies: 63
Views: 62450

Re: Spare port

So there is no lookup table in gear indicator mode, and you do not need to use the Aux_volts index at all for that (since the code already knows the gear you are in). Now I'm lost, please explain how the code can know what position the gear selector lever is in? It knows Cgear and Tgear today but h...
by tobmag
Wed Feb 12, 2014 12:04 pm
Forum: MegaShift Transmission Application
Topic: Spare port
Replies: 63
Views: 62450

Re: Spare port

Lance. Dowloaded the s19 and ini and all is now ok. Question; Where do I find this setting in TS? - Aux Volts (x100) to the available indices for all spare ports. x100 means that you would enter a value of 325 in the index bin for 3.25 Volts, 189 for 1.89V, etc. This part I do find; - 'Gear Indicato...
by tobmag
Wed Feb 12, 2014 7:08 am
Forum: MegaShift Transmission Application
Topic: Spare port
Replies: 63
Views: 62450

Re: Spare port

I was more interested in whether this is a serial issue or a CAN pass-through issue (which could implicate the second CAN controller), that's why I suggested you connect directly to the GPIO rather than the engine controller (if you haven't already). OK now I get it, Im connecting directly to the G...
by tobmag
Wed Feb 12, 2014 12:36 am
Forum: MegaShift Transmission Application
Topic: Spare port
Replies: 63
Views: 62450

Re: Spare port

Lance. I really daubt that there is something wrong with my Serial /USB adapter since its working with the 4137 and 5009 code and with my MSII and my MSIII. I always make a new project when changing code: > Saving the .msq "save as" first in the current project in this case 5009. > Exit TS...
by tobmag
Tue Feb 11, 2014 12:28 pm
Forum: MegaShift Transmission Application
Topic: Spare port
Replies: 63
Views: 62450

Re: Spare port

Lance.

Downloaded the code but cant get it to work at all, something wrong with the comunication with TS.
Installed 2 times but no luck, reinstalled 5009 and all good!

Cant attached debug log here, file extension not allowed so you have it in your email.

BR//Tobmag
by tobmag
Mon Feb 10, 2014 11:47 am
Forum: MegaShift Transmission Application
Topic: Spare port
Replies: 63
Views: 62450

Re: Spare port

Tobmag, I think I found the issue with the line pressure when the speed is zero (it had to do with the jake brake (engine braking) code). I will attach some 5.009 test code for you to try. Lance. I'll have a test tomorrow.... Actually this is not an bad idea but should be the other way around for t...
by tobmag
Mon Feb 10, 2014 12:47 am
Forum: MegaShift Transmission Application
Topic: Spare port
Replies: 63
Views: 62450

Re: Spare port

Lance.

This sounds perfect, and there are no major issues using the non-CAN load input for the spare port index ?

BR//Tobmag
by tobmag
Sun Feb 09, 2014 2:58 pm
Forum: MegaShift Transmission Application
Topic: Spare port
Replies: 63
Views: 62450

Re: Spare port

Lance

SP2 should be fine I think, will it be possible to get either PWM or frequency (with adjustible duty cycle) on that port or just PWM?

BR//Tobmag
by tobmag
Sun Feb 09, 2014 10:32 am
Forum: MegaShift Transmission Application
Topic: Spare port
Replies: 63
Views: 62450

Re: Spare port

Another possibility is to have a dedicated 'gear lever' mode for at least one of the spare ports. The user (you!) would have set the PWM settings for each gear (and if I did it right, we could have the user set both the percentage and the frequency independently for each gear, within limits). Is th...
by tobmag
Sun Feb 09, 2014 8:56 am
Forum: MegaShift Transmission Application
Topic: Spare port
Replies: 63
Views: 62450

Re: Spare port

Lance. OK before digging into this deeper I have another approach for this. What I really want to do is have a gear lever indicator what the GPIO cant do right now I guess? So if Im using CAN load I will have a 0-5v input free but as far as I know I cant use it for anything else at the moment? If I ...