Search found 103 matches

by please no smoke
Fri Feb 25, 2011 2:12 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Fast Jog
Replies: 3
Views: 3005

Fast Jog

I installed the brain that Scott wrote. When I touch the shift key the table stops like others on the board have mentioned. Has anybody got this to work yet?

Thanks
by please no smoke
Fri Jan 28, 2011 10:54 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: CNC11 PID Tuning for AJAX?
Replies: 0
Views: 2193

CNC11 PID Tuning for AJAX?

Running mach but trying to use CNC11 to tune. Demo copy won't run PID tuning. So I installed the full version. It says hit run program to tune, but when I hit it it says that the trial has expired. Is there an actual way to do this without buying CNC11??????
by please no smoke
Fri Jan 28, 2011 6:16 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Need brain for M5 to fire dynamic spindle brake
Replies: 5
Views: 2905

Re: Need brain for M5 to fire dynamic spindle brake

this code does not seem to work..

is Activate/DeactivateSignal(12) an acceptable way to turn modbus output 12 on and off??????????????????
by please no smoke
Fri Jan 28, 2011 11:53 am
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Need brain for M5 to fire dynamic spindle brake
Replies: 5
Views: 2905

Re: Need brain for M5 to fire dynamic spindle brake

I guess I will try it with the macro...

M5 macro
doSpinStop() 'stop spindle
activateSignal(OUTPUT?) 'apply brake on output number ? (you choose)
while isMoving()
sleep 10
wend
sleep 2000 'apply brake for 2 seconds
deactiveSignal(OUTPUT?) 'release brake
by please no smoke
Tue Jan 25, 2011 3:37 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Need brain for M5 to fire dynamic spindle brake
Replies: 5
Views: 2905

Re: Need brain for M5 to fire dynamic spindle brake

If it had a VFD it would! :D All relays and vari drive here.
by please no smoke
Mon Jan 24, 2011 11:17 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Need brain for M5 to fire dynamic spindle brake
Replies: 5
Views: 2905

Need brain for M5 to fire dynamic spindle brake

Does anyone know how to write a brain that uses the mach3 m5 to trigger a timed pulse of the dynamic spindle brake?

Thanks
by please no smoke
Wed Jan 19, 2011 11:39 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: Tuning PID With CNC11
Replies: 0
Views: 2384

Tuning PID With CNC11

I am running Mach but Scott said I could tune my PID parameters in CNC11. When in the tune menu where it says"Press cycle start to run, PID.Collection_moves.txt" I hit alt+s and it puts me back into the PID parameter screen. It says, "Autotune file not found or invalid data. Run autot...
by please no smoke
Wed Jan 19, 2011 11:28 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** M92 Not Working
Replies: 19
Views: 9402

Re: M92 Not Working

It was that stupid M92 macro. On the two operations where it was looking for the limits I changed the <, and > around. Works not. Heck, I just ran my first program. Closer each month. Should be fully functional in about 20 years.
by please no smoke
Wed Jan 19, 2011 6:09 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** M92 Not Working
Replies: 19
Views: 9402

Re: M92 Not Working

I believe I am for the y axis only. The other two I reversed the motor wires. I wonder if there is a problem there? I wish Scott would check back in.
by please no smoke
Mon Jan 17, 2011 10:51 pm
Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
Topic: **RESOLVED** M92 Not Working
Replies: 19
Views: 9402

Re: M92 Not Working

DRO's are correct in all operations. Just the M92 moves in the wrong direction. I did have to swap polarity on x and z axis to get them to move in the correct direction.