Jump to content
SAU Community

Recommended Posts

On 6/24/2021 at 1:26 PM, Butters said:

Your assumption that I am a numpty is the problem.

I'm not assuming you're a numpty. I'm not (a numpty), and I freely admit to having set mine up incorrectly, despite trying very hard to set them up properly. This is simply because they are an absolute bear to keep perfectly set up while you tighten everything up. More to the point, having learnt my lesson the first time, I have had them apart many times since (as detailed in my own diary thread on the topic) and have managed to not get it right more times. Filling the boots with grease (which I highly recommend!) doesn't help with setting them up in the least. Makes it 10x harder.

On 6/24/2021 at 1:26 PM, Butters said:

Researched options and spoke to people that own them

> Spoke to GKTech about my intended purpose being road use.

> Installed, followed instructions

Sounds like me....

On 6/24/2021 at 1:26 PM, Butters said:

Had professional suspension place(road and race) go over all suspension prior to engineering.

> Engineer reviewed all suspension, photographed, signed off and submitted to DOT (yes inc camber arms)

> DOT carried out a full inspection of vehicle, again including these arms.

So I skipped these bits. But....I would not expect that the nuances of exactly how fiddly these arms are to get all 3 of the joints centred would necessarily register on any of those people in that list. Including and especially the engineer and the DOT. The suspension shop, maybe, probably, hopefully. But again - they are outside the experience of most such, so it's not unexpected for them to miss something.

On 6/24/2021 at 1:26 PM, Butters said:

The suspension place was explicitly asked to check.

Even with this. Yes, I know.

On 6/24/2021 at 1:26 PM, Butters said:

If it had bound on setup, i would have also expect it to fail closer to install, not 6 months later.

No, see that's the nature of it. If you set them up so that they only hit at a particularly large deflection, and you only bump them occasionally, then you could stress them a few times and eventually start a crack. And then, in the middle of just driving along with normal road undulation being the only input to the suspension, the crack makes it all the way through and they let go. Happens all the time with such things. Similar to how I shattered a CV joint just backing out of the  driveway. Was fine driving the day before, was not thrashed backing out of the driveway - but that motion was the last straw in the ball cage, which had obviously had a long and hard life before that moment.

 

On 6/24/2021 at 1:26 PM, Butters said:

It would suggest more likely to me a regular checking of product is required, the product is not suitable for road use(even with engineering)

Oh, absolutely. I know I'm "doing the wrong thing" by using them on the road. I went through a phase of inspecting them extensively and spent a lot of time developing sufficient confidence in them that I don't dismantle them every few months now, like I used to. But I still check every year (it's been a year, so I'm technically telling a lie about that, but I'm not driving the car, given that I'm 2000km away most of the time lately).

On 6/24/2021 at 1:26 PM, Butters said:

or a fault of the product has occurred here.

Also possible. But the rod ends they use are not weak. They're pretty beefy. So it would have to be a batch/random problem more likely than a systematic product problem.

 

On 6/24/2021 at 1:26 PM, Butters said:

It is from what I see an unusual event, so if you are correct it is a setup issue, then it is a really good learning for others that should be shared.

Absolutely. It's another reason why I didn't want to load up my rear suspension with spherical joints. I don't need to add more inspection/maintenance load to my daily.

Thanks for the above reply :)

 

Quote

So I skipped these bits. But....I would not expect that the nuances of exactly how fiddly these arms are to get all 3 of the joints centred would necessarily register on any of those people in that list. Including and especially the engineer and the DOT. The suspension shop, maybe, probably, hopefully. But again - they are outside the experience of most such, so it's not unexpected for them to miss something.

I tend to agree. I have really struggled to find a suspension shop I am happy with. These guys did make basic mistakes.

 

-------------------------

Given how this conversation has gone and what I have learned, I really think these are track car only.

I have bushes going into standard arms today :)

 

 

 

  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Similar Content

  • Latest Posts

    • That's awesome, well done! Love all these older Datsun / Nissans so rare now
    • As I said, there's trade offs to jamming EVERYTHING in. Timing, resources etc, being the huge ones. Calling out the factory ECU has nothing to do with it, as it doesn't do any form of fancy boost control. It's all open loop boost control. You mention the Haltech Nexus, that's effectively two separate devices jammed into one box. What you quote about it, is proof for that. So now you've lost flexibility as a product too...   A product designed to do one thing really well, will always beat other products doing multiple things. Also, I wouldn't knock COTS stuff, you'd be surprised how many things are using it, that you're probably totally in love with As for the SpaceX comment that we're working directly with them, it's about the type of stuff we're doing. We're doing design work, and breaking world firsts. If you can't understand that I have real world hands on experience, including in very modern tech, and actually understand this stuff, then to avoid useless debates where you just won't accept fact and experience, from here on, it seems you'd be be happy I (and possibly anyone with knowledge really) not reply to your questions, or input, no matter how much help you could be given to help you, or let you learn. It seems you're happy reading your data sheets, factory service manuals, and only want people to reinforce your thoughts and points of view. 
    • I don't really understand because clearly it's possible. The factory ECU is running on like a 4 MHz 16-bit processor. Modern GDI ECUs have like 200 MHz superscalar cores with floating point units too. The Haltech Nexus has two 240 MHz CPU cores. The Elite 2500 is a single 80 MHz core. Surely 20x the compute means adding some PID boost control logic isn't that complicated. I'm not saying clock speed is everything, but the requirements to add boost control to a port injection 6 cylinder ECU are really not that difficult. More I/O, more interrupt handlers, more working memory, etc isn't that crazy to figure out. SpaceX if anything shows just how far you can get arguably doing things the "wrong" way, ie x86 COTS running C++ on Linux. That is about as far away from the "correct" architecture as it gets for a real time system, but it works anyways. 
    • Holy hell! That is absolutely stunning! Great work!!!
    • It does when you start adding everything else in. But it's not just compute. It's the logic. Getting your timing right (I'm not meaning ignition timing for the engine). Making sure of your memory mappings, seeing your interrupts. Microcontroller devices only have so much capacity. For the most part, you want all those timers and interrupts in use on your engine control, which means you're left with less than ideal methods for timing and management of other control functions.   Let's put it this way, my job is all about building custom hardware, that goes into cars, and integrates with them. We're also waiting on a media confirmation from SpaceX too fora world first we've just completed with them in NZ too. It's not just the little toys I play with. But you know, you can think and believe what you want.
×
×
  • Create New...