Skip to search.
DynoMotion

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 179 - 208 of 5051   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
179 babinda01 Offline Send Email Mar 3, 2010
1:13 am
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...
180 zeeschuim Offline Send Email Mar 3, 2010
5:04 pm
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...
181 Tom Kerekes
TKSOFT Offline Send Email
Mar 4, 2010
7:12 am
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...
182 Tom Kerekes
TKSOFT Offline Send Email
Mar 4, 2010
7:22 am
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...
183 babinda01 Offline Send Email Mar 4, 2010
7:42 am
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...
184 cees
zeeschuim Offline Send Email
Mar 4, 2010
6:01 pm
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...
185 Tom Kerekes
TKSOFT Offline Send Email
Mar 4, 2010
7:54 pm
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...
186 babinda01 Offline Send Email Mar 4, 2010
10:10 pm
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...
187 babinda01 Offline Send Email Mar 4, 2010
11:18 pm
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...
188 csipike3000 Offline Send Email Mar 5, 2010
6:00 pm
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....
189 Tom Kerekes
TKSOFT Offline Send Email
Mar 5, 2010
7:02 pm
Hi, Please supply a few details. What do you mean by single step mode?  A single line of G Code? What do you mean by steps are different size?  Pulse...
190 László Debrec...
csipike3000 Offline Send Email
Mar 5, 2010
8:13 pm
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...
191 Tom Kerekes
TKSOFT Offline Send Email
Mar 5, 2010
10:23 pm
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...
192 Azd Md
azken98 Offline Send Email
Mar 6, 2010
10:40 am
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...
193 László Debrec...
csipike3000 Offline Send Email
Mar 6, 2010
10:56 am
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...
194 Tom Kerekes
TKSOFT Offline Send Email
Mar 6, 2010
5:01 pm
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...
195 Azd M
azken98 Offline Send Email
Mar 6, 2010
5:29 pm
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...
196 Tom Kerekes
TKSOFT Offline Send Email
Mar 6, 2010
5:52 pm
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...
197 bigtoy302 Offline Send Email Mar 7, 2010
4:52 pm
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...
198 Tom Kerekes
TKSOFT Offline Send Email
Mar 7, 2010
8:27 pm
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...
199 bigtoy302 Offline Send Email Mar 8, 2010
2:37 am
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...
200 Tom Kerekes
TKSOFT Offline Send Email
Mar 8, 2010
2:08 pm
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...
201 bigtoy302 Offline Send Email Mar 8, 2010
2:20 pm
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...
202 Tom Kerekes
TKSOFT Offline Send Email
Mar 9, 2010
4:17 am
Ryan, Regarding Homing: Test your homing by writing a simple program such as: #include  #defineZ 2   main() {    DisableAxis(Z);     Zero(Z);    ...
203 babinda01 Offline Send Email Mar 10, 2010
1:15 pm
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...
204 Tom Kerekes
TKSOFT Offline Send Email
Mar 10, 2010
4:21 pm
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...
205 babinda01 Offline Send Email Mar 11, 2010
2:44 am
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...
206 Tom Kerekes
TKSOFT Offline Send Email
Mar 11, 2010
3:49 am
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,...
207 babinda01 Offline Send Email Mar 11, 2010
4:18 am
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...
208 babinda01 Offline Send Email Mar 11, 2010
6:28 am
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...
Messages 179 - 208 of 5051   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help