Capturing Predator MDC Information from NC Programs

Capturing Predator MDC Information from NC Programs

Overview

Predator MDC when used in conjunction with Predator DNC to send and receive NC programs to and from CNC machines has the added benefit of capturing valuable information. This includes Job number, Part number, and Operation number. In addition, we can automate the start of the Setup status based on a unique string found in the NC program. If you already have a header in your NC program that contains this information, we can configure Predator DNC to read this, assuming it starts with unique string such as PART=XXX or JOB=XXX. If not, this can be added to most post processors making the process relatively simple.

NC Program Requirements

  1. By default, Predator searches for the following strings to initiate the start of their respective components
    1. Job Time uses (JOB=XXXXX), e.g. (JOB=88395-1)
    2. Part Time uses (PART=XXXXX), e.g. (PART=P12954-1234)
    3. Operation Time uses (OP=XXXXX), e.g. (OP=10)
    4. Setup Time uses (SETUP)
  2. In the header of your NC program, you will need to insert these strings along with their values, see example below
%
O1234 (PROGRAM NAME)
(JOB=88395-1)
(PART=P12954-1234)
(OP=10)
...
...
...
M30
%

More Information

  1. Using this method requires the operator to download their NC programs each time they run a new job, part, or operation. 
  2. This will work with all serial and most Ethernet based communication methods

    • Related Articles

    • How to Configure Predator MDC to Capture Details From NC Program

      Overview Predator MDC has the ability to capture job, part, and operation information from a NC program when it is sent to a CNC machine using Predator DNC. We can also trigger start the Setup status based on a unique string found in the NC program. ...
    • How to Configure Predator MDC Auto Create

      Overview Predator MDC has the option to create Jobs, Parts, and Operations on the fly. This is only necessary if you want new Jobs, Parts, or Operations to be added to the Predator database that are not already in it. This can be skipped if you ...
    • What are the Predator Software System Requirements?

      Overview System requirements for Predator applications are listed below. Most implementations can be done on either a desktop or server operating system. Predator PDM has additional requirements. Review Predator PDM IT Requirements for more ...
    • How to Install Predator MDC v11

      Overview In order to utilize all the features of Predator MDC, a client must be used. Predator MDC includes three licenses, Administrator, Client, and Shop Floor, all of which act as a client. Enterprise versions of each license are also available. ...
    • Predator DNC Onsite Preparation

      Overview To help prepare for your onsite Predator DNC installation, it is recommended you read the following article. The technician will implement features detailed in the scope. Features such as drip-feed must be defined in the scope to be ...