NUM 750: Troubleshooting Chuck Clamping Safety Fault

Erik Lindqvist3 min read
Other ManufacturerSafety SystemsTroubleshooting
Licensed PE Working through this on a live machine? A Maine-licensed engineer can take it from here — included with IMD hardware, by the hour for everything else. Book an engineer

A NUM 750 lathe reports a chuck-clamping safety fault even though the chuck opens and closes. The evidence separates the hydraulic function from the control-permission problem: both pressure-switch signals change correctly, but PLC bit B.83 remains 0 and later faults affect homing and turret positioning.

Separate chuck motion from safety confirmation

Confirm hydraulic operation first, but do not treat physical motion as proof that the CNC received a valid clamping state. This machine uses two pressure switches—one on the closing line and one on the opening line—rather than rear-spindle inductive sensors. Its electrical schematic agrees with that arrangement.

Chuck state E.A E.B Finding
Closed 1 0 Closing pressure-switch state reaches the PLC
Open 0 1 Opening pressure-switch state reaches the PLC

These complementary states support correct pressure-switch operation and input acquisition at the observed variables. They do not prove that the safety logic, retained PLC data, or direction-selection logic is valid.

Test E30014 without assuming its function

The machine documentation identifies external parameter E30014 with values 0 and 1 for pull-type and push-type clamping. The parameter was changed successfully in MDI and its stored value was confirmed under program parameters. However, neither value changed the observed direction when M22 and M23 were commanded, and B.83 stayed at 0.

  1. Record the original E30014 value before further testing.
  2. Command the documented chuck functions with E30014 set to each documented value.
  3. Observe physical motion, E.A, E.B, and B.83 during every test.
  4. If B.83 remains 0 and the direction remains unchanged, stop treating E30014 as the confirmed selector for this machine. Check the machine-specific electrical and PLC documentation for an external selector or another source driving B.83.

The test disproves only the assumed relationship on this machine; it does not establish what actually writes B.83. Do not substitute the speculative identifier E80014 or force B.83 without verified machine documentation.

Correlate the expanding fault pattern

The fault sequence expanded from chuck-clamping safety to loss of a ZZ zero-reference sensor function and failure of the turret to find the requested position. A turret indexing-sensor adjustment did not clear the turret fault. Multiple unrelated inputs or sequences failing together shifts the investigation toward shared PLC data, I/O processing, or controller retention rather than an isolated chuck pressure switch.

The AUTO V3-24K board battery was measured at 1.2 V against a reported required value of 2.4 V. This supports a retention-system investigation, but it does not by itself prove that EEPROM contents were lost or that replacing the battery will restore operation. Preserve the current state before attempting initialization or data loading.

Plan a controlled parameter recovery

The machine parameters were reported as intact, while the suspected missing data concerns EEPROM or PLC-related content. Available recovery media includes a punched tape labeled “binary interface 585-2-TN1” and a punched-tape reader/printer. The required NUM console menu and loading procedure are not established by the evidence.

  1. Do not initialize EEPROM memory or load the tape until its contents and destination are identified.
  2. Create a backup of every accessible parameter and PLC-memory area before changing retained data.
  3. Match the AUTO V3-24K board, NUM 750 configuration, tape label, reader interface, and machine documentation.
  4. Obtain the machine-specific archive/restore procedure through NUM or the machine builder’s official support channel.
  5. After recovery, verify E.A/E.B transitions, B.83 behavior, chuck safety release, ZZ reference sensing, and turret positioning before returning the lathe to production.

FAQ

Why does a NUM 750 show a chuck-clamping safety fault when the chuck still moves?

Hydraulic movement and control confirmation are separate. Here, E.A/E.B changed between 1/0 and 0/1, but the unchanged B.83 value indicates that the remaining safety or direction logic still requires investigation.

Does E30014 change pull-type and push-type chuck clamping?

The machine documentation assigns E30014 values 0 and 1 to those modes, but changing them did not alter motion or B.83 on this machine. Treat the parameter-to-PLC relationship as unconfirmed until the machine-specific logic is checked.

Can a 1.2 V AUTO V3-24K battery cause the NUM 750 faults?

The board battery measured 1.2 V against a reported 2.4 V requirement, so retained-data integrity must be checked. Back up accessible data and obtain the correct archive/restore procedure before initializing memory or loading the 585-2-TN1 tape.

Back to blog