|
Debug Window
dnc4U has a debug window that lets you see data come from
your CNC. Many times its much easier when you are setting
up a CNC to send data this way, because dnc4U is totally tolerant
of data protocol and format errors whereas your CNC machine
will often error out.
The debug window therefore show you the data, without saving
it away, juts so you can anlayze the format. dnc4U has several
debug options, the one shown below is to debug all CNC control
codes less than ASCII 32 (Space) You can easily see the control
codes and the end of block because they are enclosed between
<> brackets
|
|
Another of dnc4U's debug options is to show the data received
with the best EOB. This means that dnc4U analyzes the data
on the fly, so that the data reads OK, otherwise you may just
see the data all crunched up into one long continuous data
string, making it difficult to read.(When receiving a file
to disk, this is done automatically unless you specifically
define otherwise)
|