Search found 134 matches

by AmitKumar171
Tue Jan 12, 2021 6:49 am
Forum: C Programs
Topic: C- AXIS infinte rotation with 0-360degree range
Replies: 7
Views: 1405

Re: C- AXIS infinte rotation with 0-360degree range

Hi tom, Thanks for your reply, If the GCode commands the C axis from 0 to 1000 degrees what would you want to happen? When we give this command c axis should rotate from 0 to 1000degrees (1000/360 = 2.77full rotation), but dro should only show 0-359 then again after 359 again 0-359 like this it shou...
by AmitKumar171
Mon Jan 11, 2021 8:26 am
Forum: C Programs
Topic: C- AXIS infinte rotation with 0-360degree range
Replies: 7
Views: 1405

Re: C- AXIS infinte rotation with 0-360degree range

Hi tom, thanks for your reply, If the GCode commands the angle to a number beyond 360 degrees what do you want to happen? it should rotate c axis in terms of 360 degrees only, as in DRO lable of C axis should show 360 and 0, whatever the C axis is , dro label for c axis should show in terms of -360 ...
by AmitKumar171
Thu Jan 07, 2021 7:23 am
Forum: C Programs
Topic: C- AXIS infinte rotation with 0-360degree range
Replies: 7
Views: 1405

C- AXIS infinte rotation with 0-360degree range

Hi tom , I am using KFLOP+KONNECT+KANAOG for 5 axis machine, i am facing one problem in c axis. As C axis don't have range as its infinite rotation with 0-infinte, but i want to make it similar to 0-360 range which has -360 to +360 angle, is is possible ? If yes then how? i tried modulo360.c, but it...
by AmitKumar171
Thu Dec 10, 2020 7:26 am
Forum: New Feature Request
Topic: Ethernet stand-alone and Differential axis outputs
Replies: 6
Views: 5538

Re: Ethernet stand-alone and Differential axis outputs

Hi Amit, I do, however they're in DipTrace format, and I think you may need some of my custom libraries to view them. I would check, but I don't have DipTrace installed on this PC. I also have the required output files to get the PCBs made at seeedstudio. Hi Morey, DipTrace works for me can you ple...
by AmitKumar171
Wed Dec 09, 2020 9:09 am
Forum: New Feature Request
Topic: Ethernet stand-alone and Differential axis outputs
Replies: 6
Views: 5538

Re: Ethernet stand-alone and Differential axis outputs

I'll second the ethernet interface request :-) Regarding the differential outputs, if you're interested, I've got a batch of PCBs for outputting the JP5 step/dir outputs to differential outputs. They have two RJ connectors for input/output, with jumpers to select if signals are passed straight thro...
by AmitKumar171
Wed Dec 09, 2020 8:22 am
Forum: Bug Reports
Topic: KmotionCNC not opening previous opened program
Replies: 1
Views: 831

KmotionCNC not opening previous opened program

Hi tom, I am using 4.35e, version of kmotiocnc, i found one bug, when i open on G-code in kmotioncnc, then when i close kmotioncnc and reopen it again, it is not opening same program automatically. it was opening previously loaded program in 4.34, but it is not doing in 4.34e. waiting for your feedb...
by AmitKumar171
Thu Dec 03, 2020 7:10 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Soft Limit issue with 5-Axis Positioning
Replies: 5
Views: 1990

Re: Soft Limit issue with 5-Axis Positioning

Hi tom,

same issue for me also, i am using Kinematics5AxisTableAC.cpp., so which file need to change then rebuild the release?

Let me know of patch or how to do it ?

Waitingo for your kind reply.
by AmitKumar171
Thu Oct 29, 2020 5:31 am
Forum: C Programs
Topic: How to zero the Position DRO in axis screen of kmotion
Replies: 1
Views: 754

How to zero the Position DRO in axis screen of kmotion

Hi tom, I am using KFLOP+KANALOG+KONNECT. I want to zero the position DRO in axis screen of Kmotion, i tried doing it with EnableAxisDest(1,0) and EnableAxis(1). EnableAxisDest is setting axis destination to zero but position DRO is unchanged (it causes some motion in axis) in Axis menu of kmotion. ...
by AmitKumar171
Sat Oct 17, 2020 6:01 am
Forum: Hardware Interface Issues
Topic: PID servo tuning of leadshine ELM series AC servo motor with FEEDBACK to KFLOP AND KANALOG
Replies: 13
Views: 4059

Re: PID servo tuning of leadshine ELM series AC servo motor with FEEDBACK to KFLOP AND KANALOG

hi tom,

thanks for your reply.
as i am getting position error of 2700 counts in position error vs time graph of step response screen.
how to reduce that?

waiting for your kind reply.
by AmitKumar171
Fri Oct 16, 2020 10:09 am
Forum: Hardware Interface Issues
Topic: PID servo tuning of leadshine ELM series AC servo motor with FEEDBACK to KFLOP AND KANALOG
Replies: 13
Views: 4059

Re: PID servo tuning of leadshine ELM series AC servo motor with FEEDBACK to KFLOP AND KANALOG

Hi tom, Thanks for your reply. I have tried some tuning parameters by tweaking some P, I and D gain. I just wanted some information, about what all parameters are necessary in step response screen, to do in velocity mode servo with DAC output . so i can vary and see the essential parameters only for...