Page 6 of 15 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 147

Thread: BB Logging update (March 4th)

  1. #51
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,400

    Default

    Quote Originally Posted by dc_justin
    You can do that now.
    Yes, you can...

    I just have to remember to start recording before doing bidi... (I usually forget but that's just a personal problem )...

    unless it has changed... wait, let me test it out again...

  2. #52
    Lifetime Member
    Join Date
    Aug 2005
    Posts
    709

    Default

    Quote Originally Posted by joecar
    Yes, you can... ... I just have to remember to start recording before doing bidi... (I usually forget but that's just a personal problem )...

    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.

  3. #53
    Joe (Moderator) joecar's Avatar
    Join Date
    Apr 2003
    Posts
    28,400

    Default

    Yes, you're right... can you tell I'm having a day...


    me -> <-day

  4. #54
    Lifetime Member Chevy366's Avatar
    Join Date
    Oct 2006
    Posts
    1,594

    Default

    So what is the protocol of the serial on the V2 cable , pin 2 Tx and pin 3 Rx or other way around ?

    Thanks
    2005 1500 HD , Custom OS3 SD tune .
    2006 Trailblazer
    Dinosaurs and Plants gave their lives so that we may drive , long live fossil fuel .

  5. #55
    Lifetime Member JezzaB's Avatar
    Join Date
    Nov 2006
    Posts
    246

    Default

    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:

    ....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
    Looks like ill be making up a cable
    Jez

  6. #56
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,606

    Default

    Quote Originally Posted by dc_justin
    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?
    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.

    CASE will be included for all controllers fow which we have the CASE bi directional data (I believe the E38 is covered).

    Regards
    Paul
    Before asking for help, please read this.

  7. #57
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,606

    Default

    Quote Originally Posted by Cougar281
    How will DVT affect us Diesel guys? Also, any updates on the 6 speed Allison read problems?
    We will be implementing as many bi-di controls for the diesels as we can.
    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
    Before asking for help, please read this.

  8. #58
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,606

    Default

    Quote Originally Posted by joecar
    Does this mean if you undock the tabs you can view the dash while using bidi controls...?
    Yes, see screen shot...
    Paul
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Image1.png 
Views:	339 
Size:	107.4 KB 
ID:	2789  
    Before asking for help, please read this.

  9. #59
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,606

    Default

    Quote Originally Posted by joecar
    Yes, you can...

    I just have to remember to start recording before doing bidi... (I usually forget but that's just a personal problem )...

    unless it has changed... wait, let me test it out again...
    It has changed in the new version, you can start/stop bi-di controls any time in any scan mode.

    Regards
    Paul
    Before asking for help, please read this.

  10. #60
    EFILive Developer Site Admin Blacky's Avatar
    Join Date
    Mar 2003
    Posts
    9,606

    Default

    Quote Originally Posted by tunedbyGM
    So what is the protocol of the serial on the V2 cable , pin 2 Tx and pin 3 Rx or other way around ?
    Thanks
    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.

    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
    Before asking for help, please read this.

Page 6 of 15 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. BB Logging beta update: March 26, 2008
    By Blacky in forum FlashScan V2 BB Logging
    Replies: 103
    Last Post: April 6th, 2008, 06:43 AM
  2. BB Logging beta update: March 20,2008
    By Blacky in forum FlashScan V2 BB Logging
    Replies: 68
    Last Post: March 23rd, 2008, 09:13 AM
  3. March 20, 2008 Update
    By Blacky in forum FlashScan V2 BB Logging
    Replies: 6
    Last Post: March 21st, 2008, 07:25 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •