Message 1 of 22
Not applicable
01-14-2021
04:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I've got what looks like a relatively simple issue.
I've have a straight forward set up 4th Axis unit on the right hand side of the table, "A rotating around X"
when i post out simultaneous 4th axis wrapped toolpaths i get a mixture of +A values and - A values
sample of program with negative A values :
N21 G54
N22 G0 A-51.519 ************
N23 G0 X30.928 Y0 Z55.45
N24 M8
N25 G0 Z41
N26 G1 Z37 F240
N27 G1 Z35.1
N28 G1 X30.94 Z34.961 F720
N29 G93 G1 X30.976 Z34.826 A-51.52 F5133.6 ********
N30 G1 X31.035 Z34.7 A-51.523 F5115.3
My Siemens 828 control only likes positive A values A0 , A90, A180, A270 etc etc
so the program will run the A positive value parts of the program.
bit stops and alarms out as soon as we come across a negative A value
I've read the link below:
and I'm assuming the issue lies within this part of the post ??
if (true) {
var aAxis = createAxis({coordinate:0, table:true, axis:[1, 0, 0],range:[-360,360],preference:1});
machineConfiguration = new MachineConfiguration(aAxis);
I've played about with the :[-360,360],preference:1}); part of the post
but nothing i do seams to work ??
anyone else had the same issue ?
Thanks
Martin
Solved! Go to Solution.
