Troubles mapping spare MShift AD05 analog to MS3Pro
Troubles mapping spare MShift AD05 analog to MS3Pro
I have MS3Pro and MegaShift (MSGPIO) talking to each other over CAN. That part is working nicely. The plan was to re-purpose the "non-CAN MAP/TPS/MAF" AD5, EGT1, pin 24 anolog input of MShift as engine oil pressure.
I am have a heck of a time finding the magic combination of Table number and Offset number to get the value to display. I have a like pressure sensor connected to MS3 spare analog 1, and that is reading correctly.
I tried looking at the MShift's ini file, in the OutCommands section, but can't tell what I'm looking for. Nothing matches AD5 or Non-Can MAP/TPS/MAF or the EGT1 description.
Any help would be appreciated.
MS3 V1.2.4.
MShift 4.135, .ini file dated 21:35am Nov, 2013
Thanks,
Dave
- Attachments
-
- MShift.ini
- (217.63 KiB) Downloaded 571 times
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Troubles mapping spare MShift AD05 analog to MS3Pro
The non-CAN MAP signal is in a channel called "outpc.aux_volts" in the code. You can find this in the INI [OutputChannels] section (near line 2858):
Code: Select all
aux_volts = scalar, U16, 26, "V", 0.001, 0.0
Lance.
Re: Troubles mapping spare MShift AD05 analog to MS3Pro
Thanks for the excellent reply. The example was just what I needed. And the links very helpful. I was able to get the Aux_V to respond. And the understanding how to decode the ini mapping helped me get the VSS and gear via CAN setup too.
Now am working on the Line Pressure input which is not responding to input stimulation. I think i saw a recent tread on that one here. I have checked voltage up to the header, and all seems correct wrt circuitry. Even tried removing MS3 from the equation and was talking to MSGPIO directly via 232 port. But Line P readout remains zero, even with 0-5V stimulation.
Dave
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: Troubles mapping spare MShift AD05 analog to MS3Pro
Yeah, the line pressure issue *should* be sorted in the 4.136 code, see: http://www.msgpio.com/manuals/mshift/V41code.html
Lance.