Search found 28 matches

by pmchoudek
Mon Mar 08, 2021 10:50 am
Forum: Centroid Acorn CNC Controller
Topic: need Acorn PLC output trigger in HOM file
Replies: 4
Views: 1661

Re: need Acorn PLC output trigger in HOM file

Thank you for the suggestion! I was a little confused on how and when the binary signals were being sent. It would send the 'program running' signal after every operation it seemed like. Where I was thinking it was only sending that signal when the job file was started... I was not the one who desig...
by pmchoudek
Fri Mar 05, 2021 4:05 pm
Forum: Centroid Acorn CNC Controller
Topic: need Acorn PLC output trigger in HOM file
Replies: 4
Views: 1661

Re: need Acorn PLC output trigger in HOM file

In my .HOM file, the program running is set (the output sends binary 0011 or 3 in decimal) when the homing sequence begins. It does not send binary 0110 or 6 in decimal when the homing sequence is complete.
by pmchoudek
Fri Mar 05, 2021 4:00 pm
Forum: Centroid Acorn CNC Controller
Topic: need Acorn PLC output trigger in HOM file
Replies: 4
Views: 1661

need Acorn PLC output trigger in HOM file

Hi there, I need to be able to control my Acorn's outputs. Look at the acorn_mill_plc.src file starting at line 3211 I need my Acorn to send on it's output W72 = 6 Program Finished when the homing cycle is complete as well as any other program file (.cnc file). I tried to add "Program_Finished_...
by pmchoudek
Thu Feb 25, 2021 12:50 pm
Forum: Centroid Acorn CNC Controller
Topic: How to edit canned cycles
Replies: 2
Views: 1232

How to edit canned cycles

Hi there, I did not create the canned cycles in my Acorn, and I would like to know how to edit them. I looked in the cnc12 operator manual and see that it says "F5 - Canned Cycles" in section 10.7.5 but in my software there is no option for "F5 - Cycles" Please advise attached is...
by pmchoudek
Wed Feb 24, 2021 2:53 pm
Forum: Centroid Acorn CNC Controller
Topic: how to reference LimitAll input in M91 (Resolved)
Replies: 12
Views: 3993

Re: how to reference LimitAll input in M91

YES!! That worked Chris.

All I had to do was change the 'Home -' in the parameters to input 6 for both axes.

Now my M91 command works for both X and Y axis.

Thanks for the help!

PC
by pmchoudek
Tue Feb 23, 2021 5:33 pm
Forum: Centroid Acorn CNC Controller
Topic: how to reference LimitAll input in M91 (Resolved)
Replies: 12
Views: 3993

Re: how to reference LimitAll input in M91

Hi there, I updated to version 4.62. Attached is the report I changed the input 6 to HomeAll in the source file, compiled, and it had an error because HomeAll was defined as MEM260 later in the file. I commented out the ladder definition, compiled successfully and restarted controls and power cycle....
by pmchoudek
Tue Feb 23, 2021 2:59 pm
Forum: Centroid Acorn CNC Controller
Topic: how to reference LimitAll input in M91 (Resolved)
Replies: 12
Views: 3993

Re: how to reference LimitAll input in M91

Yes. I understand how the movement is supposed to happen. Back to my original question.. How do I make the M91 work with my .HOM file? I try to use "M91/Y L1" but the movement does not stop when my input 6 changes... Do I need to designate input 6 as the home switch or something? In the so...
by pmchoudek
Tue Feb 23, 2021 1:40 pm
Forum: Centroid Acorn CNC Controller
Topic: how to reference LimitAll input in M91 (Resolved)
Replies: 12
Views: 3993

Re: how to reference LimitAll input in M91

Hi there, thank you for the info on needing to upgrade. I will have to do that soon.. I can't home the Z accurately with the wizard generated home program. There is no limit switch for the Z-axis. It is just 0 to 360 degrees. That is why I have the home file the way it is... I think I have to use my...
by pmchoudek
Fri Feb 19, 2021 5:18 pm
Forum: Centroid Acorn CNC Controller
Topic: how to reference LimitAll input in M91 (Resolved)
Replies: 12
Views: 3993

how to reference LimitAll input in M91 (Resolved)

Hi there, I have replaced the X and Y axes' physical homing switches with npn proximity sensors. I have the input from the sensors working and my homing sequence is working... but I am wondering if using the M91 M-code would be a more accurate way of homing..? attached is the report and you can see ...
by pmchoudek
Wed Feb 17, 2021 5:18 pm
Forum: Centroid Acorn CNC Controller
Topic: How to skip to specific line in .CNC file
Replies: 1
Views: 1399

How to skip to specific line in .CNC file

Hi there, I would like to know if there is a function I can use to skip to a certain spot in the job file. The reasoning behind this is that there may be a fault in the middle of the job file, and the operator needs to reset the fault to continue. Once the fault is cleared, they need go to where the...