Hi Is there any plan to increase the PWM resolution of the SnapAmp1000 and the DAC resolution of the Kanalog. I belief both are quite low 155 bits and 12...
Hi Azed, No we don't. I think you will find the resolutions are usually more than adequate. This is because a servo output is integrated over time. The...
I am trying to use the system for dynamic parameter identification where the estimated parameters of the plant depend significantly on the accuracy of the...
Oh I see. Actually the current measurement resolution on SnapAmp is 14 bits. But since it is over a fairly large range of +/- 35Amps the resolution comes...
How close are you to implementing single point threading on the lathe? Either with your software or ultimately the Mach III plug in. Thank you!. Marty...
Hi Marty, We are cutting good multipass threads via a KFlop User C Program. See the email and video from a User below. So currently it is possible to do...
Thanks Tom. That helps. How would one test? Do you have a beta version of the software enabled for threading G codes? To use your hardware does one have to be...
Hi Marty, Not yet. I recently discovered that Mach3 implements G76 as a macro called M1076.m1s that in turn uses G32. So it seems we just need to implement...
Hi Tom, In that C program, that you mention, is there a lefthand and righthand threading option? And to achieve that do we just change the Zend to a positive...
Hi everyone. Totaly new to Kflop, Kanalog and servos but I have successfuly converted a mill and lathe to cnc using Mach 3 and steppers but it would seem that...
Hi Ross, That could have been written better. I think you need to change the Zend, the rate, one "if" statement. such as: double Zstart = 0; double Zend =...
Hi Arthur, Hmm... Please verify with a voltmeter that the DAC0 output is +1V after a DAC0=200 command and -1V after a DAC0=-200 command. Were you able to...
Hi Tom, No Voltmeter reads 0.018v no matter what command. Using pot motor runs both directions. I think the problem is I may not be configuring kmotion...
Tom, In configuration I have channel 0 Axis mode input set to encoder and output set to DAC Servo. I then download channel to kmotion. Is this corrct? Arthur...
Arthur, Ah. That is probably the problem. Downloading a configuration enables the axis. To issue DAC commands from the console you should NOT have the...
Tom, Thats it running in both directions. If I send aa dac0=0 the motor still rotates slowly. Is this okay? Now to try and set up the encoder. Arthur...
Arthur, Good. With Dac0=0 there is a small offset probably in both Kanalog and the amplifier. If you find the value that makes it stop you can later enter...
Thanks Tom, I can almost wrap my head around the first part, and make some sense of it. But could you explain the "if" section please? Ross ... -- Ferguson...
Arthur, By default Axis 0 is configured for Encoder 0 input so you shouldn't need to do anything. But in general you would need to set the Axis configuration...
Arthur, On the Axis Screen does the "Position" change as you rotate the motor/encoder? It should count up when rotating one direction and down the other. ...
Thanks Tom Axis position counts up and down depending on direction. What else do I need to do before I hook up the motor to the table again? At the moment I...
Hi Arthur, You are doing great for someone who hasn't done this before. If you have some patience I'm sure you will be successful. Keep the motor on the...
Hi Tom, I uploaded a screenshot of the result to the files section to see if you think this is correct. Problem is the motor still rotates slowly cw with no...
Hi Arthur, The main problem is that it looks like you have positive feedback instead of negative feedback (the motor is driving the wrong way to correct any...
Hi Tom Ok I think that has done the trick but i notice the motor drives anticlockwise about 1/2 turn and returns. I have attached another screenshot to the...
Congratulations Arthur! You now have a closed servo loop. Since moving 1000 counts results in 1/2 rev, then the resolution must be about 2000 counts/rev. ...