Search found 11 matches

by aaperezd
Fri Dec 25, 2020 12:51 am
Forum: Miscellaneous
Topic: 16 axis
Replies: 6
Views: 26161

Re: 16 axis

Thanks!! :D
by aaperezd
Sun Dec 13, 2020 4:18 pm
Forum: Miscellaneous
Topic: 16 axis
Replies: 6
Views: 26161

Re: 16 axis

But my question is about connect 2 cards simultaneously, if I need 9 or more Axis working together. Or 2 cards don't connect to the same pc, with one instance kmotion
by aaperezd
Sun Dec 13, 2020 3:13 am
Forum: Miscellaneous
Topic: 16 axis
Replies: 6
Views: 26161

Re: 16 axis

Hi, I am designing a very specialized machine for wood, similar to this one, to reduce production times.

https://youtu.be/fSXbQxehfgE
by aaperezd
Sat Dec 12, 2020 2:08 am
Forum: Miscellaneous
Topic: 16 axis
Replies: 6
Views: 26161

16 axis

Hi, is possible connect 2 kflop for 16 Axis interpolate?
Thanks!
by aaperezd
Mon Mar 30, 2020 12:59 am
Forum: C Programs
Topic: G Code Cycle repeat
Replies: 5
Views: 4715

Re: G Code Cycle repeat

Thanks to both,

I will use the Mach 3 plugin for now because we have the screens programmed and designed for the retrofitt, but in the future I want to create a totally own screen through Visual Studio.

but I'm already understanding the reference you gave me Tom, thank you very much.
by aaperezd
Sun Mar 29, 2020 8:01 pm
Forum: C Programs
Topic: G Code Cycle repeat
Replies: 5
Views: 4715

Re: G Code Cycle repeat

If I have a doubt, I was remembering, the times that I used the subroutine it did not stop, it was only towards the number of cycles that I determined without stopping, I need it to be able to stop, because material must be changed, that is, if I do a circle in table one and the cycle is ten I must ...
by aaperezd
Sun Mar 29, 2020 7:45 pm
Forum: C Programs
Topic: G Code Cycle repeat
Replies: 5
Views: 4715

Re: G Code Cycle repeat

Thanks friend, I had not remembered the use of subroutines in G code, I will test and I will tell you, thank you very much!
by aaperezd
Sat Mar 28, 2020 9:25 pm
Forum: C Programs
Topic: G Code Cycle repeat
Replies: 5
Views: 4715

G Code Cycle repeat

Hi Tom, is there a way to do the following: I need to execute a code g a selectable number of times, when starting the sequence I must put the number (example N = 10), press start (Execute code G) and when finished (example R = 1 (R = executions code G) it must to deduct once from the total number o...
by aaperezd
Fri Mar 27, 2020 6:39 pm
Forum: C Programs
Topic: Doubt
Replies: 3
Views: 2821

Re: Doubt

Many thanks!!!
I will read everything they sent me!
by aaperezd
Thu Mar 26, 2020 2:47 am
Forum: C Programs
Topic: Doubt
Replies: 3
Views: 2821

Doubt

Hi friends, I have a question that maybe is silly, but I could not solve it. I try to understand where "persist.Userdata" is generated, I understand that it must be from an array, but that in between it has a point (persist (.) Userdata) already seems strange to me because according to my knowledge ...