Hello Guest it is April 28, 2024, 05:43:38 AM

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 - Bill_O

441
Mach4 General Discussion / coding help
« on: September 28, 2018, 10:05:03 AM »
Ok i am finally back to working on the Mach4.
I am having a problem with what i thought was a simple code.
I do not want to use the sliders for speed adjustments so i made a button to increase and one to decrease the FRO.
When i click the button the DRO flicks the change then immediately back to what it started at.
Here is the code.

local val = scr.GetProperty('droCutSpeed', 'Value');
val = tonumber(val) + 10;
local maxval = 300
if (tonumber(val) >= tonumber(maxval)) then
 val = maxval;
end
scr.SetProperty('droCutSpeed', 'Value', tostring(val));

I am sure it is something simple i am missing but I have no idea what.
Thanks,
Bill

442
because it was for my work and i spent work time i can not give a lot of information.
attached is the script i used for finding the dots and rotating and stretching the file.
hope it is a help

443
i made a camera that finds the registration marks and adjusts for distortion and rotation

445
General Mach Discussion / Re: z plunging while using tangential knife
« on: June 06, 2016, 08:24:10 AM »
yes the dro is showing the move
mach is doing the move i just can not understand why

446
General Mach Discussion / Re: z plunging while using tangential knife
« on: June 03, 2016, 10:37:31 AM »
updated to the newest mach 3 and the same thing.
has anyone else seen this?
any suggestions at all?

447
General Mach Discussion / z plunging while using tangential knife
« on: June 02, 2016, 03:10:54 PM »
Ok I am still using Mach3 Rev 3.042.020
i have used this for some tangential knives in the past and had no problems.
this machine also has an atc on it
just made a simple square.
knife turns correctly for the cuts like normal.
gets to a corner, lifts, rotates, plunges to depth
then as the line is being cut the z also starts plunging
gets to the next corner
lifts, rotates, etc
it is random
sometimes after first rotation, sometimes after second or third

Bill

448
General Mach Discussion / bob
« on: March 05, 2014, 04:39:30 PM »
i need a breakout board that i can use with 24vdc to turn on solinoids and relays
i use an ess and just want to use pp2 from it.

bill

449
SmoothStepper USB / Re: anyone there?
« on: July 16, 2013, 09:20:00 AM »
jeff,
i just got a reply from them.
it had just taken a while.
thanks
bill

450
SmoothStepper USB / anyone there?
« on: July 15, 2013, 04:27:21 PM »
has anyone heard from warp9 recently?