Entries by Nace Tomažin

Using LOG command with PlanetCNC TNG software

If you want to save your variable and parameter values or any other log data in a form of a file, you can use LOG command. LOG: Writes to LOG file LOGCREATE: Creates new LOG file. LOGOPEN: Adds content to previously created LOG file LOGCLOSE: Closes LOG file   Example 1: G-code program will create LOG file […]

Using o-words with PlanetCNC TNG software

With PlanetCNC TNG it is possible to control g-code program flow. For this purpose you can use o-word g-codes. o-words are formed as blocks and can be, based on their functionality, categorized into 4 groups: SUBROUTINE (subroutine block) CONDITION (if..endif,elseif,else…block) LOOP (do…while, ehile..endwhile loop block) REPEAT (repeat…endrepeat block)   During this multipart tutorial series we will […]

Certificate Import

License activation depends heavily on digital signatures. Validity of digital signatures depends on trust. On some computers trusted root certificates are missing, specially on older PC’s or when auto-updates are turned off. If you are facing problems because of this, it is essential that you install trusted root certificates. Please download this .zip file and […]

Adding user commands in PlanetCNC TNG software

User can add user commands to PlanetCNC TNG software. Examples of such are various frequently used machining programs, various measuring procedures or any other machine motion sequences that help user with workpiece or machine setup before starting machining process. User commands are accessible trough Machine/User Commands menu: In order that program appears as User Command menu item, further steps need to […]

Plasma CNC and floating Z axis with PlanetCNC

Sometimes we need to modify our CNC machine in order to achieve our machining goals as quickly and as efficiently as possible. CNC machines such as plasma, plotter cutters, lasers need mechanism that helps with measuring of material surface. Good example of such modification is Floating Z axis. The concept is pretty straight forward:  Z axis has […]

Spindle synchronisation with PlanetCNC TNG

CNC lathe thread cutting requires spindle RPM’s to be synchronised with machines linear movement, we call this spindle synchronisation. To achieve this, controller needs to read feedback signal from machines spindle to obtain information at which RPM spindle rotates. For this purpose we can use incremental (with quadrature A and B signals ) encoder or […]

Guidelines when submitting your problem to PlanetCNC support

Some users face an obstacle during their time learning and using PlanetCNC software. While we always try to give fast and effective support, sometimes we need more info about the problem user is facing in order to come up with solution as fast as possible. So when you post e-mail or ticket regarding your problem […]

Adding user toolbar buttons in PlanetCNC TNG software

New custom buttons can be created and added to the top, bottom, left and right sided toolbars. Custom buttons can execute any program feature from File, View, Program, Machine and Help menu. Buttons can also execute user commands, use expressions etc.. This makes any program feature, user command, scripted code or custom machine behavior even […]

Using “Warp” with PlanetCNC TNG software

This tutorial will explain how to correctly use Machine/Measure/Surface feature and Warp feature using PlanetCNC TNG software and PlanetCNC motion controller. Since PCB milling is a very delicate and precise procedure (distance between two pads can be only few mils), already smallest PCB surface height irregularities can create bad results. It is very important that […]

How to create “Mist Delay” script file in PlanetCNC TNG software

This tutorial will describe how to create script file for short delay after Mist(M8)is turned ON. With PlanetCNC TNG, user can create or customize g-code procedures (e.g. for M7,M8 g-codes, M6 g-code) using script files. Script files are located in Scripts folder of corresponding profile in PlanetCNC TNG installation folder.   To create and modify M8 g-code script please […]

How to create custom tabs in PlanetCNC TNG software

User can create new state tabs. State tabs are displayed on main user interface and can include any parameter used by software whether its tool offset value, number of g-code line or absolute position of machine. By default, software will display only state tabs “GCode” and “IO”. User can create up to 30 state tabs. To create new […]