I never realized that graphing of a bit was now possible.
Marks explaination here gave me the idea to try it and it works!
http://forum.tunerpro.net/viewtopic.php?t=3174
Create a "Value" for "Lockup' as one example.
Set the word to be the location in the datastream (In $8D = 0x36)
set low = 0, set high =100
Equation = "(X&01)/01"
From Magnus's Post...
the equation in the ADX Value would be:
"(X & <bitmask>) / <bitmask>"
where <bitmask> is the bitmask of the bit you're interested in, e.g. 0x1, 0x2, 0x4, 0x8, 0x10, 0x20, 0x40, 0x80, etc.
You'll now need to save and create the Lookup Table.
Insert new item...
Call it "BitConvert'
set 0=10, then add 1 = 90 (not 0 or 100 or it goes off screen)
Save.
Edit definition and set the output to go to the lookup table you just made.
Add the graph item to your monitor.
Save and run your log.
A line will now display indicating the status of the bit.
Good examples for uses that I'm planning are:
TCC Lockup, DFCO, AE, PE, Idle condition, Hyway fuel timer on/off,...
Lots of potential for honing in on transitional problems.
Thanks Magnus
