Is this the info you need?Quote:
Originally Posted by Blacky
http://www.techedge.com.au/vehicle/wbo2/1v5/techo.htm
Printable View
Is this the info you need?Quote:
Originally Posted by Blacky
http://www.techedge.com.au/vehicle/wbo2/1v5/techo.htm
Excellent! thanksQuote:
Originally Posted by Blacky
That should be sufficient. Obviously you'd need to test it for me since I don't have that wide band here :)Quote:
Originally Posted by tunedbyGM
Regards
Paul
Perfect, thanks.Quote:
Originally Posted by kbracing96
Paul
Will do , once firmware has been released . :master:Quote:
Originally Posted by Blacky
Oh man! I am just starting AutoVE again after a new intake and injectors. I cant WAIT for this firmware update!!
Paul - Your like Santa Claus. Hahahaha. Good work mate.
Ooh, I missed this part of the post initially. That is GREAT! Will this include anything new (such as injector balance test) and a case relearn on other controllers?Quote:
Originally Posted by Blacky
How will DVT affect us Diesel guys? Also, any updates on the 6 speed Allison read problems?
Does this mean if you undock the tabs you can view the dash while using bidi controls...?Quote:
Originally Posted by Blacky
You can do that now. :cheers:Quote:
Originally Posted by joecar
Yes, you can... :cheers:Quote:
Originally Posted by dc_justin
I just have to remember to start recording before doing bidi... (I usually forget :doh:but that's just a personal problem :fluffy:)...
unless it has changed... wait, let me test it out again...
Other way around. You have to have the bidi window open before recording if you're in stream-fast. In General or dynamic, you can open at any time.Quote:
Originally Posted by joecar
Yes, you're right... can you tell I'm having a day...
me -> :bash: <-day
So what is the protocol of the serial on the V2 cable , pin 2 Tx and pin 3 Rx or other way around ?
Thanks
With this exciting stuff coming up I thought I would contact PLX see if they can help us boys. I know the SM-AFR unit has a TX and RX serial ports for daisy chaining units:
Looks like ill be making up a cable :)Quote:
....please pass this along to EFI live. This is the serial protocol for the SM-AFR
The iMFD Digital output is
19200 Baud
8 Data Bits
1 Stop Bit
No parity
Packet format is as follows for the SM-AFR
1) Start bit (0x80)
2) Address bit MSB (0x00) for SM-AFR
3) Address bit LSB (0x00) for SM-AFR
4) Instance (0x00) if only one SM-AFR is connected
5) Data MSB
6) Data LSB
7) Stop bit (0x40)
(Packet set repeats exactly every 100mS)
Interpreting the data bits is as follows.
int datamsb;
int datalsb;
int data;
datamsb = datamsb & 0x3F; //This ignores 2 most significant bits
datalsb = datalsb & 0x3F;
data = (datamsb << 6) | datalsb; //data is the AFR value
when data is 0, AFR is 10 (gasoline) = 0.68 lambda
when data is 255, AFR is 20 (gasoline) = 1.36 lambda
when data is 256 AFR is "lean"
when data is 257 AFR is "Air"
All you'll need is a Max232 chip to convert TTL to RS232 levels
_________________
PL
PLX Engineer
www.plxdevices.com
Jez
Initially only the controls will only be activated manually. The actual tests, that perform multiple actions and produce a result (like cylinder balance tests and injector balance tests) will be implemented on a per controller basis.Quote:
Originally Posted by dc_justin
CASE will be included for all controllers fow which we have the CASE bi directional data (I believe the E38 is covered).
Regards
Paul
We will be implementing as many bi-di controls for the diesels as we can.Quote:
Originally Posted by Cougar281
The Allison 6 speed is being worked on this weekend.
We'll post up the status on Monday - pm me on Monday night if I have not posted.
Regards
Paul
Yes, see screen shot...Quote:
Originally Posted by joecar
Paul
It has changed in the new version, you can start/stop bi-di controls any time in any scan mode.Quote:
Originally Posted by joecar
Regards
Paul
There are two types of serial interfaces. Data Terminal Equipment (DTE) and Data Communications Equipment (DCE). Traditiaonlly the PC (or terminal) is considered the DTE and a modem (or whatever you are connecting to the PC) is considered the DCE.Quote:
Originally Posted by tunedbyGM
FlashScan is technically a DCE because it connects directly to a PC. DCE equipment (i.e. FlashScan ) transmits on pin 2 and recieves on pin 3.
For anyone who is interested...
The wideband controllers are also DCE because they connect directly to a PC. Because FlashScan and the wide band controllers are both DCE, when connecting them directly to each other, you need to connect pin 2 to pin 3 and pin 3 to pin 2.
Regards
Paul
Make sure you take note of this comment:Quote:
Originally Posted by JezzaB
All you'll need is a Max232 chip to convert TTL to RS232 levels
Regards
Paul
Wow guys, I cant wait for some more DVT controls whenever they get implemented. Being able to lock my trans on a dyno would be great for power plus being able to hit the cells you cant hit (safely) on the street!
Thanks for the info .Quote:
Originally Posted by Blacky
What a tease! :DQuote:
Originally Posted by Blacky
will this need to be a custom cable, or will any serial to serial bridge work?Quote:
Originally Posted by Blacky
and when will this go live?
i am not going to run the beta with all the complaints i`ve seen.
Any DB9-male-to-DB9-male null modem cable (i.e. it crosses pins 2 and 3 (Tx and Rx)) should work.Quote:
Originally Posted by mr.prick
If you're going to wait, then look at the last option in post #34: showpost.php?p=64469&postcount=34
That low profile null modem adapter is just pefect.
No problems there Paul. Ill make one up on the weekend and if you can intergrate the protocol, ill test it out when the beta is released.Quote:
Originally Posted by Blacky
Jez
Right that does it. Im going to have to buy a car so I can use DVT and serial WB!
Time to rid myself of this Ford..
BTW: Those null modem adapters are on ebay as well.
Maybe when this is available we can get a dummied down version?
I am going with a LM-2 and will need the Cliff Notes when all this bleeding edge stuff is resolved. :Eyecrazy:
Thanks for the evolution.
I will be interested in what you find with the PLX serial logging Jezzab
Hi Paul,
Will be the datastream from AEM gauge type Wideband also supported?
It´s an AEM UEGO 30-4100
Information about the datastream is here:
http://www.carbide-red.com/pdf/aem_uego_30-4100.pdf
Many thanks!
Marco
Paul, will we be able to initiate fast learn on the Allison controllers without clearing taps like the PPE programmer can?
Quote:
Originally Posted by Blacky
It looks like that can be supported :)Quote:
Originally Posted by Treurentner
Regards
Paul
Might want to let the JAW guys know there is an error in the Lambda lookup array. I think it should be 1.12 not 11.2Quote:
Originally Posted by tunedbyGM
Regards
Paul
Son of a gun , will do .
They also say 2(Tx) , 3 (Rx) , and baud Rate is 14400. The data format is 8N1.
Thanks
Gil
For the PLX users there is some talk over at PLX
http://www.forum.plxdevices.com/view...hp?p=6481#6481
Geoff
^^^^^^^^^^^^^^ That's cool!Quote:
Originally Posted by ntae
Note: SFCable Inc does not ship to Puerto Rico... bunch of racist bastards!!!
While being on topic, PLX needs some help in the enhanced OBD paramters for their recently released DM-200 OBD gauge. It is a very neat looking unit but unfortunately only supports generic OBD stuff.
I would love to see an EFILive enhanced edition of that device which would be useful for many of us.
Nice work Geoff.. I'll be hitting you up to convert mine once we're out of Beta.Quote:
Originally Posted by ntae