Chapter 4 SYNTEC New Generation CNC System Acquisition Scheme

Acquisition scheme of new generation CNC system

Founded in 1995, New Generation Technology Co., Ltd. is a professional manufacturer of PC based digital controllers. Its CNC numerical control system is mainly used in lathes, milling machines, engraving machines and so on. Next, we will mainly introduce the acquisition scheme of the new generation CNC system.

Official website: New Generation Technology Co., Ltd.


1. Confirm the RemoteApi version

The versions of the new generation controllers are different, and the SDK library files developed are also different, so it is necessary to confirm the version of RemoteApi by confirming the version of the CNC software.

According to different SDKs, 4 kinds of acquisition programs, V1, V2, V3, and V4, need to be developed to cope with different versions of controllers.
insert image description here

2. Machine tool setting steps

1. How to confirm the CNC software version

Steps to query the version of CNC software:

  1. Click to enter "System Information"
  2. View product version
  3. Confirm the RemoteApi version according to the product version

insert image description here
insert image description here

2. Data acquisition related settings

  1. Set the IP of the machine tool: Maintenance -> Network Settings -> Press the up and down keys to modify: IP address acquisition method, IP, subnet mask, default gateway
    insert image description here
    insert image description here
    insert image description here

  2. Start the core server: Click "Core Server" on the network setting interface (modify IP interface) -> Whether to start the server at startup: Select On -> Click "Start Server", a pop-up box will pop up to show that the server has been started- > Click OK to complete the setup
    insert image description here

3. Introduction to system architecture

The new-generation Dipole function separates the human-machine interface from the core server, allowing the user's front-end application (such as a standard human-machine) to control the background controller through a network connection. Users can perform remote monitoring and remote diagnosis by the following system architecture. The development environment of the foreground application is no longer limited to Windows CE, and general applications of Windows XP, Windows 7,… can be developed.

Detailed development documents: new generation machine tool development kit API documentation
insert image description here

Guess you like

Origin blog.csdn.net/weixin_45658354/article/details/124554162