05-26-2018 01:30 AM
Hello
I saw this g-code paser vi(labview) uploaded in GitHub. I am studying about controlling of CNC machine using labview.
I bought a CNC machine and i have to connect motor of CNC machine with Labview Vi. I don't need about head control, because we made a head that extract a ink.
I think this Vi will help me, so i analyze this one. Recentrly i checked this Vi carrying out about simple G-code example successfully.
but It is so hard to analyze to me. so I really really need to your help.
please reply me following questions
Q1. Is it possible to control CNC machine motor using this G-code parser vi?
Q2. If it is possible, tell me what accessories i need to connect each other.
I would be very happy if you helped me.
I attach Vi file.
Thank you in advance.
05-26-2018 01:33 AM
This is Vi(G-code parser) made by johnwu130
07-26-2018 02:11 AM - edited 07-26-2018 02:17 AM
If you have a CNC controller that is compatible GRBL 1.1 then I think I have what you need:
https://lavag.org/files/file/303-rgbl-11/
I was able to control a GRBL controller based on a Arduino Mega with firmware GRBL 1.1 that has a CNC shield connected to it.
Good luck
Benoit