admin |
5 axes true visualization demo in myCNC |
2014.01.29 13:10:36 | |
5 axes true visualization demo in myCNC
Tags: myCNC software Hits: 8575 | Read more... |
admin |
Pendant control software for Android |
2013.09.03 11:54:13 | |
We've got working preliminary version of Pendant control software for Android OS. Any Android based tablet or smartphone can be transformed to Pendant contol for myCNC based machine. To do list for Pendant control software:
We are considering to provide sources of the software as example of interface with myCNC Server. Tags: myCNC software | Pendant control | Android Hits: 9316 | Read more... |
admin |
CNC Tangential Oscillating knife and Mill machine. |
2013.08.14 17:13:16 | |
Tangential knife & mill router CNC machine made by our collegues from Belgium.
Tags: myCNC software | CNC control | Tangential Knife Hits: 11216 | Read more... |
admin |
myCNC software port to Linux Embedded - Raspberry Pi |
2013.04.25 21:30:37 | |
We've got preliminary version of myCNC software for Raspberry Pi (ARM 700MHz credit-card sized computer). On a photo below is shown working CNC control package based on Raspberry Pi:
To build a complete system power supply, mouse (or gamepad/joystick), motor drivers will be needed.
Tags: Raspberry Pi | Linux Embedded | myCNC software Hits: 9160 | Read more... |
admin |
Visualization for lathe/turning applications is in myCNC control software. |
2012.09.05 05:59:08 | |
We added Visualization for lathe/turning application in the last 1.80 version of myCNC software
Tags: myCNC software Hits: 6515 | Read more... |
admin |
myCNC software localization. |
2012.07.17 13:21:22 | |
We prepare myCNC software localization to many different languages. We invite native speakers to help us with a translation to their languages.
Tags: myCNC software Hits: 8887 | Read more... |
admin |
myCNC server provides API for third-party software |
2012.04.04 07:12:04 | ||
We've implemented server service into myCNC software (version 1.77). Server provides API for third-party software to myCNC control through TCP sockets. On the video below is shown sample of connection to myCNC with Telnet utility. Through telnet console it's possible to get information about software/firmware version, current machine & work coordinates, any CNC variables, upload/run/stop NC program in G- or ESSI codes. With "?" command user may get list of implemented server commands. There are commands available at the moment below
Tags: myCNC software | myCNC API | myCNC server Hits: 6062 | Read more... |
admin |
Video tutorial |
2012.03.22 13:22:52 | |
We try to make video tutorial for myCNC software.
Tags: myCNC software | Video tutorial Hits: 5757 | Read more... |
admin |
Jogging with analogue joysticks is available now on myCNC control software. |
2012.02.06 12:46:10 | |
2 or 3 axes analogue joystick can be connected through ADC channels of myCNC-ET1 controller and programmed for pendant panel jog motion. Motion speed is smoothly regulated with about 1% accuracy. We are working also on MPG (Manual pulse generator) support for myCNC software. Tags: myCNC software | myCNC-ET1 Ethernet CNC controller Hits: 5648 | Read more... |
admin |
Fanuc-style Macro programming: G65 code implementation. |
2011.12.07 12:12:58 | |
We are working on G65 code implementation which allow to work with parameterized macros. G65 code runs macro program with number, programmed in P parameter. In a screenshot is shown peck drilling cycle (G83) repeated in a line by running G65 with macro O9911.
Listing of nc program is below: %
Tags: myCNC software Hits: 18695 | Read more... |
admin |
Canned cycles implementation. |
2011.11.30 11:46:48 | |
We have started canned cycles implementation in myCNC. In the last version (1.72) codes C80, G83, G98, G99 are available. Hope rest of cannedcodes should become available during a couple of weeks.The last version is available on download page
Tags: myCNC software Hits: 5932 | Read more... |
admin |
G68/G69 codes works now with planes codes G17,G18,G19 |
2011.11.24 11:20:11 | |
G68/G69 codes works now with planes codes G17,G18,G19 for myCNC software. (Described features will be available in myCNC control software version 1.72) Rotation coordinates codes G68-G69 may be used now with planes codes G17-G19 to rotate coordinates in any of planes XY, XZ, YZ. On a picture below there is a sample of using G68/G69 codes with G17-G19 plane selection. Also in the sample was used parameterized programming and M98/M99 subroutines (subprograms).
NC codes for the sample is listed below- G90G0X0Y0Z0#200=100 (size) #201=2 (delta angle) #202=360/#201 (number of lines) (XY plane) #100=0 #101=0 #102=#200 #103=#200 #104=0 #105=#200 G0 X#100 Y#101 Z#102 G17 M98 P101 L#202 (XZ plane) #100=0 #101=#200 #102=0 #103=#200 #104=#200 #105=0 G0 X#100 Y#101 Z#102 G18 M98 P101 L#202 (YZ plane) #100=#200 #101=0 #102=0 #103=#200 #104=#200 #105=0 G0 X#100 Y#101 Z#102 G19 M98 P101 L#202 o101 G68 X#100 Y#101 Z#102 R#110 G1 X#103 Y#104 Z#105 G1 X#100 Y#101 Z#102 G69 #110=#110+#201 M99
Tags: myCNC software | G codes programming Hits: 6482 | Read more... |
admin |
myCNC software version 1.72 coming soon. G17,G18,G19 codes are implemented. |
2011.11.21 12:20:24 | |
myCNC software version 1.72 coming soon. G17,G18,G19 codes are implemented.
nc codes sample is listed below: G90G0X0Y0Z0
Tags: myCNC software Hits: 5623 | Read more... |
admin |
New screen, optimized for big 17" touch screen display |
2011.09.21 11:10:59 | |
We've made new screen design, optimized for big 17" touch screen display
Tags: myCNC software Hits: 5627 | Read more... |
admin |
Fixed step jogging available in the myCNC software |
2011.06.16 10:26:36 | |
We've added fixed step jogging for precise positioning in myCNC control software. Step for jogging may be selected as 0.001, 0.01, 0.1, 1 mm/inch or can be flexibly given with L-param
The mode is under testing and will be available in the next version. Tags: myCNC software Hits: 5356 | Read more... |
admin |
We have NURBS implementation in myCNC now. |
2011.06.09 06:29:47 | |
We have implemented NURBS (Non uniformed rational B-spline) in myCNC software and myCNC controllers. It worked now in test mode. G-codes G5.2 & G5.3 describe NURBS control points. myCNC control software decomposes NURBS to bezier spline curves and sends it to myCNC controller. Complete 3D spline interpolation iterration inside myCNC controller takes about 30us. With 80us of processing time it's about 40% of CPU time which is reliable for stable work. We have tested NURBS with Butterfly sample from EMC2.
Tags: myCNC control | myCNC software Hits: 6079 | Read more... |
admin |
Documentation updated. New version of myCNC software available. |
2011.05.26 05:30:34 | |
There is available documentation for myTHC-RU01 Torch height controller and myServo-A01 servo driver on documentation page. Also new 1.53 version of myCNC software available on download page.
Tags: myCNC | myCNC software Hits: 6433 | Read more... |
admin |
myCNC software. Version 1.48 is available. |
2011.03.24 08:19:22 | |
myCNC software updated. Version 1.48 is available for Windows and Linux MacOS version is available on request. ChangeLog:
Tags: myCNC software Hits: 5649 | Read more... |
admin |
myCNC control software for Apple MacOS is available for testing |
2011.03.15 05:45:12 | |
We invite Mac OS users to test myCNC control software. myCNC seems to be the first CNC control software for Apple. Download myCNC-1.47 double package (Linux & MacOS)
Tags: myCNC software Hits: 10201 | Read more... |
admin |
myCNC software. Version 1.47 is available. |
2011.03.09 14:35:22 | |
myCNC control software Version 1.47 is available. Dowload Windows version or Linux version (updated 2011-0311) ChangeLog:
Tags: myCNC software Hits: 5253 | Read more... |