This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

MY 3D SCANNING SYSTEM WITH HER DIGITAL CLOCK

I MUST MAKE A SCANNNG SYSTEM CAPEBAL OF AQ WIRING THE SHAPE OF A 3D OBJECT.

A LINE OF LIGHT FROM A LAZER IS PROJEKTED ONTO THE PHYSICAL OBJECT AND THE DATA IS ANERLYSED TO ESTIMATE THE SURFACE PROPHILE.

IT MUST BE VERY FAST AND MIGHT HAVE ASSEMBLA FOR THE BIG CALCULATIONS.

TIMING IS VERY IMPORTENT AND I MUST USE THE DIGITAL CLOCK.

CAN ANYONE SHARE THERE CODE FOR ME TO SEE?

  • Please turn off your caps lock.
    No, we cannot give you code beyond the available examples available in your tool set folder.
    start here:

    Chapter 1
    www.semiconductors.philips.com/.../80C51_FAM_ARCH_1.pdf

    chapter 2
    www.semiconductors.philips.com/.../80C51_FAM_PROG_GUIDE_1.pdf

    chapter 3
    www.semiconductors.philips.com/.../80C51_FAM_HARDWARE_1.pdf

  • You "must" make a ladar system? If you "must" make one, then you should have more - and better - requirements specifications than that.

    If this is a voluntary project for a school assignment, then you may possibly think about something else. People who know how to implement things also normally knows how to present facts and how to search for information.

    How did you plan to detect the reflected laser light? With multiple cameras? But the resolution will not be too high unless you have really high-resolution cameras. And suddenly, a very important factor is: How to connect the cameras and process the high bandwidth data from them?

    And how do you control your laser? Rotating the object and using a rotating mirror to create horisontal or vertical bars to shine on the object? Or absolute positioning with static aim at grid points? No way people can discuss code or implementations without knowing in detail everything about the laser system.

    Conversion of input into coordinates is just a question of filtering, evaluation and bandwidth. If you know how to. If you don't, then you can't even modify existing code to fit your requirements, because you will not understand the code.