Jump to content
HybridZ

SuperDan

Administrators
  • Posts

    3274
  • Joined

  • Last visited

  • Days Won

    15

Everything posted by SuperDan

  1. Mine is missing so if you got a working one that you were going to toss I am interested. Also need the mounting bracket and the little steel tube that runs to the EGR if you have it.
  2. Dont know. I put a support ticket in with IPB to see if they can figure out what is going on.
  3. I saw this last night on another computer I use. Deleting my temporary internet files and cookies in my browser and then loggin out and back into the forums fixed it for me.
  4. Strange. Well, as I always say "when in doubt, reboot the server..."
  5. Another issue that cropped up. Not being able to attach pictures to posts. Somehow the permissions got screwed up, should be fixed now.
  6. Does anyone have a screen shot of the message they are getting?
  7. Our security software went a little ape**** yesterday, hopefully no one is still having issues?
  8. Yeah, I do not know why it does that. I have yet to find a setting that controls it.
  9. 22 downloads

    VG30E Service Tips From Motor Magazine Contributed by: zcarnut
  10. 5 downloads

    I hate reading nomograms! So I took the one on the second page of this Holley document on carb selection (for sizing mechanical secondary Holleys): http://holley.com/da... nical/Selec... ...and fit a second order polynomial to the inputs (minimum WOT rpm and displacement in cubic inches): cfm = 0.000886*WOTrpm*disp + 0.000159*disp^2 + 0.0000066*WOTrpm^2 - 0.345*disp - 0.0554*WOTrpm + 439 Checking it against that nomogram, it seems to reproduce the results of drawing a line across from WOTrpm through disp to find the cfm needed, within +/- 6 cfm, when I checked it against the 10 data pairs I used to read off the graph and then check it. It all really hinges on how closely you read that graph to come up with the input data, and how accurate the data they used to make the graph with actually was. I used a graph that I tweaked to exactly match each of the 3 axes of the original graph, zoomed in to very precisely read the data off of lines I drew from several WOTrpm/displacemt pairs over to the cfm axes, as well as one graph for each axes to find the non-linear formula for each of those. Like I said, I geeked out. Here's a spreadsheet I made up to do the calcuations: http://alteredz.com/...chSecSizing.xls (same file as the download, the link is provided above too) All of my work is shown on the calcs sheet, if you want to check my math Just put the WOTrpm (minimum rpm for WOT use) and displacement (in cubic inches) in the yellow boxes and the answer appears in the magenta cell to the right of those. Watch out, we have no idea how accurate the data in that original graph is! Also, they make no mention of whether the type of boosters are, the throttle plate size, or the venturi size. I believe all of these play in the selection. Also, note that Holley and BG may have a name for a carb based on a cfm number but the total cfm they flow can largely differ. BG's 650 DP Mighty Demon flows 830 according to them, so if you pull 830 off of that graph, you'd want a 650 Mighty Demon! By Pete Paraska
  11. 226 downloads

    RB 20/25/26 factory service manuals Contributed by: RB26powered74zcar
  12. 33 downloads

    CFM Calculator for Carbs using this common forumla "(CID * RPM /3456) VE = CFM" One can enter the CID RPM and VE to get CFM, or do it backwards to get the maximum RPM from CFM, CID and VE.
  13. 41 downloads

    Conversion Assistant For converting any unit into any other unit.
  14. 60 downloads

    Stock Transmision Ratios
  15. 20 downloads

    Hp under curve Excel Spreadsheet. To Use: 1) Remove my Dyno sheet and replace it with your own. 2) Incert your Hp numbers into the Hp column. 3) For increaced accuracy lower the N-Size. Contributed by: 240jz
  16. 8 downloads

    Config file for Live Edit Contributed by: Bernardd
  17. 6 downloads

    Address file for z31 (romeditor) Contributed by: Bernardd
  18. 23 downloads

    This is a quarter mile calculator that uses visual basic for applications within excel to calculate position, velocity, and acceleration based on vehicle parameters. The input accepts the following parameters: weight drag Coefficient rolling resistance traction coefficient shift points transmission gear ratios differential gear ratio Tire Diameter Engine Torque Curve The engine torque curve assumes rear wheel torque and accepts 7 datapoint pairs. The program interpolates between the given data points using cubic spline interpolation (gives a smooth twice differentiable curve). The output to the dialog is all of the drag strip parameters (60' time and speed, 330' time and speed, 660' time and speed, 1000' time and speed, and quarter mile time and speed). Further, all of the data for a 50 second run is output to a spreadsheet (100 samples per second). The program predicts the times for my car to within 0.1 second and within .5 mph. Currently, the program is specific to a manual transmission powered car. I would like to expand it to include automatic transmission equipped cars. The source code is open and I invite criticism as long as it comes with suggestions for improvement. IMPORTANT: In order for this program to run properly, you must set your excel security level to medium. And then when you are prompted to run macros say yes. Contributed by: 74_5.0L_Z
  19. 21 downloads

    Most of us think of toe-in as measured in inches, but my local alignment shop's machine only measures in degrees. So I built this spreadsheet to convert from one to the other. Contributed by:Zmanco
  20. 71 downloads

    Mikuni PHH Manual Contributed by: zcarnut
  21. 10 downloads

    These are a couple of pieces of software I've developed for tuning ECM's. I've included both OS X executable as well as the code itself. They're written in RealBasic, a cross-platform, object-oriented, compiled version of the old stand-by language Basic. I'm hoping that someone who knows what they're doing can take a look at these programs and whip them into shape, or at least give me some good suggestions, hints, ideas - I'm not a programmer (as will be obvious once you look at the code). The first one is called "ALDLx". It's a data logger for the '7730-and-family ECMs. It has been patterned after a couple of older pieces of software (ALDLMON and WinALDL). It was designed from scratch to work via a USB/Serial adapter. As it stands it works pretty well (for me!), but it's spaghetti code at best (in spite of being Object Oriented). It compiles under 10.3 and 10.4, hasn't been tried under 10.5. It also compiled it on the Windows 98 version of RealBasic, as an experiment, but didn't have a chance to try it. The second one is "PKTx", is a little utility that does only one thing: sends a .bin file from the Mac via USB/serial adapter to a Romulator. That's it. However, the killer app is that you can run a program like TunerPro or TunerCat under Virtual PC, modify it in a "shared" folder, and send it up to the Romulator on the fly every time you save it. So you can datalog with ALDLx, modify the .bin with TunerCat/TunerPro, and send it to the Romulator all in one smooth action. Anyway, if there are any brave programmer/gearhead types out there, I hope you take a look at these things and can maybe do something with them. Tuning Distro.zip is approximately 7.6 mb in size. Contributed by: strotter
  22. 122 downloads

    R200 Differential Service Manual (includes Limited Slip version) Contributed by: zcarnut
×
×
  • Create New...