Search found 16 matches

by Ibzan
Sun Feb 11, 2024 10:19 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Feedhold Backwards/Forwards speed
Replies: 4
Views: 3978

Re: Feedhold Backwards/Forwards speed

Another question, I have two KFLOP cards, one works with the Kmotion 4.3h version (it is where I do my tests) and the one connected to the machine that works with the Kmotion 5.0.8c version, the question is that I load some cinematics in the version 4.3h and now I need to use 5.08c, do I have to lo...
by Ibzan
Sun Feb 11, 2024 10:08 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Feedhold Backwards/Forwards speed
Replies: 4
Views: 3978

Re: Feedhold Backwards/Forwards speed

HELLO, TOM, GREETINGS. I'm trying to put buttons on the KMOTIONCNC screen, I just need them to send me a value that I can use in a C program. Is there a way to do this? I am only using KFLOP. For example, I have 4 buttons with 1, 10, 100 and 1000, suppose I select the one with a value of 1000 (in m...
by Ibzan
Mon Oct 23, 2023 8:47 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: RTCP setup for 5axis A/B table/table horizontal mill
Replies: 66
Views: 49425

Re: RTCP setup for 5axis A/B table/table horizontal mill

TomKerekes wrote:
Sun Oct 22, 2023 9:21 pm
Another question is whether there is a way I can save the last positions my machine is in and then upload them to Kflop when I turn it on again.
Thank you.
by Ibzan
Mon Oct 23, 2023 8:05 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: RTCP setup for 5axis A/B table/table horizontal mill
Replies: 66
Views: 49425

Re: RTCP setup for 5axis A/B table/table horizontal mill

Thank you very much, now I understand that part. Still, the code is very helpful. The TCP Parameters (all internal variables) are always in inches. So to convert to mm multiply by 25.4 The Interpreter assumes the Tool Table values are in the same units of the Job. So for example: if the Tool Table s...
by Ibzan
Sun Oct 22, 2023 7:39 am
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: RTCP setup for 5axis A/B table/table horizontal mill
Replies: 66
Views: 49425

Re: RTCP setup for 5axis A/B table/table horizontal mill

Hello,TomKerekes. I am having a similar problem, when choosing the mm or inch option the TCPX, TCPY and TCPZ parameters change, is there a way to get the value in mm regardless of which option it is on? Hi dd, Internally the Coordinated Motion Libraries and Kinematics always work in inches. A Machin...
by Ibzan
Mon Aug 07, 2023 8:23 pm
Forum: C Programs
Topic: External Button Set-Up
Replies: 6
Views: 4286

Re: External Button Set-Up

<r><QUOTE author="TomKerekes" post_id="6655" time="1691343431" user_id="49"><s>[quote=TomKerekes post_id=6655 time=1691343431 user_id=49]</s> Hi Tom,<br/> It already loads the code to my INIT program. I hope this is the correct way<br/> If I understood correctly, would I have to add code in c to act...
by Ibzan
Sun Aug 06, 2023 4:31 am
Forum: C Programs
Topic: External Button Set-Up
Replies: 6
Views: 4286

Re: External Button Set-Up

Hello Tom. I am trying to add an E-stop (emergency) button, as indicated in this document. (https://www.dynomotion.com/forum/archive/attachments/Adding%20External%20Buttons.pdf) Do I assign it to the M code (Stop) as shown in the figure below. Is that correct? Another question, when I press the Esto...
by Ibzan
Thu Jul 06, 2023 6:53 pm
Forum: User Machines
Topic: Spray Robot
Replies: 33
Views: 24487

Re: Spray Robot

Hello Tom, greetings. Regarding that type of graphics, where they were programmed, or how they design. I mean the program where you can see the movements of the mechanism. Thank you so much. TeachMotion example was modified to read motor angles from KFLOP and simulate the linkages linkages https://y...
by Ibzan
Sun Oct 16, 2022 10:15 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Softlimits and scara kinematics
Replies: 23
Views: 9324

Re: Softlimits and scara kinematics

Great. Can't wait for the video. Please tag Dynomotion. I share these videos of the Planar Robot operation. (It is for testing purposes) I am working to implement it in a more professional way. [Youtube]https://www.youtube.com/watch?v=F0LN8sB59fc[/youtube] [youtube]https://www.youtube.com/watch?v=A...
by Ibzan
Thu Sep 29, 2022 9:52 pm
Forum: KMotionCNC, G Code Files, Offsets, Post Process
Topic: Softlimits and scara kinematics
Replies: 23
Views: 9324

Re: Softlimits and scara kinematics

:D Visual Studio has various build configurations. Basically Debug and Release. Debug is less optimized and easier to Debug. Release is more optimized but difficult to debug. Debug code is placed in the \KMotion\Debug folder. Release code is placed in the \KMotion\Release folder. Your desktop icon p...