Search found 254 matches

by cncman172
Thu Feb 21, 2019 8:21 pm
Forum: Centroid Acorn CNC Controller
Topic: DT02 Tool Touchoff Sensor - SUCCESS
Replies: 31
Views: 11458

Re: DT02 Tool Touchoff Sensor - SUCCESS

Glad you got it working

Russ
by cncman172
Thu Feb 21, 2019 5:52 pm
Forum: Centroid Acorn CNC Controller
Topic: DT02 Tool Touchoff Sensor - SUCCESS
Replies: 31
Views: 11458

Re: DT02 Tool Touchoff Sensor - SUCCESS

cbb1962, How did you compile the code? Did you use the Wizard or do this manually. If you do it manually it will show you the error. I can even post my two files and then you will need to go into the wizard and adjust you inputs, outputs, etc. ;-------------------------------------------------------...
by cncman172
Thu Feb 21, 2019 9:24 am
Forum: Centroid Acorn CNC Controller
Topic: Tool Change Ignore switch in M6 (Solved)
Replies: 7
Views: 2878

Re: Tool Change Ignore switch in M6

Ken,
Your script looks like you are using a Tool Touch off sensor. Is that a fixed position touch off tool and you have a moveable plate as well? Need a little more info to answer your question.

Russ
by cncman172
Thu Feb 21, 2019 9:20 am
Forum: Centroid Acorn CNC Controller
Topic: DT02 Tool Touchoff Sensor - SUCCESS
Replies: 31
Views: 11458

Re: DT02 Tool Touchoff Sensor - SUCCESS

cbb1962 You are absolutely correct, if you just run the wizard and tell it to write to the controller it will run the compiler for you. If you compile it the old fashion way it will also say fixed. You are changing the PLC source code so each time the wizard is run it compiles the source if you tell...
by cncman172
Wed Feb 20, 2019 8:41 pm
Forum: Centroid Acorn CNC Controller
Topic: DT02 Tool Touchoff Sensor - SUCCESS
Replies: 31
Views: 11458

Re: DT02 Tool Touchoff Sensor - SUCCESS

You are correct but it will be a cut and paste operation. The wizard modifies the source file depending on your selections. The Centroid team will not support all these third party pieces of equipment but they have added the capability in the pic scripts to add new things.

Russ
by cncman172
Wed Feb 20, 2019 7:58 pm
Forum: Centroid Acorn CNC Controller
Topic: DT02 Tool Touchoff Sensor - SUCCESS
Replies: 31
Views: 11458

Re: DT02 Tool Touchoff Sensor - SUCCESS

Clint,
Actually not that difficult, give it a try. Read some of the pic programmin guide.

Russ
by cncman172
Wed Feb 20, 2019 7:02 pm
Forum: Centroid Acorn CNC Controller
Topic: DT02 Tool Touchoff Sensor - SUCCESS
Replies: 31
Views: 11458

Re: DT02 Tool Touchoff Sensor - SUCCESS

SUCCESS !!!! For those of you who would like to modify the PLC script to build in a check for the DT02 touchoff tool here is how you do it. BEFORE YOU START backup these files in a safe directory. acorn_mill_plc.src plcmsg.txt First you need to create a new message to display in CNC12. You do this b...
by cncman172
Wed Feb 20, 2019 4:34 pm
Forum: Centroid Acorn CNC Controller
Topic: DT02 Tool Touchoff Sensor - SUCCESS
Replies: 31
Views: 11458

Re: DT02 Tool Touchoff Sensor

Tom, Thanks for that document that got me closer. Apparently, they have the messages divided up into the types of messages. 5000 range is Warnings, so i updated the plcmsg.txt with the line below. I recompile the code and no errors or warnings. I start up CNC12 no errors or undefined PLC messages. B...
by cncman172
Wed Feb 20, 2019 2:47 pm
Forum: Centroid Acorn CNC Controller
Topic: ACORN Rev 4 Controller Board
Replies: 36
Views: 13951

Re: ACORN Rev 4 Controller Board

Gary,
Your company makes some very nice cabinets and you have some really nice machines. They are all very smooth and quiet. You guys crank out some first class hardware. You are making it super easy for those guys with legacy machines to upgrade in a flash. Nice stuff.

Russ
by cncman172
Wed Feb 20, 2019 2:44 pm
Forum: Centroid Acorn CNC Controller
Topic: DT02 Tool Touchoff Sensor - SUCCESS
Replies: 31
Views: 11458

Re: DT02 Tool Touchoff Sensor

There seem to be some inconsistencies in the PLC programming manual. This section of the manual says the PLC message must have three sections MessageNumber MessageLogNumber Message If you actually look inside of plcmsg.txt you will find the following; Notice how many of the messages do not have the ...