Hybrid View
-
14-09-2020 #1
Thanks
I'm just in the Rhinocam post processor editor now. Hmm... just looking at the various editable sections, see below. I've copied and pasted a couple of complete. Either of these look the likely place to prioritise the lift before the rotate?
start/end
tool change
setup
spindle
feedrate
motion
circle
helical
mulit axis motion
cutter comp
cut motion start end
cycles
misc
variables
start/end
[START_CHAR]
[SEQ_PRECHAR][SEQNUM][DELIMITER]G00 G49 G40.1 G17 G80 G50 [OUTPUT_MODE_CODE]
[SEQ_PRECHAR][SEQNUM][DELIMITER][OUTPUT_UNITS_CODE]
End code:
[SEQ_PRECHAR][SEQNUM][DELIMITER]M5[DELIMITER]M9
[SEQ_PRECHAR][SEQNUM][DELIMITER]G00[DELIMITER]X0.0000[DELIMITER]Y0.0000
[SEQ_PRECHAR][SEQNUM][DELIMITER]M30
[STOP_CHAR]
Setup
Setup0 (coordinate system change)macro:
[LINEAR][DELIMITER][NEXT_X][DELIMITER][NEXT_Y][DELIMITER][NEXT_Z][DELIMITER][ROTATION_AXIS][ROTATION_DIR][ANGLE][DELIMITER][FEEDRATE_CODE][ROTATION_FEEDVALUE]
Setup1 (rotate table) macro:
[DELIMITER][DELIMITER][DELIMITER][DELIMITER][ROTATION_AXIS][ROTATION_DIR][ANGLE][DELIMITER][FEEDRATE_CODE][ROTATION_FEEDVALUE]
-
14-09-2020 #2
Try this for the start/end code. But just know that the first move will send the Z-axis to Z0 (or whatever value you enter for Z) for every program.
You could use the same line further down in one of the setup sections.
[SEQ_PRECHAR][SEQNUM][DELIMITER]G00[DELIMITER] G53[DELIMITER] Z0
start/end
[START_CHAR]
[SEQ_PRECHAR][SEQNUM][DELIMITER]G00 G49 G40.1 G17 G80 G50 [OUTPUT_MODE_CODE]
[SEQ_PRECHAR][SEQNUM][DELIMITER][OUTPUT_UNITS_CODE]
[SEQ_PRECHAR][SEQNUM][DELIMITER]G00[DELIMITER] G53[DELIMITER] Z0-use common sense, if you lack it, there is no software to help that.
Email: [email protected]
Web site: www.jazzcnc.co.uk
-
The Following User Says Thank You to JAZZCNC For This Useful Post:
-
14-09-2020 #3
Thanks, I'll try this out tomorrow.
I'll need to change the Z0 value as I use the centre of rotation as Z0 and that will drive the mill into the centre of the stock at cycle finish. I can add a value in the code to suit i'm guessing... G53[DELIMITER] Z50 or something?
-
14-09-2020 #4-use common sense, if you lack it, there is no software to help that.
Email: [email protected]
Web site: www.jazzcnc.co.uk
-
The Following User Says Thank You to JAZZCNC For This Useful Post:
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
7th axis rotary table
By vre in forum Machine DiscussionReplies: 0Last Post: 13-02-2020, 01:23 PM -
5 axis breakout board and UC400eth query
By Palletlad in forum General ElectronicsReplies: 2Last Post: 23-06-2019, 02:58 PM -
leadshine mx3660 4th axis query
By the great waldo in forum General ElectronicsReplies: 6Last Post: 12-06-2018, 10:39 PM -
How much weight can 3.1NM motor lift? (as in Z axis)
By Noplace in forum Stepper & Servo MotorsReplies: 2Last Post: 20-04-2016, 09:42 AM -
4 axis rotary
By Blackrat in forum CAD & CAM SoftwareReplies: 3Last Post: 06-09-2015, 09:17 AM
Bookmarks