Hello Guest it is April 26, 2024, 07:57:37 AM

Author Topic: Parametric Programming  (Read 13008 times)

0 Members and 1 Guest are viewing this topic.

Offline Tarak

*
  •  229 229
    • View Profile
Re: Parametric Programming
« Reply #10 on: January 16, 2007, 09:48:03 PM »
Thanks Fernando, I think I've got the idea now.
Just one thing, when I select "Edit Button Script", then select the button, I entered the code saved it as 03mm.ms1.
How do I tell the button to keep using that script, everytime I open the script for that button it is blank???
Not sure what I'm doing wrong.
Thanks again.

Offline Chaoticone

*
  • *
  •  5,624 5,624
  • Precision Chaos
    • View Profile
Re: Parametric Programming
« Reply #11 on: January 16, 2007, 09:54:00 PM »
Can you do the script in Screen Designer 4 and save your screen set?

Brett
;D If you could see the things I have in my head, you would be laughing too. ;D

My guard dog is not what you need to worry about!
Re: Parametric Programming
« Reply #12 on: January 16, 2007, 10:28:42 PM »
Darc,
just save the code, dont save it as something else, that should work

Regards
Fernando

Offline Tarak

*
  •  229 229
    • View Profile
Re: Parametric Programming
« Reply #13 on: January 17, 2007, 04:29:39 AM »
Thanks Fernando you are the MAN, it works a treat......
Re: Parametric Programming
« Reply #14 on: January 17, 2007, 12:28:54 PM »
Not a problem, thats what we are here for.

Just glad I can give smething back to our comunity

Fernando

Offline Tarak

*
  •  229 229
    • View Profile
Re: Parametric Programming
« Reply #15 on: January 21, 2007, 02:44:42 AM »
Just out of curiosity, is it possible to have the toolpath preview window display the program that is run after you depress the button.
Also is it possible to have a single sblock button, I tried one and it didn't work (single step).
Thanks.
« Last Edit: January 21, 2007, 04:23:53 AM by Darc »
Re: Parametric Programming
« Reply #16 on: January 21, 2007, 03:23:43 PM »
in order to be able to have a toopath window, and be able to single step, you will need to add a button to post the code directyl on the mach3 window, look at other wizards that have the post code button to learn how to do that. I dont know for sure how to do that, but looking at ready made wizards will help you for sure.
Regards
Fernando
Re: Parametric Programming
« Reply #17 on: September 28, 2010, 04:32:10 AM »
Hi guys,

I am new to this particular forum, being the developer of the CNC Quilting Machine.  I am looking for some code that will assist me in determining the number of repetitions that I can sew into a given area.  Given, only two axis are used, x=length and y=width.  where y will be constant at approx. 6-8 inches, x can be as short as 10 inches or as long as 70 inches.  What I would like to do is be able to input the size of the pattern, i.e., 8"x7" and return the number of repititions that will fit in the x length.  Simple division, but I am not a whiz with math.  Help!!!!

Larry