User Tools

Site Tools


module:programming:realtimeplot2dgcode:realtimeplot2dgcode

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
module:programming:realtimeplot2dgcode:realtimeplot2dgcode [2022/10/30 11:53] – [221030] omdevelopmodule:programming:realtimeplot2dgcode:realtimeplot2dgcode [2022/11/11 15:58] (current) – [221111] omdevelop
Line 13: Line 13:
   * Weitere Vorgaben: FeedrateLow : FL = 40mm/s und FeedrateHigh : FH = 100mm/s   * Weitere Vorgaben: FeedrateLow : FL = 40mm/s und FeedrateHigh : FH = 100mm/s
 ===== ToDo ===== ===== ToDo =====
 +
 ===== Done ===== ===== Done =====
 +==== 221111 ====
 +  * gelöst: G2 und G3 zeigen im Simulator keine Kreisbögen mehr
 +  * Trick: FEED_LOW bei G2 / G3 klein genug wählen!!!
 +<code>
 +FEED_HIGH  = float(50.0) # [mm/s] - FeedHigh (G0)
 +FEED_LOW   = float(10.0) # [mm/s] - FeedLow  (G1,G2,G3...)
 +</code>
 +
 +==== 221111 ====
 +  * jetzt Versuch, in 'RealTimePlot2DCode' (mit funktionierendem GCode-Interpreter) die GCode-Verarbeitung in Klasse zu kapseln
 +  * GCodeExecutor: import GCodeExecutor as GEX
 +  * Aufruf: GCodeExecutor.Start(file.gcode)
 +  * Korrektur: 'for PI in range(0, 2 + NP):'
 +  * Download : {{:module:programming:realtimeplot2dgcode:2211111455_realtimeplot2dgcode_01v03_class.zip | 2211111455_RealTimePlot2DGCode_01V03_class.zip}}
 +  * Vorlage für '[[module:programming:realtimeplot2d3dgcode:realtimeplot2d3dgcode|RealTimePlot2D3DGCode]]'
 +
 +
 +==== 221106 ====
 +  * Versuch der Vereinheitlichung von Plot2D, Plot3D ohne GCode zu Plot2D3D
 ==== 221030 ==== ==== 221030 ====
   * Beschriftung: Title, Plotachsen Unit [mm]   * Beschriftung: Title, Plotachsen Unit [mm]
 {{:module:programming:realtimeplot2dgcode:2210301150_realtimeplot2dgcode_01v02.png?400 | 2210301150_RealTimePlot2DGCode_01V02.png}} {{:module:programming:realtimeplot2dgcode:2210301150_realtimeplot2dgcode_01v02.png?400 | 2210301150_RealTimePlot2DGCode_01V02.png}}
-\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ +\\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\ \\
 Download : {{:module:programming:realtimeplot2dgcode:2210301143_realtimeplot2dgcode_01v02.zip | 2210301143_RealTimePlot2DGCode_01V02.zip}} Download : {{:module:programming:realtimeplot2dgcode:2210301143_realtimeplot2dgcode_01v02.zip | 2210301143_RealTimePlot2DGCode_01V02.zip}}
 +\\ \\ 
  
 ==== 221029 ==== ==== 221029 ====
module/programming/realtimeplot2dgcode/realtimeplot2dgcode.1667127186.txt.gz · Last modified: 2022/10/30 11:53 by omdevelop