NX X Adding Probe On and Off Commands in NX to On-Machine Probing Operations

2021-10-06T23:27:04Z
NX for Manufacturing

Summary


Details

---------------
How are Probe On and Off commands added in NX to On-Machine Probing operations?


Solution

 To include output to turn on or off the probe add the code below to the ude.cdl


#-----------------------------------------------------------------


EVENT probe_off
{
   POST_EVENT "probe_off"
   UI_LABEL "probe_off"
   CATEGORY MILL
   PARAM command_status
   {
      TYPE o
      DEFVAL "Active"
      OPTIONS "Active","Inactive","User Defined"
      UI_LABEL "Status"
   }
}


#-----------------------------------------------------------------


EVENT probe_on
{
   POST_EVENT "probe_on"
   UI_LABEL "probe_on"
   CATEGORY MILL
   PARAM command_status
   {
      TYPE o
      DEFVAL "Active"
      OPTIONS "Active","Inactive","User Defined"
      UI_LABEL "Status"
   }
}


#-----------------------------------------------------------------

These UDEs are then added to the probing operation from a Machine Control Sub-operation.


Notes and References


Hardware/Software Configuration

Platform: all
OS: n/a
OS Version: n/a
Product: NX
Application: CAM
Version: V1859
Function: PROBING

Ref: 002-7007737

KB Article ID# PL7007737

Contents

SummaryDetails

Associated Components

Manufacturing General