admin |
Constant velocity (CV) mode fixed & tested with 3D mill. |
2012.06.14 04:29:30 | |
For the last release of myCNC software (version 1.79) we have fixed Constant velocity mode and tested it on "rose" program. Cutting time was reduced from 48 minutes to 22,5 minutes with Constant velocity mode (Acceleration is 5m/s2; feed is 7m/min; CV tolerance is 0,05mm)
Tags: CNC software | CNC control | Constant velocity CV | cnc machines | CNC mill Hits: 6315 | Read more... |
admin |
Computer vision support for myCNC is under developing. |
2012.05.11 12:37:25 | |
Computer vision support for myCNC is under developing.
We added camera support and started work on CNC computer vision system for myCNC. At the moment It's supported for Linux version only.
Tags: CNC Computer vision | CNC control Hits: 5848 | Read more... |
admin |
Plasma cutting machine based on myCNC-ET1 |
2012.05.04 02:52:50 | |
AS Technology - our collegues from Poland use CNC controller myCNC-ET1 for new plasma & oxy-fuel cutting machine.
Tags: cnc machines | myCNC control Hits: 5577 | Read more... |
admin |
Mini 3x mill machine based on myCNC-ET2 control board. |
2012.04.27 13:16:59 | |
On a photo small 3x mill machine based on 9" tourch screen panel PC, myCNC-ET2 control board, and stepper motors.
Tags: CNC mill | myCNC-ET2 | CNC control Hits: 5473 | Read more... |
admin |
Manual pulse generator (MPG) for CNC control under developing |
2012.04.09 04:02:22 | |
We are developing MPG board. We discuss 3 possible versions of MPG - 2 of them with wired connection to Host PC and one wireless:
![]() ![]() Tags: MPG for CNC | Manual pulse generator | myCNC control Hits: 5482 | 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: 5306 | Read more... |
admin |
IHC - Initial height control |
2012.03.22 13:31:49 | |
In our new plasma cutting table we've implemented IHC system via PLC procedure of myCNC-ET1 controller
Tags: cnc machines | myCNC controllers | Initial height control IHC Hits: 5095 | 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: 4993 | Read more... |
admin |
Mill router based on myCNC control from our collegues. |
2012.02.17 03:35:10 | |
Our collegues from Belgium (Flander Motion bvba) use myCNC control for their 3 axes mill router.
Tags: cnc machines | myCNC control Hits: 4792 | 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: 5001 | Read more... |
admin |
Plasma power source based on myPlasma control is ready for experiments. |
2012.02.06 12:40:24 | |
![]() Tags: myPlasma | plasma cutting plasma power source Hits: 5043 | 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: 15798 | 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: 5233 | 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: 5660 | Read more... |
admin |
Automatic gas console implementation through PLC layer of myCNC-ET1 controller. |
2011.11.21 12:37:13 | |
Great sample of using built-in PLC controller is implementation of Automatic gas console control for oxyfuel gas metal cutting. Gases pressure for fuel, preheat and cutting oxygene controlled electronically by 3 PID controllers, integrated in myCNC-ET1.
Tags: Automatic gas console | myCNC control Hits: 5343 | 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: 4890 | Read more... |
admin |
myCNC based mill machine demo. |
2011.11.21 12:10:58 | |
This is our 3 axes mill machine based on myCNC (myCNC-ET1 LAN CNC controller, myCNC software, 4x myServo-A01 servo drivers).
Tags: cnc machines Hits: 5113 | Read more... |
admin |
Experiments with surface measure and alu cut on our cnc mill prototype. |
2011.11.03 11:50:38 | |
Surface measure procedure were repeated a few times to check stabilityof measures.
The first cut of aluminium on our mill machine prototype.
Tags: cnc machines Hits: 5086 | 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: 4870 | Read more... |
admin |
myServo-A01 + 400W Servo Brushless DC motor - Jog control through Serial console. |
2011.09.20 13:02:07 | |
Firmware for Servo driver myServo-A01 was updated to have manual jog mode through serial console. Host PC connected to myServo driver through USB serial connection. In Jog mode there are available setup for Speed and Acceleration, Jog +, Jog - , Stop commands.
Tags: myServo-A01 | myCNC | hardware Hits: 5478 | Read more... |