ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

CNC Sinumerik

by deathaxe ST3

CNC SINUMERIK 840D/ONE language support for SublimeText

Details

  • 1.11.0
    1.9.0
  • github.​com
  • github.​com
  • 8 months ago
  • 2 hours ago
  • 8 years ago

Installs

  • Total 11K
  • Win 7K
  • Mac 3K
  • Linux 2K
Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12 Feb 11 Feb 10 Feb 9 Feb 8 Feb 7 Feb 6 Feb 5 Feb 4
Windows 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 2 2 0 0 0 0 0 0 0 0 0 2 0 0 1 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

CNC Sinumerik

Release The MIT License

This package provides syntax highlighting support for SINUMERIK 840D/ONE Computerized Numerical Control to Sublime Text.

G-Code example

gcode

🚀 Features

NC cycles

  • file extensions: MPF, SPF, DEF, TEA
  • syntax highlighting
    • ISO G-Code
    • SINUMERIK highlevel commands
    • known NC cycles, functions and commands
    • known NC variables and machine data (NC-Version 04.07.02.01)
    • Highlight illegal usage of control keywords.
  • indention rules
  • code-snippets for most common control functions
  • commands to Minify, Beautify, Add/Update block numbers, Save Protected Program File (CPF)
  • Goto Definition
    • Show labels in local symbol list
    • Show PROC names in indexed symbol list
  • Context sensitive auto completions for:
    • variable attributes in definitions (access rights, unit)
    • ISO parameters (e.g.: SPOS= , FP=, …)
    • ISO commands (e.g.: TRANS, ROT, …)
    • functions (e.g.: COUPDEF(…))
  • tooltip support
    • *.mdat *.svar files from CreateMyConfig

EasyScreen / RunMyScreens

  • file extensions: COM
  • syntax highlighting
  • indention rules
  • code-snippets for
    • classes: ARRAY, BLOCK, DIALOG, MENU
    • methods: LOAD, UNLOAD, PRESS, …
    • functions: RNP, WNP, CP, DP, EP, …
  • Goto Definition for classes.

NC archives (text)

  • file extensions: ARC
  • embedds NC cycles and RunMyScreens syntax highlighting

Step7 PLC sources

  • AWL syntax highlighting
  • ASC symbol table syntax highlighting
  • SCL syntax

💾 Installation

Package Control

For all Sublime Text 3 users install via Package Control is recommended.

  1. Install Package Control if you haven't yet.
  2. Use ctrl+shift+P then Package Control: Install Package
  3. Look for CNC Sinumerik and install it.

Manual Installation

Clone the repository in your Sublime Text Packages directory, located somewhere in user's “Home” directory:

git clone git://github.com/deathaxe/sublime-s840d.git "CNC Sinumerik"

You can also download the latest source from GitHub https://github.com/deathaxe/sublime-s840d and extract the whole content into the “Packages/CNC Sinumerik” directory.

⚙ Settings

All settings are organized per view and can therefore be placed to any valid Sublime Text settings file or may be applied temporarily for single views.

Basic Setup

If s840d_arc.sublime-settings, s840d_gcode.sublime-settings or s840d_hmi.sublime-settings don't exist in the user folder they will be automatically created to ensure the following essential syntax specific settings:

"ensure_newline_at_eof_on_save": true,
  "translate_tabs_to_spaces": true,
  "use_tab_stops": false

They are all required to ensure NC will read the resulting file correctly. You can override these settings by creating your own syntax specific setting Preferences -> Settings - Syntax Specific

G-Code block start

"s840d_gcode_block_start": 0

If not explicitly called with "start": 0815 the s840d_renumber command will use this setting as first block number. With default value 0 the first block number is automatically selected to so all block numbers have same length.

G-Code block increment

"s840d_gcode_block_increment": 10

If not explicitly called with "increment": 0815 the s840d_renumber command will use this setting to increment the block numbers.

© License

The code is available at GitHub under MIT licence.