1. Hey guyz. Welcome to the All New Phlatforum!



    Sign Up and take a look around. There are so many awesome new features.

    The Phlatforum is a place we can all hang out and

    have fun sharing our RC adventures!

  2. Dismiss Notice

Introduction of the Phlat Board 7/8/10

Discussion in 'PhlatLAB LIVE shows' started by theothers, Jul 8, 2010.

  1. theothers

    theothers Administrator Staff Member

    Offline
    Messages:
    761
    Trophy Points:
    18
    Location:
    New Jersey
    Tonight we have a special guest, Tim and Gavin, gasmasher and his son. It's so awesome they came by to spend some time in the Phlat Lab to show off the new Phlat Board and help answer questions. Very exciting. Thank you so much Tim for all of your hard work! We all appreciate it!

    [pre] <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="320" height="260" id="utv540487" name="utv_n_523320"><param name="flashvars" value="autoplay=false" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.ustream.tv/flash/video/8157275" /><embed flashvars="autoplay=false" width="320" height="260" allowfullscreen="true" allowscriptaccess="always" id="utv540487" name="utv_n_523320" src="http://www.ustream.tv/flash/video/8157275" type="application/x-shockwave-flash" /></object> [/pre]
     
  2. frankrcfc

    frankrcfc New Member

    Offline
    Messages:
    381
    Trophy Points:
    0
    Location:
    Battle Creek, Mi
    Thanks a bunch Tim for making the phlatprinter a real joy to work with. Between you Mark and Trish it has been a real nice experience with this hobby. I can see it is only getting better. Salute! ;)
     
  3. 7up

    7up Moderator Staff Member

    Offline
    Messages:
    1,090
    Trophy Points:
    38
    Location:
    Kentucky
    WOW! I am pretty sure that Tim is from the future.

    This is great new. Way to go guys!
     
  4. Gefahren

    Gefahren Member

    Offline
    Messages:
    205
    Trophy Points:
    16
    I assume that since the Phlatboard is processing the g-code commands that it will be able to handle all the acceleration/max velocity/Constant velocity stuff when it's done, right? Also, since it's executing all that then it should be able to have a very large amount of I/O's for important things like E-Stop, limit switches, relay controls, ect... and it will handle the functionality of those (E-stop most importantly!) and then just 'inform' the computer that it's occured, instead of relying on the computer to handle those things?

    Sorry for the jumbled question/statement but it's 3am and I can't sleep
     
  5. ewo

    ewo Moderator Staff Member

    Offline
    Messages:
    701
    Trophy Points:
    18
    Location:
    Indiana
    Will replacement parts be available easily?
    easy cnc chips are hard to get !
     
  6. 66tbird

    66tbird Moderator Staff Member

    Offline
    Messages:
    431
    Trophy Points:
    18
    Location:
    Deserts of Arizona
    Thanks good news :D
     
  7. thunder hawk

    thunder hawk Member

    Offline
    Messages:
    287
    Trophy Points:
    18
    Location:
    G.H. Boyd Systems, P.O. Box 235 Griffith, IN 46319
    I Use Rhino 3D and RhinoCam for building architectural models.
    I email the G-Code project to another business to be cut out on their CNC machines.
    It cost me some big bucks to get my stuff cut out fast.
    The MK3 can handle those jobs with ease. :cool:

    I hope there soon will be a way to send G-Code to the PhlatPrinter without Sketchup or Mach3.
    I'm not a big fan of sketchup :( . Sorry Mark, Rhino lets me do it all.
    I'd like to see the Phlatprinter be as easy to use as an Epilog Laser cutter / engraver.
    If I could shot G-Code straight to the printer it would rock my world :shock: :cool:.

    Your MK3 will help me cut costs and make me a few extra bucks.

    You have a GREAT MACHINE and what looks to be an AWESOME controller for it.

    All the best.
    GHB :D
     
  8. TigerPilot

    TigerPilot Well-Known Member

    Offline
    Messages:
    1,578
    Trophy Points:
    48
    What chip is this driver based on? The Toshiba 6560?
     
  9. kram242

    kram242 Administrator Staff Member

    Offline
    Messages:
    6,311
    Trophy Points:
    13
    Location:
    NJ
    Hello guys,
    I am going to ask Tim (Once he is off vacation) if he will post a specs section for the Phlatboard to try and answer all of your technical questions. Thank you all for your interests and excitement about the Phlatboard! We are super excited as well as I am sure you could tell by the last PhlatLAB show :D This is all so cool, we can't wait!
    Thanks
    Mark and Trish
     
  10. Anonymous

    Anonymous New Member

    Offline
    Messages:
    1,280
    Trophy Points:
    0
    Be sure to tell Tim he needs to get an NDA for his design also. Enough technical answers and somebody will hit the market with a "version" of their own. :(
     
  11. ttraband

    ttraband Member

    Offline
    Messages:
    44
    Trophy Points:
    8
    You can go "straight to the phlatprinter" without Mach or Sketchup. The machine is designed to use "straight" G-code. I'm sure I'm not the only one using EMC to control the machine. I'd be happy to run a project from Rhino g-code with no adjusting and let you know the outcome.
     
  12. kram242

    kram242 Administrator Staff Member

    Offline
    Messages:
    6,311
    Trophy Points:
    13
    Location:
    NJ
    With the right API since the code is processed right on the board. You should be able to go out from any cam that outputs gcode :) One reason we wanted this was to allow for other projects such as robotics in general. We are hopeful that this will be the case with the Phlatboard. We are working out details with the business end, but we are hoping that the API will be open source so that anyone can write their own and adapt it how they see fit. These are hopes and dreams put to a wish-list for now. :) We will see what the future holds.
    Its a challenge to keep adding features while at the same time keeping the cost as low as possible.
    Mark and Trish
     
  13. gasmasher

    gasmasher New Member

    Offline
    Messages:
    402
    Trophy Points:
    0
    Location:
    Atlanta, GA
    Hi folks, sorry I've been missing. Thanks for all the comments, I'll try to answer the questions I can for now.

    That is correct. The gcode must be preprocessed on the PC just to get it into the USB packets. The actual calculations of position and steps take place in the micro-controller.

    I will be publishing all the specs on the packets and commands that need to be sent and received over USB. I have written a wrapper DLL that implements all the commands and deals with the USB communication. This wrapper can be used directly in any custom project/product or as an example to code a custom communication library. There is also a console application that demonstrates how to use the API. The wrapper and console app will be distributed free with full source code. I will not be releasing any of the firmware code to the public.

    I am going to make another thread with a more detailed list of features. There will be pictures and some videos as development continues. Please be aware this is still in development but I am putting all the time into it that I can.
     
  14. Crash

    Crash Moderator Staff Member

    Offline
    Messages:
    469
    Trophy Points:
    18
    Location:
    Waco, Texas, USA
    Tim, you da man!
     
  15. theothers

    theothers Administrator Staff Member

    Offline
    Messages:
    761
    Trophy Points:
    18
    Location:
    New Jersey
    Awesome Tim!!! Great job and we look forward to any updates your schedule allows.

    Mark and Trish
     

Share This Page