Separate names with a comma.
Yes. From the PID Map, most of the HV Bty related PIDs seem to be at Block 80h. It is highly possible the Internal Resistance and Block Voltages...
High nibble | 0000 | 0000 | 0000 | 0000 | 1111 | 1111 | 1111 | 1111 Low nibble | 0123 | 4567 | 89AB | CDEF | 0123 | 4567...
Thanks! Here is how to decode the PID map. First, we need to combine the word into double word and then convert to binary. High nibble | 0000 |...
The entire range of 256 possible PIDs is divided in 8 blocks of 20h PIDs. The data in the first PID of each block is a bitmap of the PIDs...
From the spreadsheet, most of the PIDs for HV CPU seems to be from 61h to 98h. I believe there are still a lot of PIDs not discovered yet. If you...
I don't have the Gen III Repair Manual but the NCF someone posted did show the sensors. [IMG] I don't know whether B2T should be the highest...
Hi macman408, It is different from multi-frame since the Protocol Control Information + Data are less than 8 bytes. PCI = 06 (not shown) Data =...
Hi Adrian, I think your MTH for Fuel Level (Liters) is incorrect. Based on Fuel Level (US Gallons), your maths is multiply by 5000 and divide by...
I suggest you send your inquiry to Linear Logic first, they might give you a free upgrade! Bob Wilson and cwerdna get theirs upgraded FOC.:) Vincent
Hi Adrian, BT1 is at the 1st frame as BtT so don't require 4.05 firmware. I think BPL is the same as SoC, pls chk. The use of remaining life may...
BtT is actually measuring the temp of air entering the HV Bty and B1F is the temp of the sensor placed on top of the bty module. From my...
I believe it should be the engine coolant temp. The ZVW35 has some common PIDs with ZVW30....
jdcollins5 is doing beta testing for the multi-frame msg. on Gen3 with success. Anyone with 4.05 like to test on their Gen2?...
Thanks! Now I'm quite confident that it does support multi-frame message.:) The next thing to try is to see what happens when more than one...
I can't say for certain but it is a good start. The 21 msg. could be from the communication between the ECUs on the CAN bus and not the one...
I was wrong to assume the fix is also applicable to Gen3. Good to hear from actual user, thanks! Since SGII did not support multi-frame messages...
This seems like the same problem as 3.17. I've no idea why it didn't work for Gen3, at least 1 user of Gen2 reported working....
What is your SGII firmware version? For 3.17 or older, if you try to display PIDs with the same criteria for RXF, only one will be displayed and...
If you look at the RXD, xx08, means this PID has 8 bits or 1 byte of data. The range of 1 byte of data can be from 00h ~ FFh or 0 ~ 255. If it...
Let V = Value read by SGII. C = V - 40 To convert C to F, F = 9 * C / 5 + 32 F = 9 * (V - 40) / 5 + 32 F = 9 * V / 5 - 72 + 32 F = 9 * V / 5...