The included free TCC67 C compiler is 99% ANSI C compatible so complex structures and such are certainly possible. But TCC67 is a C compiler not a C++...
45
hoyospetrola2
Sep 6, 2009 6:40 pm
Hi, does anyone is using mach3 with those control cards? I would like to... so wich one do you recomend me? I have a set of Yaskawa Junma servodrives...
46
TKSOFT
Sep 7, 2009 12:21 am
Hi Ivan, If you have drives with Step/Dir inputs KFlop should work for you. TK...
47
TK
TKSOFT
Sep 7, 2009 12:27 am
http://www.dynomotion.com/Software/Download.html Download KMotion <http://www.dynomotion.com/Software/KMotion416.exe> Version 4.16 - 9/06/09 (KMotion AND...
48
m37grady
Sep 8, 2009 5:28 pm
with the talk of backlash comp using linear and rotary encoders I was wondering if you have room in your device to enable lead screw comp instead with both...
49
Azd Md
azken98
Sep 9, 2009 3:51 am
Hi, Is there any function to set the axis to another reference position simillar to Zero(n) without disabling the axis? In many cases the homing position is...
50
TK
TKSOFT
Sep 9, 2009 5:26 am
Hi Azed, I'm not sure I understand your issue completely. It is probably impossible to set your position without a possibility of at least one count change ...
51
TK
TKSOFT
Sep 9, 2009 5:44 am
I would think if your system has glass scales it would be better to use that to close the loop rather than to try to map errors. Our KMotionCNC software...
52
Azd Md
azken98
Sep 9, 2009 3:04 pm
Thanks alot ... From: TK <tk@...> Subject: RE: [DynoMotion] Zero Point Return To: DynoMotion@yahoogroups.com Date: Wednesday, September 9, 2009,...
53
mike
m37grady
Sep 17, 2009 10:46 pm
- ... that way you are always chasing the backlash be ok if I was running with nice new screws with nearly zero backlash even then new cnc machine tools will...
54
srbliss2000
Sep 23, 2009 9:50 pm
I am converting an old Bridgeport Boss mill to PC control and servos. I will be using AMC or Copley +/-10V analog servo drives and Sanyo P5 servo motors, they...
55
Tom Kerekes
TKSOFT
Sep 23, 2009 11:08 pm
Hi Steve, Yes that should work. I believe the Sanyo P5's are brushless motors so the encoder signals will probably need to be connected to the servo drives...
56
srbliss2000
Sep 24, 2009 7:01 am
... Yes the P5's are brushless motors. I already have 20+ drives that I want to use with these so no snap amps at this time - good to know they will work for...
57
kepello
Oct 3, 2009 12:58 am
Need help determining stepper/servo motors and DynoMotion products. Machine is large (5'x1039;) CNC Gantry Router with two heads. Rack/Pinion on all 4 axis,...
58
Mark Stewart
fullottoman
Oct 3, 2009 7:54 pm
there is not really enough information provided to recomend a motor size. we need to know running torques and gear ratios of rack and pinion to give you a...
59
kepello
Oct 3, 2009 9:40 pm
Unfortunately I purchased the machine used and do not have specs. I can remove covers and measure gears and racks, and will get back with that information. I...
60
Mark Stewart
fullottoman
Oct 3, 2009 11:57 pm
I am familiar with the Applied motion motors. I know the RapidSyn is a Superior Elec/Danaher motor and I have used their Servo SloSyn but never the stepper...
61
kepello
Oct 4, 2009 11:58 pm
Collected some further information: Machine requires 1056.25 steps per inch with stepper driver set at full-step mode, steppers requiring 200 steps per...
62
TK
TKSOFT
Oct 15, 2009 3:19 am
This MPG Pendant shown below has been interfaced to KFLOP using a simple User C Program. There is a User C Program in the Files section of the Forum called ...
63
s.astrom
Oct 17, 2009 9:04 am
When i jog or use GO the table does not just make a quick halt when done. It moves past the stop point and then reverses i few mm then halts. What parameter...
64
TK
TKSOFT
Oct 17, 2009 4:49 pm
One possibility is that the system is configured to move faster than your power supply/amplifiers/motors allow. If the motion trajectory is too fast the...
65
s.astrom
Oct 18, 2009 2:03 pm
This problem i solved. I have belived that i should use encoders with as high count as possible. I was using ecoders with 41615 counts / inch. Today i set them...
66
wtbaker69
Oct 19, 2009 9:38 pm
How does the Kflop work in conjunction with Mach3? I know there is a plugin and I saw the online step-by-step documentation about how to configure it. Here's...
67
Tom Kerekes
TKSOFT
Oct 19, 2009 10:20 pm
Hi Wes, When using Mach3 with our board, Mach3 is still interpreting the GCode, doing the trajectory planning (accelerating/decelerating), and scaling inch or...
68
wtbaker69
Oct 19, 2009 11:04 pm
OK, I see what you are saying about Mach just sending down xyz coordinates for a point and separating all those points by 2ms of time and buffering on the...
69
Tom Kerekes
TKSOFT
Oct 20, 2009 12:01 am
Well the buffering does cause feedhold delay if handled by Mach3. Since Mach3 runs under MS Windows which may occasionally "freeze" for a few seconds there...
70
carlcnc
Oct 22, 2009 5:42 pm
Wes I am running a Kflop,2 snapamps, and 3 protobyte steppers. My machine uses 2 servos on X,1 on Y and 3 steppers for my 3 spindles. My X and Y rapids are...
71
wtbaker69
Oct 22, 2009 10:03 pm
THANK YOU FOR THE RESPONSE. I like the looks of the Kflop (and the price.). I didn't get any responses on the other forum. I'm just trying now to see if...
72
s.astrom
Oct 25, 2009 10:01 am
How do i make a subroutine work? I made a program galling the subroutine with M98 P22 (22.ngc is the subroutine) But all i get is "subroutine not found" Both...