Threaded View
-
18-02-2018 #17
Chaz been doing little digging and looks like the acorn is setup in such away that it watches inputs to determine where the turret is located.
This is why the Orac code is so simple. The PLC is watching the I/O to determine which turret location currently at then moving to new location.
There isn't any code in the PLC like what your probably thinking. All the PLC does is watch 3 inputs and depending on there logic state knows turret location. ie:
In1=on In2=off in3=on == Turret Position#1
In1=on In2=on In3=off == Turret Position #2
In1=off In2=on In3=on == Turret Position #3
And so on for each Turret location.
Using this Logic indexing it rotates the turret while watching the I/O untill matches tool # taken from G-code and stored in parameter #4102 and when finished returns sets this location in Memory and sets parammeter #90014.
This Logic is the only thing in the PLC which can be changed.
It should be possible to change the PLC but this is beyond me at the minute.
However think we could easily work around this and effectively do it manually using the Macro with simple moves then set the parameters to keep track where located.
Also note Centroid don't use G91 incremental moves. If want to program incremental move you use UVW moves ie: x10 Z-5 would be absolute moves.
incremental moves would be U10 W-5.
What axis would you use for turret.?Last edited by JAZZCNC; 18-02-2018 at 07:09 PM.
-
The Following User Says Thank You to JAZZCNC For This Useful Post:
Thread Information
Users Browsing this Thread
There are currently 2 users browsing this thread. (0 members and 2 guests)
Similar Threads
-
Centroid Acorn DIY CNC controller
By NB70 in forum Control Hardware & SystemsReplies: 3Last Post: 15-11-2017, 02:14 PM -
Centroid Acorn CNC Controller
By wallyblackburn in forum Gantry/Router Machines & BuildingReplies: 22Last Post: 29-10-2017, 12:28 PM -
Controller Cabinet
By cropwell in forum Workshop & EquipmentReplies: 2Last Post: 19-12-2015, 02:23 PM -
FOR SALE: Controller Box for sale
By lateAtNight in forum Items For SaleReplies: 12Last Post: 04-03-2012, 10:17 AM -
Controller Box
By M250cnc in forum Motor Drivers & ControllersReplies: 1Last Post: 21-11-2010, 01:34 AM
Bookmarks