Skip to search.
DynoMotion

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

  Messages Help
Advanced
Messages 278 - 307 of 5053   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
278 Azd M
azken98 Offline Send Email
Apr 2, 2010
7:42 am
Hi I tried to include the KM_SetConsoleCallback function myself but I failed. The function returns zero but no data send to my VB callback function. any help...
279 Tom Kerekes
TKSOFT Offline Send Email
Apr 2, 2010
7:02 pm
Hi Andrew, Did you ever resolve this?  I'm not sure I follow and Mach3 handles all the estop functionality, but it sounds like maybe the estop is just...
280 Tom Kerekes
TKSOFT Offline Send Email
Apr 3, 2010
1:13 am
Hi Azed, We added the Console Callback and display them on the Jogger screen. See a screen shot here: ...
281 Azd Md
azken98 Offline Send Email
Apr 3, 2010
4:02 am
Thank you very much , this is really helpful. However there is a problem with the setconsolecallback when I tried to execute the thread few times around (4). I...
282 Tom Kerekes
TKSOFT Offline Send Email
Apr 3, 2010
5:41 pm
Hi Azd,   I can't reproduce the problem.  I suppose the garbage collector doesn't realize that we passed the delegate out to the KMviaVB.dll and still is...
283 Azd Md
azken98 Offline Send Email
Apr 4, 2010
6:15 am
I changed the handler declaration and  function function body as below and so far so good.  Dim handler As EventHandler Public Function KM_SetConsoleCallba...
284 babinda01 Offline Send Email Apr 4, 2010
7:41 am
Hi Tom, No, I havn't sorted this one yet. The estop signal is definetly getting through to mach, on the diagnostics screen you can see the "estop" led toggle...
285 babinda01 Offline Send Email Apr 4, 2010
11:45 pm
Hi Tom I have done a little more investigation in regard to my estop issue, and I think there are actually a couple of issues. Firstly, if I am executing a...
286 karmannelectric Offline Send Email Apr 5, 2010
2:02 pm
Sorry I'm not more help, but this sounds very familiar to a problem I had only on the A axis using a SmoothStepper (sorry, I didn't know about DynoMotion yet!)...
287 Tom Kerekes
TKSOFT Offline Send Email
Apr 5, 2010
7:08 pm
Hi Andrew, First to answer your question:  There is an internal EStop flag and also a MyReset function that gets called.  It looks like we mainly only check...
288 babinda01 Offline Send Email Apr 6, 2010
12:12 am
Hi Tom I have changed my homing program to 'OR' my enable1 output from mach, like this: while (ReadBit(15) || (!ReadBit(144))) ; But it doesn't pick up if I am...
289 Tom Kerekes
TKSOFT Offline Send Email
Apr 6, 2010
12:32 am
Andrew, You might try this: while (ReadBit(15) || (ReadBit(144)==0)) ; or while (ReadBit(15) && (ReadBit(144)==0)) ; TK ________________________________ From:...
290 dunncl66 Offline Send Email Apr 7, 2010
11:45 pm
What kind of signal do glass scales typically require and feedback? With the KFlop/KAnalog handle them? Chris...
291 Tom Kerekes
TKSOFT Offline Send Email
Apr 8, 2010
1:11 am
Hi Chris, To use linear glass scales with KFlop/Kanalog they should output differential quadrature signals (the same as a rotary encoder).  Some glass scales...
292 dunncl66@...
dunncl66 Offline Send Email
Apr 8, 2010
1:14 am
It sounds like it would not be a wise choice for my second retro. Maybe down the road. Thanks Sent from my BlackBerry® smartphone ... From: Tom Kerekes...
293 judrandom Offline Send Email Apr 8, 2010
2:55 am
All 3 of my motors seem to be running well and the encoders are working. When I jog on the g-code screen the motors move fine. The problem is when I hit run...
294 Tom Kerekes
TKSOFT Offline Send Email
Apr 8, 2010
6:13 am
Hi Jared, I think you probably have more than just your 3 axes defined (which is the default) and one of those axis is disabled. Assuming your X,Y,Z axis are...
295 dunncl66 Offline Send Email Apr 9, 2010
11:14 am
I am having more and more success with my KFlop - KAnalog - Mach3 system now. One thins I have yet to figure out is how to keep the KFlop +/-15v bit active...
296 Tom Kerekes
TKSOFT Offline Send Email
Apr 9, 2010
3:31 pm
With KFlop+Kanalog (unlike KMotion) the +/-15V should come on automatically during boot up.  It Kanalog's LED is on then the +/-15V should be on. But if you...
297 judrandom Offline Send Email Apr 10, 2010
5:34 am
Right now i'm running from the +12v supply. When I up the voltage to my +54 volt supply will the speed increase accordingly or is this a setup parameter? Also...
298 Tom Kerekes
TKSOFT Offline Send Email
Apr 10, 2010
5:15 pm
Hi Jared, I believe I recall you are using a KMotion board, DC Servos, and KMotionCNC. No the speed is not directly controlled by the supply voltage, however...
299 Tom Kerekes
TKSOFT Offline Send Email
Apr 10, 2010
7:55 pm
Come on Chris - be bold!  :} ________________________________ From: "dunncl66@..." <dunncl66@...> To: DynoMotion@yahoogroups.com Sent: Wed, April...
300 Jared Tesmer
judrandom Offline Send Email
Apr 13, 2010
4:56 am
Before I go any more indepth into the motor tuning I have to ask. Should I mount the motors to my axis before trying to tune the system?...
301 Tom Kerekes
TKSOFT Offline Send Email
Apr 13, 2010
2:54 pm
Connecting your system to the motors will of course change the tuning.  Adding mass will have the effect of reducing the loop gain (for the same motor effort,...
302 Azd M
azken98 Offline Send Email
Apr 14, 2010
2:52 pm
Hi all, Any help how to control a Brushless dc motor 3PH with a hall sensor? I am using Kmotion with SnapAmp. Is it possible to ignore the hall sensor in case...
303 Tom Kerekes
TKSOFT Offline Send Email
Apr 14, 2010
5:43 pm
Hi Azd, SnapAmp supports driving a 3PH brushless by sinusoidal commutation using a shaft encoder (not hall sensors). You can't drive a brushless motor by just...
304 Azd Md
azken98 Offline Send Email
Apr 15, 2010
2:51 am
Thanks for the reply 1- What I mean by fixed voltage, is a fixed input voltage amplitude of the 3 phase channels. ( open loop no feedback) 2-  Actually I want...
305 Tom Kerekes
TKSOFT Offline Send Email
Apr 15, 2010
6:45 am
Hi Azd, The AutoPhaseFind program is written to rotate the motor until it sees the index mark.  It doesn't need the encoder or index mark to rotate the...
306 Azd Md
azken98 Offline Send Email
Apr 15, 2010
7:47 am
"if you want to use the hall sensors that would be a possibility also.  But you would need all 3 wired up and you would need to write a User program to do the...
307 Tom Kerekes
TKSOFT Offline Send Email
Apr 15, 2010
3:56 pm
As a first step I would modify the AutoPhaseFind program to rotate the motor slowly and print the hall sensor inputs with the commanded phase angle.  You will...
Messages 278 - 307 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