Hi Tom I have done a bit of testing in regard to my homing problems, and I think your first point below is correct. On my very first home command after mach3...
Hi Andrew and Tom I am back in the game, the machine is running again. It was a stack of problems, started with the Xbox 360 plug-in; this one turned the...
Hi Andrew, I looked through our Plugin code and I can't find a bug with regard to the A axis. You do have the A axis defined in the KFLOP Coordinate Systems...
Hi Cees, We should probably attack the "going nuts" problem first. Can you be more specific? Can you offer any clues to when it happens and what you are...
Hi Tom I think I have the axis defined correctly. In my Init program I have DefineCoordSystem(5,-1,4,6) If I do a defineCS I get 5 -1 4 6 I tried adding the...
Hi Tom It is not something I like to reproduce, I know when it happens with an Axe the “Inputgain0=” is changed from -1 to 1 or 1to-1, then the DAC output...
Hi Cees, Changing the sign of anything in the servo loop will cause the servo to have positive feedback instead of negative feedback. This will cause the...
Hi Tom I have thought I would just give you a look at my homing code to see if I am doing something wrong in there: #include "KMotionDef.h" main() { int flags...
Hi Tom I HAVE IT WORKING!!!!!!!!! I don't really understand the how's and why it is working but it is. After a refreshing ale, I realised what you were...
Hi everybody I recently installed a Kflop, with Mach3 and stepper motors. I try to use in STEP_DIR_MODE, made the configuration and with KMotionCNC works fine....
Hi, I mean jogging with fixed distance, eg. 1mm. Without plugin works fine, with plugin the first jog step 1mm after the steps are short. Mach Velocity 4000...
Hi István, I still have a hard time understanding what is happening. You Jog one step of 1 mm using the arrow keys and it miss steps? How do you know it...
Hi all, I am trying to use some of the math function of the Kmotion 4.19 version for my c program. While sin and cos functions are accepted, the asin and...
Hi Tom! Thank for helping. The case is more complicated, I make a several 1 mm steps, after the first one even the DRO is wrong, without the plugin the DRO...
Hi István, Sorry I don't know the reason. It normally works. Please answer my questions in the previous email. And here is another question :} what do you...
Hi all, I am trying to use some of the math function of the Kmotion 4.19 version for my c program. While sin and cos functions are accepted, the asin and pow...
Azeddien, Those routines were excluded by mistake. Here is a patch. It will report as Version 4.19d. Remove the .v419d from the filename and copy to the...
So, played with it a little bit more and found out if I take out the mpg part of the c program I can have the mpg pluged in with no problems. But as soon as I...
I can't see anything specific wrong. You aren't plugging in the mpg with power on or with the program running are you? I didn't see that you answered my...
I am plugging the mpg in when the the kflop and snapamp are on. Gcode is not running. I do not think I tried plugging it in then turning the power on. This may...
Well, connecting the mpg with power on will most likely cause the signals to toggle in unpredictable ways. But I'm having a hard time understanding when the...
The problem occurs the instant I plug the mpg in. I do not even have to jog it. Like I said earlier I will try out those things you suggested tomorrow. What...
Hi Tom I am waiting for my customer to arrive to give me his blessings on the first machine I have just built for him, and I thought I might try comparing...
Hi Andrew, That should be a very interesting test. I think the answer to every question is yes. When using KMotionCNC Rapids and Jogging are performed with...
Hi Tom I have run into a couple of minor problem, I can't get my arcs to work properly in G18 Mode, so i have changed my machine to work in G17 (reassigned Z...
Andrew, It looks like the DEFAULT setup file parser doesn't allow setting a,b,c offsets. We can add that. But the variable should default to zero anyway,...
Hi Tom Setting A to 0 is fine by me, but, if I don't have anything in the setup file for A axis, how do you get A axis to work from GCode? I originally tried...
Hi Tom I have managed to get the KmotionCNC running my program. Compared to Mach3 I was getting 1Min16Sec cycle times with your software and exactly the same...