• Home
  • Products
      • Back
      • ET6/ET8
          • Back
          • myCNC-ET6
          • myCNC-ET6 Reflash Firmware
          • myCNC-ET6 Hardware Troubleshooting
      • myCNC Software
          • Back
          • Main Features
          • myCNC Software Installation
          • Main Advantages
          • Change Log
      • Compare myCNC controllers
      • Ethernet CNC control electronic kits
      • ET10/ET12
          • Back
          • myCNC-ET10
          • myCNC-ET10 reflash firmware
      • CNC Vision
      • Sensors
          • Back
          • Probe Sensors
          • Ohmic Sensors
      • Modbus Devices
      • Wireless Pendants
      • CAM Software
          • Back
          • ProNest
          • SheetCam
      • EtherCAT (COMING SOON)
      • Obsolete products
          • Back
          • ET1
          • ET3
          • ET4
          • ET5
          • THC addon board
          • ET3+7PC kit
  • Application
      • Back
      • Plasma/Gas Cutting
          • Back
          • myCNC Plasma Profiles
          • Plasma Cutting Examples
          • myCNC Oxy-fuel Profile
      • Tangential Knife
          • Back
          • myCNC Profile
      • Mill
          • Back
          • Mill Examples
          • myCNC Mill Profiles
      • Routers
      • CNC Vision
          • Back
          • CNC Vision Setup
          • CNC Vision Demo
      • Turning (Lathe)
      • Turn and Mill
      • Laser Cutting CNC
      • Robots
      • Special purpose machines
      • Gear cutter synchronization
      • Pipe Cutting
  • Pricing
  • Download
  • Shop
  • About
      • Back
      • Our History
      • Our Vision
      • Global Reach
  • Blog
  • Support
      • Back
      • Technical Support
      • Online Docs
      • FAQ
      • Terms and Conditions
      • Contact Us
  • Media Files
      • Back
      • Videos
          • Back
          • Tutorial Videos
          • Client Videos
      • Photos
          • Back
          • Machine Photos
          • Manufactured Parts Photos
  • Search
  1. Home
  2. Blog

DeskProto postprocessor for myCNC

  • myCNC
  • CNC software
  • CAM software

A postprocessor for myCNC controllers was added to DeskProto CAM software. It is available for download from 2019 Jan21 with new DeskProto V7.0 bugfix release.

New screen for 3 axes mill

  • CNC control
  • CNC software

We are working on a new style screen for Mill machines

The screenshots below are preview for 3 axes mill

 

 

 

Charge Pump in myCNC

  • CNC control
  • CNC software
  • Charge Pump
  • PLC

Change Pump Implementation

 


Charge pump output can be easily implemented in myCNC control software through the Software PLC.

To do it

Goto the "Software PLC"

 

 

  - Press "Add" to add new PLC procedure
 

 

Enter the procedure filename (CHARGE_PUMP), press "OK" button

 

 

Enter source code for change pump

main()
{
  n=0;
  port=0;

  do{
   n++;
   if (n&1) { portset(port); } else {portclr(port);};
  }while(1);

  exit(99);
};

 

 

Press buttons "Save" and "Build" 

 

Output pin defined "port" variable will start pulse generation.

....
  port=0;
....



 

 

The result oscillogram is shown below

A few new shapes were added to the Library

  • CNC control
  • CNC software
  • HMI
  • CAM software

A few new shapes were added to the Library. We have now  75 flat shapes and a few shapes for tube cutting.

 

New screen for gas cutting under developing

  • CNC control
  • CNC controller
  • Gas cutting
  • Oxyfuel
  • GUI
  • HMI

New screen design for Oxyfuel gas cutting is under developing.

Beside new look, we add new user-friendly settings widget for gas cutting

 

 

 

Page 19 of 20

  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
Puruvesi Automation
78 George St #204, Ottawa, ON K1N 5W1, Canada

+1 613 413 2223
sale@pv-automation.com
About
  • About Us
  • Global Reach
  • Our Projects
  • Blog
Technical Support
  • Contact Us
  • Documentation
  • FAQ
© 2013 - 2025 Puruvesi Automation. All rights reserved.