A web-based application for converting ISO G-Code files to SimPL (Simple Programming Language) format for CNC machines.
The ISO to SimPL Converter is designed for CNC programmers and machine operators who need to convert between different G-Code formats. It provides a user-friendly interface for transforming ISO G-Code files into the simplified SimPL programming language used by DATRON machines.
- Drag & Drop Interface: Simply drag ISO files (.iso, .g, .gcode, .txt) onto the application
- Traditional File Browser: Click to browse and select files
- Real-time Conversion: Automatic conversion from ISO G-Code to SimPL
- Side-by-side View: Compare original and converted code simultaneously
- Syntax Highlighting: Color-coded syntax for both G-Code and SimPL formats
- Supports multiple file extensions:
.iso,.g,.gcode,.txt - Handles text files containing ISO G-Code content
- Preserves original comments and structure
- Download: Export converted files with
.simplextension - Copy to Clipboard: Quick copying of converted code
- Filename Preservation: Maintains original filename with new extension
| ISO G-Code | SimPL Equivalent | Description |
|---|---|---|
| G0/G1 | MoveLin | Rapid/Linear movement with parameters |
| G2/G3 | MoveCirc | Circular interpolation (CW/CCW) |
- Modern web browser (Chrome, Firefox, Edge, Safari)
- No installation required - runs entirely in the browser
- No internet connection needed after initial load
- Open the Application: Open
IsoToSimPlConverter.htmlin your web browser - Load ISO File:
- Drag and drop your ISO G-Code file onto the designated area, or
- Click the upload area to browse and select a file
- View Results: The converted SimPL code appears in the right panel
- Export:
- Use the download button to save the converted file
- Use the copy button to copy code to clipboard
- Client-side Processing: All conversion happens in your browser
- No Data Transmission: Files never leave your computer
- No Data Storage: No user data is stored or logged
This project is licensed under the MIT License - see the project documentation for details.
For technical support or questions about SimPL programming, please refer to the DATRON documentation or contact your local DATRON representative.
Created: February 24, 2026
Version: 1.0
Compatible with DATRON SimPL format