Skip to search.
DynoMotion

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 680 - 709 of 5053   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
680 aeunson@...
aeunson... Offline Send Email
Oct 1, 2010
11:27 pm
Hi Tom I think I am begining to understand this a bit better and have had another try at tuning the servo. Speed is now approx 0.25m/second which is fast...
681 carlcnc Offline Send Email Oct 2, 2010
1:07 am
Hi Tom I guess that means I owe you about 2.00$ plus compound interest for what,? 4 years?? CB...
682 funncarsmi Offline Send Email Oct 2, 2010
2:44 pm
I'm good mechanically, can handle 220/110VAC and 12VDC electric, have built many computers, and good at following direction, BUT know NOTHING about CNC...
683 Tom Kerekes
TKSOFT Offline Send Email
Oct 2, 2010
5:46 pm
Hi Art, That looks very good.  Except the Acceleration limit is basically set to infinity so the max acceleration is limited by the Jerk (and the Max...
684 Tom Kerekes
TKSOFT Offline Send Email
Oct 2, 2010
6:11 pm
Hi Gregg, We helped someone to do a TREE retrofit from around that time frame.  It was just a 2 axes system (XY).  One big problem was that it had resolvers...
685 funncarsmi Offline Send Email Oct 2, 2010
9:08 pm
For the 3 axis the Tree 320 uses a 500 line/rev Dynamic Research Corp. encoder. I do not know if they are using the sine wave version (DRC-150) or the square...
686 aeunson@...
aeunson... Offline Send Email
Oct 2, 2010
10:28 pm
Thanks Tom, Do I reduce the acceleration or increase the jerk? regards Art...
687 Tom Kerekes
TKSOFT Offline Send Email
Oct 3, 2010
6:47 am
Both.  As I said, keep the Jerk 100X of the Acceleration. TK ________________________________ From: "aeunson@..." <aeunson@...> To:...
688 aeunson@...
aeunson... Offline Send Email
Oct 3, 2010
11:40 pm
Tom, Can you check the uploaded c program to see where I have gone wrong. I have added the Y axis and limit switches on x and Y axis. Set the motor tuning in...
689 Tom Kerekes
TKSOFT Offline Send Email
Oct 4, 2010
1:42 am
Art, The line in your c program:     EnableAxisDest(0,ch1->Position); should be     EnableAxisDest(1,ch1->Position); Otherwise you are enabling axis 0...
690 funncarsmi Offline Send Email Oct 5, 2010
4:20 am
Today I confirmed the motors move in both directions using a 1.5v battery. They don't move far before a circuit pops and I have to hit the "emergency stop...
691 Tom Kerekes
TKSOFT Offline Send Email
Oct 5, 2010
5:49 am
Hi Gregg, Not sure what you mean, but that doesn't sound right.  The motors should move at a controlled and constant speed of ~15% of max speed since 1.5V is...
692 aeunson@...
aeunson... Offline Send Email
Oct 5, 2010
7:54 am
Hi Tom I have separate limits for each end on all axis and I was hoping to use one of the as the home switch to0. Is this possible? I also have the axis set to...
693 funncarsmi Offline Send Email Oct 5, 2010
1:33 pm
Tom, The old controller/computer doesn't have all the correct parameters in it right now. The encoders was turning with the motor (as one would expect), but...
694 Marty Escarcega
opencon1 Offline Send Email
Oct 5, 2010
6:50 pm
Gregg, keep us posted on your progress. Pictures would be great too. (Uploaded to the photos area) I intend to embark on the same adventure soon. Marty...
695 Tom Kerekes
TKSOFT Offline Send Email
Oct 5, 2010
9:34 pm
Hi Art, Attached is a newer firmware that should solve the communication problem after a disable message. Copy it to the DSP_KFLOP directory and use the...
696 aeunson@...
aeunson... Offline Send Email
Oct 5, 2010
11:07 pm
Hi Tom That has cured the reset problem. I am not sure how to test the home program I opened it in the C program window and tried to run it but the table just...
697 Tom Kerekes
TKSOFT Offline Send Email
Oct 5, 2010
11:29 pm
Hi Art, Yes that is the correct way to test. The SimpleHome3Axis.c program will have to be modified for your system. Probably the program is waiting for the...
698 Ross Ferguson
fermanz Offline Send Email
Oct 6, 2010
12:02 am
Hi Tom, Should we all be updating to the new version 4.23B or just leave things well enough alone. I have been doing more threading and it works a treat. I use...
699 Tom Kerekes
TKSOFT Offline Send Email
Oct 6, 2010
12:15 am
Hi Ross! I've mostly integrated things into the firmware so a User program should no longer be required, but I have several more things to add. Give me a bit...
700 aeunson@...
aeunson... Offline Send Email
Oct 6, 2010
12:29 am
Hi Tom, I dont have the Z axis conneted yet as I am still trying to source conectors for the Zservo motor. I took out all reference to Z axis channel 2 When I...
701 Tom Kerekes
TKSOFT Offline Send Email
Oct 6, 2010
12:46 am
Hi Art, KFlop doesn't have a problem with IO numbers 128 or larger so if you are using IO136 specify 136. Strange that with and without the NOT they both...
702 aeunson@...
aeunson... Offline Send Email
Oct 6, 2010
1:47 am
Hi Tom I just realised I was talking a lot of rubbish and it was only Mach that does not like the large I/O numbers. Thats how I was removing the NOT but it...
703 funncarsmi Offline Send Email Oct 6, 2010
5:08 pm
Marty, I will start a folder that will be a duplicate of the records I am generating for my own build purposes. It will have photos, diagrams, and...
704 Marty Escarcega
opencon1 Offline Send Email
Oct 6, 2010
6:16 pm
Awesome, the wiring diagram will be very helpful. Thanks Gregg Marty...
705 aeunson@...
aeunson... Offline Send Email
Oct 6, 2010
6:34 pm
Hi Tom I have tried it with IO 136 with and without ! and there is no difference. (still small movement in positive direction) I have also tried different...
706 Tom Kerekes
TKSOFT Offline Send Email
Oct 6, 2010
8:58 pm
Art,   Let's try something even simpler:   TK       #include "KMotionDef.h" main() {     Jog(0,-1000);           // start moving     while...
707 aeunson@...
aeunson... Offline Send Email
Oct 6, 2010
10:13 pm
Hi Tom, I get this error: C:\KMotion422\C Programs\user2.c:1: unrecognized character \xa0 When I run the simple program. Wish I could understand this. Regards ...
708 Tom Kerekes
TKSOFT Offline Send Email
Oct 6, 2010
10:23 pm
Hi Art, Maybe the email is adding odd characters? I've attached the file. Hang in there we'll get it eventually :} TK ________________________________ From:...
709 aeunson@...
aeunson... Offline Send Email
Oct 6, 2010
10:36 pm
Hi Tom That cured the compile error but the table does not even twitch now. It still works in Mach and step and response though. Regards Art...
Messages 680 - 709 of 5053   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