Hi.
I can use PowerMill
Search found 45 matches
- Thu Aug 20, 2020 12:05 pm
- Forum: myCNC Technical support (English)
- Topic: Program does not run in all soft limits range.
- Replies: 7
- Views: 247
- Wed Aug 19, 2020 9:36 pm
- Forum: myCNC Technical support (English)
- Topic: Program does not run in all soft limits range.
- Replies: 7
- Views: 247
Re: Program does not run in all soft limits range.
Sure, I can use the G1 / G0 command to run the machining program.
- Mon Aug 17, 2020 5:19 am
- Forum: myCNC Technical support (English)
- Topic: Program does not run in all soft limits range.
- Replies: 7
- Views: 247
Re: Program does not run in all soft limits range.
Hello, regarding the limitation of G81, I cannot increase the speed due to the type of material that I am machining and mechanical design of the machine, and it is very important to me as a machine operator that it is possible to use G81 without limitations. I am using cannon bits for deep drilling ...
- Thu Aug 13, 2020 8:52 pm
- Forum: myCNC Technical support (English)
- Topic: Program does not run in all soft limits range.
- Replies: 7
- Views: 247
Re: Program does not run in all soft limits range.
About the default theme:
I realized that when I copied cnc-variables.xml and some macro files from older profile, and I do not tryed to fix that.
About the G81:
I will test change de speed.
Thanks
I realized that when I copied cnc-variables.xml and some macro files from older profile, and I do not tryed to fix that.
About the G81:
I will test change de speed.
Thanks
- Wed Aug 12, 2020 5:14 pm
- Forum: myCNC Technical support (English)
- Topic: Program does not run in all soft limits range.
- Replies: 7
- Views: 247
Program does not run in all soft limits range.
PROFILE X1366M4_Jul062020.zip I attached the program I try to run. The Z axis soft limit is from -990 to 50, in mm. In line 9 is the cycle, the parameter Z is in range of the soft limits but program does not continue from here. In Log menu appaers "Controller is busy. Start program is blocked". I h...
- Mon Jul 06, 2020 12:32 pm
- Forum: myCNC Technical support (English)
- Topic: Clean instalation of Ubunutu Mate on SBC of pv-automation.com
- Replies: 2
- Views: 178
Re: Clean instalation of Ubunutu Mate on SBC of pv-automation.com
The max themperature I measured with a infrared thermometer was 35°C
- Fri Jul 03, 2020 2:19 pm
- Forum: myCNC Technical support (English)
- Topic: Clean instalation of Ubunutu Mate on SBC of pv-automation.com
- Replies: 2
- Views: 178
Clean instalation of Ubunutu Mate on SBC of pv-automation.com
In the past month, the SBC has been frequently frozen, even if the SBC is just on without running a g code. Mouse and keyboard do not respond and I have to restart the SBC disconnecting the power supply. I have done some myCNC updates to fix some problems. Is there some posibility to reinstall de Ub...
- Thu Jun 18, 2020 8:15 am
- Forum: myCNC Technical support (English)
- Topic: Pause and restart program do not work in G02 and software frozen
- Replies: 2
- Views: 168
Pause and restart program do not work in G02 and software frozen
Hi, we have tested linear interpolation without problems, and now we are testing circular interpolation. Let me explain what happens. The program start right and doing the interpolation with G02, but when we pause and restart the program after, we get error on the screen and the software frozen, eve...
- Wed Mar 04, 2020 12:12 pm
- Forum: myCNC Technical support (English)
- Topic: Calling subroutine M98
- Replies: 6
- Views: 215
Re: Calling subroutine M98
Hi again.
I would to like to know if you have tested the program and subroutine. The code I sended you is just an example how I call a subroutine from a main program. The use of subroutines is very important to me.
I have installed the last version of the myCNC software (2019 release)
Thanks.
I would to like to know if you have tested the program and subroutine. The code I sended you is just an example how I call a subroutine from a main program. The use of subroutines is very important to me.
I have installed the last version of the myCNC software (2019 release)
Thanks.
- Mon Mar 02, 2020 9:10 pm
- Forum: myCNC Technical support (English)
- Topic: Calling subroutine M98
- Replies: 6
- Views: 215
Re: Calling subroutine M98
Here are the main program and subroutine. Both are in the same directory. Just an example. Main program: program name: program.tap G54 G17 G80 G21 M3 S3600 G90 G0 X0.0 Y0.0 G0 A0 G0 Z0 G0 G90 X1.0Y1.0 G0 Z1.0 M98 P1 L1 G90 G0 Z2.0 M5 G80 G90 G0 X0.0 Y0.0 M30 Subroutine code: program name: O0001.tap ...