Hai Pham Posted October 17, 2016 Report Share Posted October 17, 2016 I'm a student of National Central University in Taiwan . Right now , I got the machine with 3 axis and control by NI motion card (PCI 7350) and Prof told me to control it to draw something like 3d printer (using nozzle to extrude the material by Z axis) . I already know how can i control this axis , but I don't know how to setup the STL file or gcode to machine to know where the axis can move the position . Can you tell me how can i do that ? I got the picture and the file of hardware below Thank you in advance new_research.rar Quote Link to comment
hooovahh Posted October 17, 2016 Report Share Posted October 17, 2016 You attached 12MB of PDF files, did you expect us to read the 500+ pages of documentation you posted? If your question is how to parse and understand an STL or GCode file maybe you should post example files on that, or read documentation or examples on what the file structure is for these file types. Posting NI documentation already available on the web, and pictures of your setup isn't very useful if your question is in regards to file parsing. Quote Link to comment
eberaud Posted October 17, 2016 Report Share Posted October 17, 2016 (edited) Also is "LabVIEW Feedback for NI" the right forum for this? Edited October 17, 2016 by Manudelavega Quote Link to comment
hooovahh Posted October 18, 2016 Report Share Posted October 18, 2016 13 hours ago, Manudelavega said: Also is "LabVIEW Feedback for NI" the right forum for this? Topic moved, feel free to use the report to moderator feature in the future. 1 Quote Link to comment
Asimov Posted October 21, 2016 Report Share Posted October 21, 2016 (edited) Hello Hai Pham and welcome to the LAVA forums! I used to work with 3D printers so I am pretty familiar with STL files and gcode. Unfortunately LabVIEW does not natively support these files. Interpreting STl files and generating tools paths in LabVIEW would be quite difficult. Instead, I would use another program to generate gcode from STL files. Then you can focus on parsing the common set of gcode instructions in LabVIEW. I have seen several people ask about this on the NI forums but I have never seen a solution. Perhaps the member here will send their solition if you ask nicely. Otherwise, you may have to write this code yourself if you can't find anything online. Best of luck creating your FDM printer! Edited October 21, 2016 by Asimov Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.