looking at the “simplified system block diagram” on page 17 of the manual, it seems that the only connector communicating is GPIB.
It seems that everything is connected and working via GPIB, to the display unit and to the printer.
Looking at the contents of the DOS system, it seems to be similar in design to the marconi midata 511 system. There is a program called “clanmenu” that is used inside the tpgrung.
The contents are not known because it gets stuck in the middle of execution. It is not running on the actual ATE. It is probably waiting for a response from the other device.
but perhaps clanmenu is the main program that makes ATE work.
I think it is possible to replace the TE486, but I think the SBCs that have the actual ISA bus attached to them are out of date. All modern SBCs that support the ISA bus use a PCI/PCI-e to ISA bridge. I don't know if it works with that bridge, but it is NI's gpib-pcii/iia that runs the entire ATE. If it works, the entire ATE will work.
I don't think you'll get any useful information connecting via VGA; it's the kind of program where nothing happens via VGA.
PS: To run 16-bit DOS programs in a 64-bit environment, “MSDOS Player” can be used. tpgrung can also run.
http://takeda-toshiya.my.coocan.jp/msdos/I am wondering why autoexec.bat does not exist.
My thought is that config.sys is executed and auto_run.bat inside the clansman folder using autoexec. I do not know.