What's new
What's new

DPRINT not working on Mazak VCN-570C

cjelley

Plastic
Joined
Mar 4, 2021
DPRINT not working on Mazak VCN-570C
I have my machine configured to output DPRNT as a text file to a specified location on my machine. I ran a test program:



POPEN

DPRNT[TEST]

PCLOS



The result was a text file in the expected director that read "TEXT"


Now when I run an inspection probing routine, the DPRINT function is not outputting any report file. And ideas?

Example Probing Cycle Below:

O5555 (PROBE WITHOUT MACHINE CONFIG)
(T30 D=0.2362 CR=0.1181 - ZMIN=-0.9862 - PROBE)
G90 G94 G17 G49
G20
G53 G0 Z0.

(PROBE WCS3)
G90
T30 M6
(RENISHAW OMP60 6MM X 100MM)
G54
G0 X0. Y0.
G43 Z3. H30
G65 P9832
G65 P9810 Z1. F100.
G65 P9812 Y7.5 Z-0.9862 Q0.4 R0.5 W1. S1.
G65 P9810 Z1.
G0 Z3.
M350
G65 P9833
M5
G53 Z0.
M152
M30
 
You need to include W1. on the 9832 and 9833 call lines. They include the code to open and close your print file.
 








 
Back
Top