Re: [84n4n4] PC pull forces on bridle attachment point
84n4n4 wrote:
i thought about building something myself but initially i was thinking about using a strain gauge and something (eg. metal strip) that would elongate linear in that area.
but when going a bit into detailed planning i dumped that idea (adc would have to be very quick (high frequency) to get load spikes), and all in all i thought it would be still rather bulky and i would have to open my rig before every jump to turn it on.
i already found something about load cells but a quick search on the web didn't show anything that was build to be small and mobile including power source and logging, maybe i was searching for the wrong thing so i dropped the idea. if you found something, please let me know.
im pretty sure that its not going to be cheaper than my setup, but if someone likes to sponsor me to build a load cell for that, please step forward.
Let me just clarify that I am in no way an engineer, so things I say might not be correct. Also, I found out about the existence of load cells yesterday, so... Yeah... But I would love to see a load graph of the bridle attachment point.
FUTEK seems to have some mini tension load cells here: http://www.futek.com/miniaturetension
the specs look pretty good. As for price, well... I found a Finnish company selling the LCM200-FSH01934 (250 lbs version) for 656 EUR. An american company selling them for 644 USD.
That's just an example. China usually sells really good stuff (I'm serious) for low prices. Check this out: http://www.alibaba.com/products/tension_load_cell/--523.html
Some of the products there are down to like 40 USD. When it comes to electronics, it's easy to make good deals if you're prepared to buy from china or used. I know a guy who got a hold of some quite expensive FPGA chips for free. The price for single units are really high, but if a company orders a large batch for their product and some are left over, they're not worth anything to that company.
Anyway, I think it's possible to get a good load cell to a decent price.
The next problem identified is the ADC. What sample rate is necessary? I have really no idea. Maybe you or someone else does, though.
The load cell might set the limit for the ADC, but if it doesn't I wouldn't expect the load spikes to the bridle attachment point to be that spiky. Now I'm just guessing, but it's not shockwaves propagating through metal we're measuring, it's stretching nylon. I would start with an ARM Cortex M3 chip from NXP (there's lots of 'em, all with different specs), they're pretty inexpensive and commonly available. Also, since they're MCU's, they have all kinds of cool stuff/functionality to play with during prototyping. I have an LPC1343 that can handle up to 400 kilosamples/s, and there's way better stuff out there too. Again, I'm just guessing, but I wouldn't expect a shock load in a long piece of stretcy nylon to last less than 1/400000th of a second.
As for the functionality, turn it on and forget about it, for many jumps. Just have the device throw away values below a certain threshold.The passage of that threshold signals start and stop. The memory is the limit, and SD memory is pretty cheap :) Of course, if we're taking 400.000 samples/s, and for the sake of simplicity we're assuming an 8 bit sample, it fills up pretty quickly. But anyway, that's a later matter. Running it at 400.000 samples/s would probably not give the MCU time for processing etc, so an LPC1343 might need to work at a lower sample rate.
Power source... Clock batteries would probably do fine, or a small, high cap Ni-MH package. Shouldn't be a problem.
Packaging... the load cell and the power source are the biggest components. The load cell is pretty small, an inch or so in diameter.
It would be a pretty big project though, everything from manufacturing the physical parts (the case, which has to be balanced at the attachment points, etc), the electronics (though there's a lot of shops printing circuit boards on the Internet) and the software. A lot of man hours and a lot of cash (a couple of hundred EUR for parts maybe). But you'd get a pretty cool sensor package.