Changes for page Управление шпинделем
Last modified by writer on 2023/09/08 18:38
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,4 +1,4 @@ 1 -===== number SpindleGetCurRPM() ===== 1 +===== **number SpindleGetCurRPM()** ===== 2 2 3 3 Getting the current spindle speed. 4 4 ... ... @@ -6,7 +6,7 @@ 6 6 7 7 * current spindle speed, rpm. 8 8 9 -===== number GetGCodeSpindleRPM() ===== 9 +===== **number GetGCodeSpindleRPM()** ===== 10 10 11 11 Getting the current spindle speed specified in the G-code. 12 12 ... ... @@ -14,7 +14,7 @@ 14 14 15 15 * current spindle speed specified in the G-code, rpm. 16 16 17 -===== number SpindleGetOverridePercent() ===== 17 +===== **number SpindleGetOverridePercent()** ===== 18 18 19 19 Obtaining a percentage of overriding the current spindle speed. 20 20 ... ... @@ -22,15 +22,15 @@ 22 22 23 23 * the percentage that the actual spindle speed is from the specified. 24 24 25 -===== void SpindleStartCW() ===== 25 +===== **void SpindleStartCW()** ===== 26 26 27 27 Turn on the spindle clockwise. 28 28 29 -===== void SpindleStartCCW() ===== 29 +===== **void SpindleStartCCW()** ===== 30 30 31 31 Turn on spindle rotation counterclockwise. 32 32 33 -===== void SpindleStartCWRPM(number rpm) ===== 33 +===== **void SpindleStartCWRPM(number rpm)** ===== 34 34 35 35 Turns on the spindle clockwise at the indicated rotation speed. 36 36 ... ... @@ -38,7 +38,7 @@ 38 38 39 39 * number rpm – desired spindle rotation speed. 40 40 41 -===== void SpindleStartCCWRPM(number rpm) ===== 41 +===== **void SpindleStartCCWRPM(number rpm)** ===== 42 42 43 43 Turns on the spindle counterclockwise at the indicated rotation speed. 44 44 ... ... @@ -46,11 +46,11 @@ 46 46 47 47 * number rpm – desired spindle rotation speed. 48 48 49 -===== void SpindleStop() ===== 49 +===== **void SpindleStop()** ===== 50 50 51 51 Stop spindle rotation. 52 52 53 -===== bool GetSpindleAutoStop() ===== 53 +===== **bool GetSpindleAutoStop()** ===== 54 54 55 55 Allows you to check if the option to automatically turn off the spindle when stopping the G-code execution is active. 56 56