Shop OBEX P1 Docs P2 Docs Learn Events
Railgun App — Parallax Forums

Railgun App

RaymanRayman Posts: 14,162
edited 2007-10-25 22:58 in Propeller 1
Just Sharing:

I just finished the code for an app that calculates the velocity of a railgun projectile (while it's still in the barrel), calculates the appropriate delay, and then sends a trigger pulse to a flash x-ray unit so we can take a picture of the projectile as it goes flying by at ~2 km/s or so.

There are two bdot sensors at the end of barrel that give a pulse as the projectile goes by.· I'm using the time delay between these pulses along with the physical distance between the probes·to calculate the velocity.

The Propeller seems to have just enough speed to pull this off (although I had to do the multiplications and other math in assembly...)

Now, I just have to package it up and maybe try it out next week...

Comments

Sign In or Register to comment.