Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: Laserscope Startup Sequence

  1. #11
    mixedgas's Avatar
    mixedgas is offline Creaky Old Award Winning Bastard Technologist
    Infinitus Excellentia Ion Laser Dominatus
    Join Date
    May 2007
    Location
    A lab with some dripping water on the floor.
    Posts
    9,890

    Default

    Quote Originally Posted by DMills View Post
    I am doing it with relay logic, with only about 3 or 4 bits of state I can draw a complete state diagram for the thing which I just cannot do for any even slightly non trivial program running on an AVR or PIC.

    Be careful of the RFI from the lamp ignition pulse if doing the micro thing, it is big, bad, and tricky to filter.

    Regards, Dan.
    You aint kiddin on the ignite pulses.
    My similar project uses a 100 khz low pass LC filter and a 100 khz high pass LC filter, anything above 100 khz on the DC lines gets shunted into a 300 ohm load by the lc network, I cant publish the drawing, dayjob thing, But I normalized the filters to the free space impedance of 360 ohms. Load is a non inductive 300 ohm resistor.

    Steve
    Qui habet Christos, habet Vitam!
    I should have rented the space under my name for advertising.
    When I still could have...

  2. #12
    Join Date
    Aug 2009
    Location
    Bristol, England
    Posts
    333

    Default

    For essentially similar reasons I like relays for the interlock loop, sure you can filter the input to a micro, but keeping cell phones, walkie talkies and production comms out of the micro (and KNOWING that you have under all conditions) is a hard problem, where a deliberately insensitive relay is normally pretty safe.

    At an absolute minimum I would look to make heavy use of opto couplers, common mode chokes, screening cans and ferrite. A proper power supply supervisory part might also be a good plan.

    Regards, Dan.

  3. #13
    Join Date
    Jan 2008
    Location
    Belgium
    Posts
    1,009

    Default

    And then test it while welding next to it

  4. #14
    Join Date
    Oct 2006
    Location
    Central Florida
    Posts
    7,067

    Wink

    Quote Originally Posted by FourDee View Post
    And then test it while welding next to it
    When this thread was opened I would have thought they would be using the laser to weld stuff by now...
    Love, peace, and grease,

    allthat... aka: aaron@pangolin

  5. #15
    Join Date
    Nov 2005
    Location
    Melbourne, Australia
    Posts
    3,702

    Default

    Quote Originally Posted by DMills View Post
    Be careful of the RFI from the lamp ignition pulse if doing the micro thing, it is big, bad, and tricky to filter.

    Regards, Dan.
    Hey Dan,

    What in the way of RFI suppression does the logic board have? Although I haven't really looked too closly, but I cant see much.. Is the older technology ( I think the logic board is 8088 based ) less susceptible to the RFI?
    KVANT Australian projector sales
    https://www.facebook.com/kvantaus/

    Lasershowparts- Laser Parts at great prices
    https://www.facebook.com/lasershowparts/

  6. #16
    Join Date
    Dec 2008
    Location
    Vezon, Belgium
    Posts
    1,017

    Default

    they do that for audio modulated tesla coils of huge power, so it shouldn't make any problems if you are grounding and shielding your board correctly, and filtering any waire which comes to or from the board

  7. #17
    Join Date
    Aug 2009
    Location
    Bristol, England
    Posts
    333

    Default

    A stock laserscope 800 series (for example) consists of effectively 4 compartments:

    Photonics, power supplies, cooling, and control board, these are pretty effectively separated by internal steel partitions which will help with the RFI issues.

    The lamp supply output cable is routed from the power bay upwards in a steel box section at the rear of the machine to the photonics assembly and does not enter the control board area, and the lamp supply control cable is a screened ribbon cable (I would guess following issues during development).

    Most of the IO has RC filters (on inputs) and all the cables are screened.

    Finally, the logic board is based on a very slow processor by modern standards and runs at 5V as opposed to 3.3 or 1.8 which helps with the noise margin.

    So, yea electro mag compatibility was evidently given some thought during the design of the thing.

    Regards, Dan.

  8. #18
    Join Date
    Mar 2009
    Location
    Wesbury, Wilts,, England
    Posts
    125

    Default

    I am currently modifying one of my laserscopes using an Allen Bradley Compact Logix PLC.
    I am using this because I had one lying around anyway and it is very immune to electrical noise and is easy to program.

    This PLC will control start up and shutdown sequencing including ramping of the lamp current.
    I am also using an analog output module with a driver transistor to control heating of the KTP using PWM and software interupts.
    With the thermistor wired as a bridge circuit and voltage measured, I can read the temperature and perform true closed loop PID heating.
    The software will only allow the laser to start if the temperature of the KTP oven is correct.

    I have also added a small touch screen HMI interface to control the laser and display operating information such as power output, hours run...etc

    Pictures soon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •