User Tools

Site Tools


mycnc:cutcharts

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
Next revisionBoth sides next revision
mycnc:cutcharts [2017/12/21 13:54] esmycnc:cutcharts [2019/07/08 15:16] ivan
Line 1: Line 1:
 ===== Cutcharts ===== ===== Cutcharts =====
  
-myCNC software supports cutcharts. Cutting parameters like **Cutting speed**, **Process current**, **Arc voltage reference**, **Ignition Height**, **Pierce height**, **Pierce time**, **Cutting height**, **Kerf compensation** and others can be loaded from Cutcharts depends on Plasma power source, materail type, material thickness. +myCNC software supports cutcharts. Cutting parameters such as **Cutting speed**, **Process current**, **Arc voltage reference**, **Ignition Height**, **Pierce height**, **Pierce time**, **Cutting height**, **Kerf compensation** and others can be loaded from the Cutcharts depending on the plasma power source, materiel type, material thickness and gases/nozzles used
  
-Cutchart database stored in myCNC software as SQLite database file. Database can be filled manually or imported automatically from XML or CSV file format.+Cutchart database is stored in the myCNC software as an SQLite database file. The database can be filled manually or imported automatically from an XML or CSV file format.
  
-Comma Separated Values (CSV) is widely used text formatXLS/ODT files can be easily saved as **CSV** from Libre Office Calc or Microsoft Excel.+====Importing the cutchart database==== 
 +In order to import the cutchart database: 
 +  * Go to the myCNC Downloads page, scroll down to **Plasma Cutting Cutcharts** and download the necessary cutchart file (note whether you are downloading an SQLite or a CSV file) 
 +  * Move the downloaded file to the folder from which the SQLite files are loaded  
 +     * Ubuntu Mate: /opt/myCNC  
 +{{:mycnc:cutcharts-003-folder.png}} 
 +      * Tinkerboard computers: /home/USERNAME/myCNC/ (usually /home/operator/myCNC/
 +{{:mycnc:cutcharts-007-tinkerboard.png}} 
 +  Go to **Settings > Config > Technology > Cutcharts*
 +{{:mycnc:cutcharts--001-main-settings.png}} 
 +  * In the **Cutcharts Database Filename** field, enter the file name that you would like to load into myCNC (for example, MAXPRO200.sqlite). 
 +{{:mycnc:cutcharts-005-maxpro200.png}} 
 +  * Save and reload the program. The file should now be loaded into the myCNC system.
  
-For example, select **Save as** in Libre Office menu, select **Text CVS** and choose in CSV options - {{mycnc:mycnc-cutchart-export-csv-0.png}} +====CSV files====
-  * ";" as field delimeter +
-  * "" (empty) as text delimeter+
  
-{{mycnc:mycnc-cutchart-export-csv.png}}+Comma Separated Values (CSV) is a widely used text format. XLS/ODT files can be easily saved as **CSV** files directly from Libre Office Calc or Microsoft Excel.
  
 +For example, select **Save as** in Libre Office menu, select **Text CVS** and choose the following in the CSV options:
 +{{mycnc:mycnc-cutchart-export-csv-0.png}}
 +  * ";" as field delimiter
 +  * "" (empty) as text delimiter
 +
 +{{mycnc:mycnc-cutchart-export-csv.png}}
  
-Parameters List that can be stored in Cutchart is shown in table below+These delimiters allow the file to distinguish between different entries that are typed in. The file should now be ready to use.  
 +====Parameters List==== 
 +Parameters List that can be stored in Cutchart is shown in the table below:
  
 ^ Parameter Name ^ Description ^ ^ Parameter Name ^ Description ^
Line 76: Line 94:
 | MixGas1 | HPR Gas console MixGas1 Parameter | | MixGas1 | HPR Gas console MixGas1 Parameter |
 | MixGas2 | HPR Gas console MixGas2 Parameter | | MixGas2 | HPR Gas console MixGas2 Parameter |
 +^ Plasma Automatic Gas Console ^^
 +| AGC_PlasmaPreflow | Plasma: Automatic Gas Console Plasma channel Preflow gas pressure |
 +| AGC_ShieldPreflow | Plasma: Automatic Gas Console Shield channel Preflow gas pressure |
 +| AGC_PlasmaCutflow | Plasma: Automatic Gas Console Plasma channel Cutflow gas pressure |
 +| AGC_ShieldCutflow | Plasma: Automatic Gas Console Shield channel Cutflow gas pressure |
 +^ Plasma Manual Gas Console ^^
 +| MGC_PlasmaPreflow | Plasma: Manual Gas Console Plasma channel Preflow gas pressure |
 +| MGC_ShieldPreflow | Plasma: Manual Gas Console Shield channel Preflow gas pressure |
 +| MGC_PlasmaCutflow | Plasma: Manual Gas Console Plasma channel Cutflow gas pressure |
 +| MGC_ShieldCutflow | Plasma: Manual Gas Console Shield channel Cutflow gas pressure |
 +^ Additional Parameters ^^
 +| PS_MarkingDataset | --- |
 +| PS_TimeSpeedCountourEnd | --- |
 +| PS_OverrideTimeway | --- |
 +| PS_WayPlasmaOff | --- |
 +| PS_WaySpeedCountourEnd | --- |
 +| PS_PierceReductionDistance | --- |
 +| PS_PierceReduction | --- |
 +| PS_CornerCurrentReduction | --- |
  
-    QString AGC_PlasmaPreflow; 
-    QString AGC_ShieldPreflow; 
-    QString AGC_PlasmaCutflow; 
-    QString AGC_ShieldCutflow; 
- 
-    QString MGC_PlasmaPreflow; 
-    QString MGC_ShieldPreflow; 
-    QString MGC_PlasmaCutflow; 
-    QString MGC_ShieldCutflow; 
  
-    QString PS_MarkingDataset; 
-    QString PS_TimeSpeedCountourEnd; 
-    QString PS_OverrideTimeway; 
-    QString PS_WayPlasmaOff; 
-    QString PS_WaySpeedCountourEnd; 
-    QString PS_PierceReductionDistance; 
-    QString PS_PierceReduction; 
-    QString PS_CornerCurrentReduction; 
  
  
  
mycnc/cutcharts.txt · Last modified: 2021/10/06 15:19 by ivan

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki