Search found 4 matches
- Tue Jan 01, 2019 4:27 pm
- Forum: C Programs
- Topic: EDM GAP control C code
- Replies: 6
- Views: 8408
Re: EDM GAP control C code
Thank you Tom, Now variables are passing right. Strange, but the toggle button do not work with 1xx VAR (led still off). Fix it back to 1xxx VAR without problem. I'm dealing with another problem. The system decelarate (min fro=0.1) and go reverse (fro=-6) without any problem, but when I want the sys...
- Tue Jan 01, 2019 11:45 am
- Forum: C Programs
- Topic: EDM GAP control C code
- Replies: 6
- Views: 8408
Re: EDM GAP control C code
Ok, the code is working now (more or less). IMG_20181231_164129.jpg https://youtu.be/kAbOruoq4FU I uploaded my full init file with control loop: init_with_gap_ui.c Now I have a little problem to transmitting values from the KmotionCNC screen to the code, I implement the example of add.c, but I'am ge...
- Thu Dec 27, 2018 8:59 pm
- Forum: C Programs
- Topic: EDM GAP control C code
- Replies: 6
- Views: 8408
Re: EDM GAP control C code
Thank you Tom! I will learn all the examples you provide and fix C syntax. BaxEDM has very impressive and professional looking system. I already implement his tip about the noise problem and USB cable from Kflop to PC. I'm just material engineer who like to torture materials with electricity :) , so...
- Thu Dec 27, 2018 12:44 pm
- Forum: C Programs
- Topic: EDM GAP control C code
- Replies: 6
- Views: 8408
EDM GAP control C code
Hello, I'm building micro-EDM milling machine with KFLOP+KANALOG controller. I want to write a C code to automatize GAP control in KmotionCNC in accordance to GAP voltage. The algorithm is very simple: Define GAP window (upper and lower voltage, proportional to Open Circuit voltage), Define Short Ci...