Downloads
Here you find the most current versions. Some of the files are compiled in packages (zipped). You need to donwload the files to your internet-computer, extract them there and copy them onto the workshop-PC.

New! This versions of the EXEs no longer needs the DPMI.

Base-package:
Required for both a lathe and a mill.
Includes:
- ddisp.exe
- setup.exe
- quicktst.exe
Download base-package (English version) zipped

Macro-Package for Lathe:
Includes:
- lathe3.cfg
- lathexy.cfg
- l_tools.inc
This package is for lathes with 3 axes (X, Z1, Z2) and ones with 2 axes (X, Z1).
Download macro-package (for lathe, English version) zipped

Macro-Package for Mill:
Includes:
- mill3.cfg
- mill3q.cfg
- millxy.cfg
- m_tools.inc
This package is for 3-axes mills (X, Y, Z) a 3-axes mill + quill and ones with 2 axes (X, Y).
Download macro-package (for mill, English version) zipped

PDFs:
Download the plan with test-points
Dowload the schematics

Misc:
Terminal program
Includes:
Download term.exe Terminal-program (English only) zipped
Firmware for DRO:int4
This file is only needed if you want to (re-) programm the uC in the interface. The kit contains an already programmed micro-controller!
Depending on the programmer used:
int4.hex (Intel-HEX-format)
int4.gen (Generic)
Current version: 0.2d (Versions)
C-code snipplet for nerds
If you want to write your own display-software, here is a code-snipplet that does the conversion from the nibble-flipped HEX data to a float. You are allowed to use that code for free for any software that connects to a YADRO interface, even if your software is commercial. No licensing required. Code is as is, without any liability.
Download the C-snipplet