Hello Guest it is April 19, 2024, 05:46:32 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Tarak

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »
201
General Mach Discussion / Re: Limit Switch Problems - BAFFLING!
« on: February 17, 2007, 06:09:22 AM »
Hi Brian, I'm having a similar problem, I'm wondering if the Debounce will fix my problem, which field should I enter a value into DEBOUNCE INTERVAL or INDEX DEBOUNCE?

202
I can't work out why all my VB scripts have stopped working, including the standard Homing button............
It doesn't seem to matter what screen I am on, I select EDIT BUTTON SCRIPT, just so I can see what buttons have scripts.
And if I press ANY of them it doesn't do a thing............what have I done to cause this?

203
Michael, I believe that in the not too distant future CNC TekniX will be releasing a USB style connection for Mach software.
So hopefully that will help you with your printer port problems......I'm really keen to get my hands on one to try.

204
Hi Michael Haber, the 6 axis screen is free, it's still a bit buggy though, I will upload a slightly better one shortly.
poppabear, I can update a screenset for you if you like. Either upload it to hear or PM me.

205
Feature Requests / Re: Parametric Programming
« 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.

206
Feature Requests / Re: Parametric Programming
« on: January 17, 2007, 04:29:39 AM »
Thanks Fernando you are the MAN, it works a treat......

207
Feature Requests / Re: Parametric Programming
« 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.

208
Feature Requests / Re: Parametric Programming
« on: January 16, 2007, 06:56:10 PM »
Thanks fer mayrl, I just made up a quick screen, I placed multiple buttons on it, with different sizes on each of them.
Could you please give me an example of the syntax I would need to run an G code program from VB?
Thanks

209
Feature Requests / Re: Parametric Programming
« on: January 15, 2007, 07:08:28 AM »
Sorry for the slow response, I've been away on holidays.
BTW, it would be used for a cut off machine.

I was thinking of having a program much like below, is it possible to have it attached to a button?
e.g when I push the button with 20mm on it, it will run the below program?
e.g when I push the button with 16mm on it, it will run the below program but with 16.0 in the variable #1?

;Y0.0 is always the centerline of the bar of steel
#1=20.0   ;Variable Bar Ø
#2=[#1/2]
G90 G55 G21
G00 Y[#2+1.0] ;Rapid into 1.0 away from job
G01 Y[#2-[#2*2]-1.0] F300 ;Cuts in to -11.0 (½Ø + 1.0 further)
G00 Y300.0 ;Pulls away from the job
M30

If the answer is no, please feel free to explain how I would go about using VB scripts instead.
Thanks.
Darc

210
Fantastic, thanks guys.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »