forked from rfallara/THS_Plasma_Post_Processors
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Plasmac-rjf.cps
823 lines (726 loc) · 30.2 KB
/
Plasmac-rjf.cps
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
/**
Copyright (C) 2015-2016 by Autodesk, Inc.
All rights reserved.
PlasmaC post processor
Revision 0
09/01/2019
$Revision: 42319 7b9a1dc9f1343527d18a6a1d92801fb7a4787cad $
$Date: 2019-05-31 12:02:09 $
FORKID {51C1E5C7-D09E-458F-AC35-4A2CE1E0AE32}
*/
description = "Tampa Hackerspace PlasmaC";
vendor = "LinuxCNC";
vendorUrl = "http://www.linuxcnc.org";
legal = "Copyright (C) 2015-2016 by Autodesk, Inc.";
certificationLevel = 2;
minimumRevision = 39000;
longDescription = "Plasmac post processor for Tampa Hackerspace Lightning CNC Plasma Table"
extension = "ngc";
setCodePage("ascii");
capabilities = CAPABILITY_JET;
tolerance = spatial(0.002, MM);
minimumChordLength = spatial(0.00001, MM);
minimumCircularRadius = spatial(0.01, MM);
maximumCircularRadius = spatial(1000, MM);
minimumCircularSweep = toRad(0.00001);
maximumCircularSweep = toRad(360);
allowHelicalMoves = false;
allowedCircularPlanes = undefined;
// user-defined property definitions
properties = {
writeMachine: {
title: "Write machine settings",
description: "Output the machine settings in the header of the code.",
group: "General",
type: "boolean",
value: true,
scope: "post",
},
showNotes: {
title: "Show operation notes",
description: "Writes operation notes as comments in the outputted code.",
group: "General",
type: "boolean",
value: true,
scope: "post",
},
showSequenceNumbers: {
title: "Use sequence numbers",
description: "Use sequence numbers for each block of outputted code.",
group: "General",
type: "boolean",
value: true,
scope: "post",
},
sequenceNumberStart: {
title: "Start sequence number",
description: "The number at which to start the sequence numbers.",
group: "General",
type: "integer",
value: 10,
scope: "post",
},
sequenceNumberIncrement: {
title: "Sequence number increment",
description: "The amount by which the sequence number is incremented by in each block.",
group: "General",
type: "integer",
value: 5,
scope: "post",
},
separateWordsWithSpace: {
title: "Separate words with space",
description: "Adds spaces between words if 'yes' is selected.",
group: "General",
type: "boolean",
value: true,
scope: "post",
},
useAutomaticMaterialSelection: {
title: "Automatic Material",
description: "Tool Number will be used to select material settings",
group: "General",
type: "boolean",
value: false,
scope: "post",
},
toolTrack: {
title: "Blending tolerance",
description: "Blending tolerance that path blending allows (in mm)",
group: "Tolerances",
type: "number",
value: 0.254,
scope: "post",
},
camTolerance: {
title: "Naive cam tolerance",
description: "Linear tolerance for multiple nodes on the same tool path (in mm)",
group: "Tolerances",
type: "spatial",
value: spatial(0.310, MM),
scope: "post",
},
mergeCircles: {
title: "Merge Circles",
description: "Combine circles to a single operation when possible.",
group: "Circles",
type: "boolean",
value: false,
scope: "post",
},
slowSpeedPercentage: {
title: "Slow Speed Percentage",
description: "What percentage of normal speed to use for cutting small circles",
group: "Circles",
type: "integer",
range: [10, 99],
value: 60,
scope: "post",
},
smallHole: {
title: "Small Hole",
description: "Treat operation as a small hole. \n\n Recommended holes smaller than 1.26\" should be set to small hole mode.",
type: "boolean",
group: "preferences",
value: false,
scope: "operation",
}
};
groupDefinitions = {
General: {
title: "General",
description: "Common PlasmaC options",
order: 10,
collapsed: false
},
Tolerances: {
title: "Tolerances",
description: "Machine level tolerances",
order: 15,
collapsed: true
},
Circles: {
title: "Circles",
description: "Circle specifics settings",
order: 20,
collapsed: true
}
}
// wcs definiton
wcsDefinitions = {
useZeroOffset: false,
wcs: [
{ name: "Standard", format: "G", range: [54, 59] },
{ name: "Extended", format: "G59.", range: [1, 3] },
{ name: "Extra", format: "G54.1 P", range: [10, 500] }
]
};
var permittedCommentChars = " ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,=_-";
var gFormat = createFormat({ prefix: "G", decimals: 1, forceDecimal: false });
var mFormat = createFormat({ prefix: "M", decimals: 1, forceDecimal: false });
var sFormat = createFormat({ prefix: "S", decimals: 0 });
var pFormat = createFormat({ prefix: "P", decimals: 3, forceDecimal: true });
var qFormat = createFormat({ prefix: "Q", decimals: 3, forceDecimal: true });
var lFormat = createFormat({ prefix: "L", decimals: 0 });
var eFormat = createFormat({ prefix: "E", decimals: 0 });
var $Format = createFormat({ prefix: "$", decimals: 0 });
var xyzFormat = createFormat({ decimals: (unit == MM ? 5 : 6), forceDecimal: true });
var feedFormat = createFormat({ decimals: (unit == MM ? 1 : 2), forceDecimal: true });
var secFormat = createFormat({ decimals: 3, forceDecimal: true }); // seconds - range 0.001-99999.999
var rpmFormat = createFormat({ decimals: 0 });
var xOutput = createVariable({ prefix: "X" }, xyzFormat);
var yOutput = createVariable({ prefix: "Y" }, xyzFormat);
var feedOutput = createVariable({ prefix: "F" }, feedFormat);
var sOutput = createVariable({ prefix: "S", force: true }, rpmFormat);
// circular output
var iOutput = createReferenceVariable({ prefix: "I" }, xyzFormat);
var jOutput = createReferenceVariable({ prefix: "J" }, xyzFormat);
var gMotionModal = createModal({}, gFormat); // modal group 1 // G0-G3, ...
var gPlaneModal = createModal({ onchange: function () { gMotionModal.reset(); } }, gFormat); // modal group 2 // G17-19
var gAbsIncModal = createModal({}, gFormat); // modal group 3 // G90-91
var gUnitModal = createModal({}, gFormat); // modal group 6 // G20-21
var gCutCompModal = createModal({}, gFormat); //G40-42 (cutter compensation)
var gPathBlendModal = createModal({}, gFormat); //G64 (path blending)
var WARNING_WORK_OFFSET = 0;
// collected state
var sequenceNumber;
var currentWorkOffset;
var smallHoleSection = false;
var centerPunch = false;
/**
Writes the specified block.
*/
function writeBlock() {
var text = formatWords(arguments);
if (!text) {
return;
}
if (getProperty("showSequenceNumbers")) {
writeWords2("N" + sequenceNumber, arguments);
sequenceNumber += getProperty("sequenceNumberIncrement");
if (sequenceNumber > 99999) {
sequenceNumber = getProperty("sequenceNumberStart")
}
} else {
writeWords(arguments);
}
}
function formatComment(text) {
return "(" + filterText(String(text).toUpperCase(), permittedCommentChars) + ")";
}
function writeComment(text) {
writeln(formatComment(text));
}
/***********************************
* Added for Plasmac *
***********************************/
function setTolerances() {
switch (unit) {
case IN:
writeBlock(gFormat.format(64), pFormat.format((getProperty("toolTrack") / 25.4)), qFormat.format((getProperty("camTolerance") / 25.4)));
break;
case MM:
writeBlock(gFormat.format(64), pFormat.format(getProperty("toolTrack")), qFormat.format(getProperty("camTolerance")));
break;
}
}
function onPower(power) {
if (power) { //Requested power OFF
writeBlock(mFormat.format(3), $Format.format(0), sFormat.format(1)); //start the torch
if (smallHoleSection) {
writeComment("Slowing velocity for small hole");
writeBlock(mFormat.format(67), eFormat.format(3), qFormat.format(getProperty("slowSpeedPercentage"))); //slow the cutting speed
}
} else { //Requested power OFF
if (smallHoleSection) {
writeComment("Return velocity to full speed");
writeBlock(mFormat.format(67), eFormat.format(3), qFormat.format(100)); //set speed back to 100%
}
writeBlock(mFormat.format(5)); //stop the torch
}
}
function onOpen() {
if (!getProperty("separateWordsWithSpace")) {
setWordSeparator("");
}
sequenceNumber = getProperty("sequenceNumberStart");
if (programName) {
writeComment(programName);
}
if (programComment) {
writeComment(programComment);
}
writeComment("THS Fusion360 Post");
// dump machine configuration
var vendor = machineConfiguration.getVendor();
var model = machineConfiguration.getModel();
var description = machineConfiguration.getDescription();
if (getProperty("writeMachine") && (vendor || model || description)) {
writeComment(localize("Machine"));
if (vendor) {
writeComment(" " + localize("vendor") + ": " + vendor);
}
if (model) {
writeComment(" " + localize("model") + ": " + model);
}
if (description) {
writeComment(" " + localize("description") + ": " + description);
}
}
if ((getNumberOfSections() > 0) && (getSection(0).workOffset == 0)) {
for (var i = 0; i < getNumberOfSections(); ++i) {
if (getSection(i).workOffset > 0) {
error(localize("Using multiple work offsets is not possible if the initial work offset is 0."));
return;
}
}
}
switch (unit) {
case IN:
writeBlock(gUnitModal.format(20));
break;
case MM:
writeBlock(gUnitModal.format(21));
break;
}
// absolute coordinates and feed per min
writeBlock(gAbsIncModal.format(90), gCutCompModal.format(40));
writeBlock(gPlaneModal.format(17), gFormat.format(91.1));
setTolerances(); // Plasmac specific
writeBlock(mFormat.format(52), pFormat.format(1)); //enable reverse run, pause motion
writeBlock(mFormat.format(65), pFormat.format(2)); //THC Immediate
writeBlock(mFormat.format(65), pFormat.format(3)); //Torch Enable Immediate
writeBlock(mFormat.format(68), eFormat.format(3), qFormat.format(0)); //velocity control
}
function onComment(message) {
writeComment(message);
}
/** Force output of X, Y, and Z. */
function forceXYZ() {
xOutput.reset();
yOutput.reset();
//zOutput.reset(); plasmac does not use Z output - all handled by component
}
function forceFeed() {
currentFeedId = undefined;
feedOutput.reset();
}
/** Force output of X, Y, Z, A, B, C, and F on next output. */
function forceAny() {
forceXYZ();
forceFeed();
}
function onSection() {
writeln("");
var insertToolCall = isFirstSection() ||
currentSection.getForceToolChange && currentSection.getForceToolChange() ||
(tool.number != getPreviousSection().getTool().number);
var retracted = false; // specifies that the tool has been retracted to the safe plane
if (hasParameter("operation-comment")) {
var comment = getParameter("operation-comment");
if (comment) {
writeComment(comment);
}
}
if (getProperty("smallHole")) {
smallHoleSection = true;
writeComment("---------------------------------------------------------------------------------------");
writeComment("- This section is set up to cut small holes. -");
writeComment("- It will automatically slow the cut velocity based on the setting in the parameters. -");
writeComment("---------------------------------------------------------------------------------------");
} else {
smallHoleSection = false;
writeComment("---------------------");
writeComment("- Normal operation. -");
writeComment("---------------------");
}
// if (hasParameter("operation:doLeadIn") && getParameter("operation:doLeadIn") == 0) {
// smallHoleSection = true;
// if (!centerPunch) {
// writeComment("--------------------------------------------------------------------------------------------------");
// writeComment("- This section is set up to cut small holes only. -");
// writeComment("- It will automatically slow the cut speed for the hole(s) based on the setting in the parameters. -");
// writeComment("- It will also create an arc lead-in for each hole starting at the center of the hole. -");
// writeComment("- Any other type of operations in this section will not work correctly -");
// writeComment("- This setup has occurred due to disabling lead in on the leads page -");
// writeComment("- Be certain you have also set Pierce Clearance to 0 or you will not get the correct results -");
// writeComment("--------------------------------------------------------------------------------------------------");
// } else {
// writeComment("--------------------------------------------------------------------------------------------------");
// writeComment("- This section is set up to center punch the selected holes. -");
// writeComment("- Any other type of operations in this section will not work correctly -");
// writeComment("--------------------------------------------------------------------------------------------------");
// writeBlock(feedOutput.format(999999));
// }
// } else {
// if (smallHoleSection) {
// writeComment("--------------------------------------------------");
// writeComment("- This section has reverted to normal operation. -");
// writeComment("--------------------------------------------------");
// } else {
// writeComment("---------------------");
// writeComment("- Normal operation. -");
// writeComment("---------------------");
// }
// smallHoleSection = false;
// }
if (getProperty("showNotes") && hasParameter("notes")) {
var notes = getParameter("notes");
if (notes) {
var lines = String(notes).split("\n");
var r1 = new RegExp("^[\\s]+", "g");
var r2 = new RegExp("[\\s]+$", "g");
for (line in lines) {
var comment = lines[line].replace(r1, "").replace(r2, "");
if (comment) {
writeComment(comment);
}
}
}
}
if (insertToolCall) {
retracted = true;
switch (tool.type) {
case TOOL_PLASMA_CUTTER:
writeComment("Plasma cutting");
break;
default:
error(localize("The CNC does not support the required tool."));
return;
}
switch (currentSection.jetMode) {
case JET_MODE_THROUGH:
writeComment("THROUGH CUTTING");
break;
default:
error(localize("Unsupported cutting mode."));
return;
}
if (tool.comment) {
writeComment(tool.comment);
}
writeln("");
}
if (currentSection.workOffset != currentWorkOffset) {
writeBlock(currentSection.wcs);
currentWorkOffset = currentSection.workOffset;
}
forceXYZ();
forceAny();
gMotionModal.reset();
var initialPosition = getFramePosition(currentSection.getInitialPosition());
if (insertToolCall || retracted) {
gMotionModal.reset();
/********************************************
* Set up the new tool (Plasmac specific) *
* Uses the plasmac material table *
* Tool number in Fusion360 will correspond *
* to a material number in plasmac material *
* table. *
********************************************/
if (getProperty("useAutomaticMaterialSelection")) {
writeBlock(mFormat.format(190), pFormat.format(tool.number));
writeBlock(mFormat.format(66), pFormat.format(3), lFormat.format(3), qFormat.format(1));
}
writeBlock("F#<_hal[plasmac.cut-feed-rate]>");
/*******************************************/
writeBlock(gAbsIncModal.format(90))
writeBlock(
gMotionModal.format(0),
xOutput.format(initialPosition.x),
yOutput.format(initialPosition.y)
);
gMotionModal.reset();
} else {
writeBlock(gAbsIncModal.format(90))
writeBlock(
gMotionModal.format(0),
xOutput.format(initialPosition.x),
yOutput.format(initialPosition.y)
);
}
}
function onDwell(seconds) {
if (seconds > 99999.999) {
warning(localize("Dwelling time is out of range."));
}
seconds = clamp(0.001, seconds, 99999.999);
writeBlock(gFeedModeModal.format(94), gFormat.format(4), "P" + secFormat.format(seconds));
}
function onCycle() {
onError("Drilling is not supported by CNC Plasma.");
}
var pendingRadiusCompensation = -1;
function onRadiusCompensation() {
//writeComment("Radius Change Event --> " + radiusCompensation);
// radiusCompensation:
// 0 = Center/OFF
// 1 = Compensation_Left
// 2 = Compensation_Right
switch (radiusCompensation) {
case 0:
writeComment("Radius Compensation requested OFF");
break;
case 1:
writeComment("Radius Compensation requested LEFT");
break;
case 2:
writeComment("Radius Compensation requested RIGHT");
break;
default:
writeComment("Unkown Radius Compensation request -->" + radiusCompensation);
}
if (radiusCompensation == 0) {
writeBlock(gFormat.format(40));
} else {
pendingRadiusCompensation = radiusCompensation;
}
// if (pendingRadiusCompensation >= 0) {
// pendingRadiusCompensation = -1;
// switch (radiusCompensation) {
// case RADIUS_COMPENSATION_LEFT:
// writeBlock(gFormat.format(41.1), "D#<_hal[plasmac_run.kerf-width-f]>");
// break;
// case RADIUS_COMPENSATION_RIGHT:
// writeBlock(gFormat.format(42.1), "D#<_hal[plasmac_run.kerf-width-f]>");
// break;
// default:
// writeBlock(gFormat.format(40));
// }
// }
// pendingRadiusCompensation = radiusCompensation;
}
function onParameter(name, value) {
if (name == "action") {
var sText1 = String(value).toUpperCase();
var sText2 = new Array();
sText2 = sText1.split(":")
if (sText2[0] == "CENTERPUNCH") {
if (sText2[1] == "ON") {
centerPunch = true;
} else {
centerPunch = false;
writeBlock("F#<_hal[plasmac.cut-feed-rate]>");
}
}
}
}
function onRapid(_x, _y, _z) {
var x = xOutput.format(_x);
var y = yOutput.format(_y);
if (x || y) {
if (pendingRadiusCompensation >= 0) {
error(localize("Radius compensation mode cannot be changed at rapid traversal."));
return;
}
writeBlock(gMotionModal.format(0), x, y);
forceFeed();
}
}
function onLinear(_x, _y, _z, feed) {
var x = xOutput.format(_x);
var y = yOutput.format(_y);
if (x || y) {
if (pendingRadiusCompensation >= 0) {
pendingRadiusCompensation = -1;
switch (radiusCompensation) {
case 1: //Compensate_Left
writeBlock(gFormat.format(41.1), "D#<_hal[plasmac_run.kerf-width-f]>");
writeBlock(gMotionModal.format(1), x, y);
break;
case 2: //Compensate_Right
writeBlock(gFormat.format(42.1), "D#<_hal[plasmac_run.kerf-width-f]>");
writeBlock(gMotionModal.format(1), x, y);
break;
default:
writeBlock(gFormat.format(40));
writeBlock(gMotionModal.format(1), x, y);
}
} else {
writeBlock(gMotionModal.format(1), x, y);
}
}
}
function onRapid5D(_x, _y, _z, _a, _b, _c) {
error(localize("The CNC does not support 5-axis simultaneous toolpath."));
}
function onLinear5D(_x, _y, _z, _a, _b, _c, feed) {
error(localize("The CNC does not support 5-axis simultaneous toolpath."));
}
/************************* New onCircular function *****************************/
var circleBuffer;
var circleIsBuffered = false;
var circleStart;
function onCircular(clockwise, cx, cy, cz, x, y, z, feed) {
var nextCircle = getNextRecord().getType() == 11; // RECORD_CIRCULAR is 10, but should be 11
if (circleIsBuffered) {
if (Vector.diff(circleBuffer.center, new Vector(cx, cy, cz)).length < toPreciseUnit(0.2, MM)) {
circleBuffer.sweep += getCircularSweep();
circleBuffer.end = new Vector(x, y, z);
if (circleBuffer.sweep >= (Math.PI * 2 - toRad(0.01)) || !nextCircle) {
writeCircle(circleBuffer, feed);
}
return;
}
} else if (nextCircle && getProperty("MergeCircles")) {
circleBuffer = {
center: new Vector(cx, cy, cz),
start: getCurrentPosition(),
end: new Vector(x, y, z),
clockwise: clockwise,
radius: getCircularRadius(),
sweep: getCircularSweep()
};
circleStart = getCurrentPosition();
circleIsBuffered = true;
return;
}
if (circleIsBuffered) {
writeCircle(circleBuffer, feed);
}
circleBuffer = {
center: new Vector(cx, cy, cz),
start: getCurrentPosition(),
end: new Vector(x, y, z),
clockwise: clockwise,
radius: getCircularRadius(),
sweep: getCircularSweep()
};
circleStart = getCurrentPosition();
circleIsBuffered = true;
writeCircle(circleBuffer, feed);
return;
}
//function onCircular(clockwise, cx, cy, cz, x, y, z, feed) {
function writeCircle(circleData, feed) {
circleIsBuffered = false;
setCurrentPosition(circleStart);
if (pendingRadiusCompensation >= 0) {
error(localize("Radius compensation cannot be activated/deactivated for a circular move."));
return;
}
var start = getCurrentPosition();
var slowedCutting = false;
if (circleBuffer.sweep >= (Math.PI * 2 - toRad(0.01))) {
switch (getCircularPlane()) {
case PLANE_XY:
//RJF - dont use advanced small hole cutting routine
//RJF - we are only using reduced velocity for small holes.
// if (smallHoleSection) {
// var radiusOfCircle = circleData.radius;
// var toolRadius = (getParameter("operation:tool_kerfWidth")) / 2;
// //var endXArc = circleData.center.cx + (((circleData.end.x-circleData.center.cx)*(radiusOfCircle-toolRadius))/radiusOfCircle);
// //var endYArc = circleData.center.cy + (((circleData.end.y-circleData.center.cy)*(radiusOfCircle-toolRadius))/radiusOfCircle);
// var arcCenterX = ((circleData.end.x - circleData.center.x) / 2) + circleData.center.x;
// var arcCenterY = ((circleData.end.y - circleData.center.y) / 2) + circleData.center.y;
// var arcI = arcCenterX - circleData.center.x;
// var arcJ = arcCenterY - circleData.center.y;
// writeBlock(gMotionModal.format(0), xOutput.format(circleData.center.x), yOutput.format(circleData.center.y)); //move to start of entry arc - center of the hole
// if (centerPunch) {
// writeComment("CENTER PUNCH THE HOLE ONLY");
// //writeBlock(feedOutput.format(99999));
// writeBlock(mFormat.format(3), $Format.format(2), sFormat.format(1)); //start the torch
// writeBlock(gFormat.format(91));
// writeBlock(gFormat.format(1), xOutput.format(0.00001));
// writeBlock(gFormat.format(90));
// //writeBlock("F#<_hal[plasmac.cut-feed-rate]>");
// //writeBlock(gFormat.format(0));
// } else {
// writeComment("SMALL HOLE WITH ARC LEAD-IN FROM CENTER POINT AND 4MM OVERCUT WITH TORCH OFF");
// writeBlock(mFormat.format(3), $Format.format(0), sFormat.format(1)); //start the torch
// writeBlock(mFormat.format(67), eFormat.format(3), qFormat.format(getProperty("slowSpeedPercentage"))); //slow the cutting speed
// writeBlock(gMotionModal.format(circleData.clockwise ? 2 : 3), xOutput.format(circleData.end.x), yOutput.format(circleData.end.y), iOutput.format(arcI, 0), jOutput.format(arcJ, 0)); //create lead in arc
// writeBlock(gMotionModal.format(circleData.clockwise ? 2 : 3), xOutput.format(circleData.end.x), yOutput.format(circleData.end.y), iOutput.format(circleData.center.x - circleData.start.x, 0), jOutput.format(circleData.center.y - circleData.start.y, 0)); //cut the circle
// // Turn off the torch and extend the cut 4mm
// switch (unit) {
// case IN:
// cosA = Math.cos(0.157 / radiusOfCircle);
// sinA = Math.sin(0.157 / radiusOfCircle);
// break;
// case MM:
// cosA = Math.cos(4 / radiusOfCircle);
// sinA = Math.sin(4 / radiusOfCircle);
// break;
// }
// cosB = ((circleData.end.x - circleData.center.x) / radiusOfCircle);
// sinB = ((circleData.end.y - circleData.center.y) / radiusOfCircle);
// writeBlock(mFormat.format(62), pFormat.format(3)); //turn off torch with next motion
// if (circleData.clockwise) {
// newEndX = circleData.center.x + radiusOfCircle * ((cosB * cosA) + (sinB * sinA));
// newEndY = circleData.center.y + radiusOfCircle * ((sinB * cosA) - (cosB * sinA));
// } else {
// newEndX = circleData.center.x + radiusOfCircle * ((cosB * cosA) - (sinB * sinA));
// newEndY = circleData.center.y + radiusOfCircle * ((sinB * cosA) + (cosB * sinA));
// }
// writeBlock(gMotionModal.format(circleData.clockwise ? 2 : 3), xOutput.format(newEndX), yOutput.format(newEndY), iOutput.format(circleData.center.x - circleData.start.x, 0), jOutput.format(circleData.center.y - circleData.start.y, 0));
// writeBlock(mFormat.format(63), pFormat.format(3));// allow torch to be turned on again (syncronized with motion)
// // End of cut extension code
// slowedCutting = false;
// writeBlock(mFormat.format(67), eFormat.format(3), qFormat.format(100)); //set speed back to 100%
// }
// } else {
// writeBlock(gMotionModal.format(circleData.clockwise ? 2 : 3), xOutput.format(circleData.end.x), yOutput.format(circleData.end.y), iOutput.format(circleData.center.x - circleData.start.x, 0), jOutput.format(circleData.center.y - circleData.start.y, 0));
// }
writeBlock(gMotionModal.format(circleData.clockwise ? 2 : 3), xOutput.format(circleData.end.x), yOutput.format(circleData.end.y), iOutput.format(circleData.center.x - circleData.start.x, 0), jOutput.format(circleData.center.y - circleData.start.y, 0));
break;
default:
linearize(tolerance);
}
} else {
switch (getCircularPlane()) {
case PLANE_XY:
writeBlock(gMotionModal.format(circleData.clockwise ? 2 : 3), xOutput.format(circleData.end.x), yOutput.format(circleData.end.y), iOutput.format(circleData.center.x - circleData.start.x, 0), jOutput.format(circleData.center.y - circleData.start.y, 0));
break;
default:
linearize(tolerance);
}
}
}
var mapCommand = {
COMMAND_STOP: 0,
COMMAND_OPTIONAL_STOP: 1,
COMMAND_END: 2,
COMMAND_SPINDLE_CLOCKWISE: 3,
COMMAND_SPINDLE_COUNTERCLOCKWISE: 4,
COMMAND_STOP_SPINDLE: 5
};
function onCommand(command) {
switch (command) {
case COMMAND_STOP:
writeBlock(mFormat.format(0));
forceSpindleSpeed = true;
return;
case COMMAND_START_SPINDLE:
onCommand(COMMAND_SPINDLE_CLOCKWISE)
return;
case COMMAND_POWER_ON:
return;
case COMMAND_POWER_OFF:
return;
case COMMAND_BREAK_CONTROL:
return;
}
var stringId = getCommandStringId(command);
var mcode = mapCommand[stringId];
if (mcode != undefined) {
writeBlock(mFormat.format(mcode));
} else {
onUnsupportedCommand(command);
}
}
function onSectionEnd() {
forceAny();
}
function onClose() {
writeln("");
onImpliedCommand(COMMAND_END);
onImpliedCommand(COMMAND_STOP_SPINDLE);
writeBlock(gFormat.format(0), xOutput.format(0), yOutput.format(0));
writeBlock(gFormat.format(90));
writeBlock(gFormat.format(40));
writeBlock(mFormat.format(65), pFormat.format(2));
writeBlock(mFormat.format(65), pFormat.format(3));
writeBlock(mFormat.format(68), eFormat.format(3), qFormat.format(0));
writeBlock(mFormat.format(5));
writeBlock(mFormat.format(30)); // stop program
}