Search:

Type: Posts; User: risen; Keyword(s):

Page 1 of 6 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: AFR Datalog?

    by risen
    Replies
    30
    Views
    8,564

    Re: AFR Datalog?

    If you're interested I can try and get one next weekend with logworks on my CSX. I'm not sure how easy it'll be to export whatever format logworks uses into something that you can parse...
  2. Replies
    912
    Views
    190,783

    Re: Turbonator LM codebase

    After a 2 year stint in storage my csx is back on the road and I'm eager to start messing with it again. So, I'm wondering if the S4 cal over in the staged cals thread is based upon this codebase? ...
  3. Replies
    16
    Views
    2,028

    Re: Ostrich not burning cal

    You're very close to correct there. 0xc000 > 0x8000 so if your file is only 0x8000 long, emutility can't do what you're asking it. Basically, you don't want any file offset, that field should be...
  4. Replies
    10
    Views
    1,867

    Re: Protocal for Logging Data

    It's in this thread (which zin already found): http://www.turbo-mopar.com/forums/showthread.php?42191-Logworks-plugin-for-SMEC-SBEC-LM&highlight= .

    Frank: the source code is in the .zip file in...
  5. Replies
    232
    Views
    57,057

    Re: Logworks plugin for SMEC/SBEC/LM

    Depends, I think it's usable as-is but due to the way I have the screen laid out etc, some people with netbooks or who have their resolution set really low (< 1024x768) have a hard time with the...
  6. Replies
    10
    Views
    6,558

    Re: Project- LED "bar graph" style tach, thoughts?

    I built one for my brother that's going in a 67 dart, though it's laid out in a circle with 40 green/red smt leds. It fully stand alone gauge based upon some TI led drivers and a atmel 8 bit mcu. ...
  7. Replies
    232
    Views
    57,057

    Re: Logworks plugin for SMEC/SBEC/LM

    Glad no one spent too much time on that :). You should be able to have as many channels as you'd like once you get start using the regular Innovate device and normal .dll. Also, if you're using one...
  8. Replies
    232
    Views
    57,057

    Re: Logworks plugin for SMEC/SBEC/LM

    Are you using the regular install with a lm-1/lc-1 or other innovate device? Or are you using the stim .dll to get around having to use an innovate device? I only had a problem with a limited...
  9. Replies
    128
    Views
    34,330

    Re: Knock sensor display

    Sweet, progress :) My whole summer is screwed this thanks to my 2 courses and the statistics course my wife (Ahem, I) has. But most of that stuff is tunable to a large degree through the serial...
  10. Replies
    27
    Views
    4,771

    Re: SBEC running with latch adapter and Ostrich.

    I can confirm your suspicions, though with a SMEC. When I bench tested the ostrich with my bench smec, I found that it would, in fact, have enough juice to run the smec MCU even if the smec was off....
  11. Re: I'm having trouble with my Ostrich, but it might be me

    That's why you don't have to specify it. Emutility automatically calculates it and starts writing at the correct emulation offset. I spent a few weeks writing some software to load bins on Ostrich...
  12. Re: I'm having trouble with my Ostrich, but it might be me

    Well, since it's working OK none of what follows really matters, but it's probably good to discuss it here for people who have troubles in the future.

    IDK if I buy that first couple of lines...
  13. Re: I'm having trouble with my Ostrich, but it might be me

    I'd suggest you get someone with a eeprom reader and have them read the ostrich like you would a chip. That way you can read the bin from the ostrich through the eeprom reader via the ribbon cable...
  14. Replies
    55
    Views
    21,300

    Re: The USB Device datalog guide

    Once the logworks plugin is done the winlog is up next. Since I'm making the code to handle ECU comms more modular for logworks the winlog should come pretty shortly after. Though, you're probably...
  15. Replies
    232
    Views
    57,057

    Re: Logworks plugin for SMEC/SBEC/LM

    Nothing in a workable form yet. I've got such a backlog after this semester and moving for the 2nd time in 2 years it's a little crazy. Basically the code to handle encapsulation of each variable...
  16. Replies
    55
    Views
    21,300

    Re: The USB Device datalog guide

    The point of using logworks in the 1st place is that it will read the output of your wideband digitally. If you're using an innovate device and datalogging from the ECU there's no point to hooking...
  17. Re: Fuel pump driver or control modules, Ford or other? Specs? Pins?

    Thats my current understanding, yes.
  18. Re: Fuel pump driver or control modules, Ford or other? Specs? Pins?

    My brother helped someone convert a 05 gt stang to have a blower and I was there helping him troubleshoot a lack of pressure at the rail and it turned out to be a dead module shipped from the company...
  19. Replies
    66
    Views
    11,939

    Re: Knock sensor/CEL Flash mod checking

    Sorry it took me so long to get to this. Though, my answer isn't great since all I have to back it up are 2nd and 3rd hand references. I think the difference between the 2 sensors has to do with...
  20. Replies
    912
    Views
    190,783

    Re: Turbonator LM codebase

    I'm not 100% sure how the LM works, but the AIS motor is typically the idle control of last resort. Normally the timing will be adjusted (this is what spark scatter mostly refers to) to adjust the...
  21. Replies
    912
    Views
    190,783

    Re: Turbonator LM codebase

    The clock of the mcu is set by the crystal on board. I believe the mcu can take a faster clock than what we currently run but then any constant that compares with the timer/counter needs to be...
  22. Replies
    912
    Views
    190,783

    Re: Turbonator LM codebase

    From what I understand the 6811 code is directly compatible with the '12 . 6803 isn't compatible with anything, as far as I know.
  23. Replies
    912
    Views
    190,783

    Re: Turbonator LM codebase

    It's not going to be a direct drop-in, that's for sure. The voltage pins are in different spots.

    I do have one of these:...
  24. Replies
    66
    Views
    11,939

    Re: Knock sensor/CEL Flash mod checking

    No, not currently. Bucar, Frank, and I are working on an external black box that does exactly this. It uses a DSP chip to filter for a certain set of frequencies, only monitors for knock in a set...
  25. Replies
    912
    Views
    190,783

    Re: Turbonator LM codebase

    That's more what I was thinking about, putting the checks into the main loop to avoid the function call overhead altogether.



    I guess I'm going to have to sit down tomorrow and look at the...
Results 1 to 25 of 150
Page 1 of 6 1 2 3 4