UCCNC macro and winform functionality
Budget: $30 – $250 USD
I have a CNC control software that lets you do quite a bit of customizing etc. It has a feature where you can run macro files that can be configured to do anything from run a sub routine of Gcode or execute a action such as write to field, switch on a button etc. These snippets of code are held in "Macro files" that a "M Code" entry commands for cnc's. I have made a few windowsmessagebox forms by copy and paste method of different snippets so I know it works. However, when I try to make a custom form in visual studio I cannot understand how to get it over to the program for use. When I copy and paste code it does not work in the macro but I can open the executable file and see my pop up winform perfectly.
I am trying to make a custom winform in the first M21036 macro I have attached. Once you download the software you must place the macro .txt files in the C:\UCCNC_Ver2115\Profiles\Macro_Default\ folder so it can be "called" via the software. You can call a macro by typing on the "MDI' line of the software screen and hit enter. You would enter the macro number in the line and hit enter like "M31" and hit enter or in this case "M21036" and enter. If yu enter the M31 code I am trying to customize the second messgaebox that pops up for Spoil-board surface.
What I need is someone to look at the software via a fully functional demo version and see if you can implement my custom form or redo my form to work properly. I am not fluent in VS or Csharp or any other programming language. I just know enough to look at previous code snippets and can hack together some things.
The software controller is UCCNC which is available on line with free working demo for trouble shooting etc. It is just limited when you actually connect to a machine. I have the Visual Studio project folder and files but honestly do not know what I am doing there so it may be of no use. The form I want is relatively simple in design and has one text entry box that needs to be tied to a double nominal = exec.Question
The UCNC software can be found online with macro samples etc. Is this something you would be interested in? Here is a screen grab of my form and the manual for UCCNC for reference. I have a project coming up so I either need to get this implemented or scrap the idea.
Thank you for your time! Once I can get this form going I will have a couple other small projects that will be similar. I would also like a instructional video or sheet on how to implement the form from VS to the UCCNC macro. I don't know if I do not have the file-paths correct or maybe the form is not complete, idk. I have also attached a sample macro from UCCNC where you can see I have gotten some dialog or messagebox to work before but it was all entered by hand in the text file, nothing from VS. I am only concerned with the messageboxes right now. The code that is being executed is not important right now
The control software is here The download link: http://www.cncdrive.com/UCCNC/setup_1.2115.exe
I am trying to make a custom winform in the first M21036 macro I have attached. Once you download the software you must place the macro .txt files in the C:\UCCNC_Ver2115\Profiles\Macro_Default\ folder so it can be "called" via the software. You can call a macro by typing on the "MDI' line of the software screen and hit enter. You would enter the macro number in the line and hit enter like "M31" and hit enter or in this case "M21036" and enter. If yu enter the M31 code I am trying to customize the second messgaebox that pops up for Spoil-board surface.
What I need is someone to look at the software via a fully functional demo version and see if you can implement my custom form or redo my form to work properly. I am not fluent in VS or Csharp or any other programming language. I just know enough to look at previous code snippets and can hack together some things.
The software controller is UCCNC which is available on line with free working demo for trouble shooting etc. It is just limited when you actually connect to a machine. I have the Visual Studio project folder and files but honestly do not know what I am doing there so it may be of no use. The form I want is relatively simple in design and has one text entry box that needs to be tied to a double nominal = exec.Question
The UCNC software can be found online with macro samples etc. Is this something you would be interested in? Here is a screen grab of my form and the manual for UCCNC for reference. I have a project coming up so I either need to get this implemented or scrap the idea.
Thank you for your time! Once I can get this form going I will have a couple other small projects that will be similar. I would also like a instructional video or sheet on how to implement the form from VS to the UCCNC macro. I don't know if I do not have the file-paths correct or maybe the form is not complete, idk. I have also attached a sample macro from UCCNC where you can see I have gotten some dialog or messagebox to work before but it was all entered by hand in the text file, nothing from VS. I am only concerned with the messageboxes right now. The code that is being executed is not important right now
The control software is here The download link: http://www.cncdrive.com/UCCNC/setup_1.2115.exe