Configuration File

Most of the configuration options for the controller have been moved to the configuration file. This change enables future WAI utilities to communicate with the machine without having to run PC-DMIS. Depending on your CMM communication and probe head type, you only need to edit one of the config.txt files.

Please contact Hexagon Technical Support for any 3rd-party files you may need for your hardware.

You can use the default files for different configuration starting points. You can find them in the PC-DMIS install folder.

Edit the selected file to work with your specific setup.

To enable a setting, take out the semicolon just before the "\xFF" statement and below the comment.

Remove the semi-colon from all the configuration parameters for your CMM.

The example below shows that the CMM uses the IP address of 192.4.1.200 and port address of 4712.

; SET THE IP ADDRESS AND PORT OPTIONS OF THE CONTROLLER

; CMM IP ADDRESS

"\xFF",0,0,"192.4.1.200",211,0,0

; CMM PORT ADDRESS

"\xFF",0,0,"4712",212,0,0

; HOST IP ADDRESS

;"\xFF",0,0,"192.4.1.155",213,0,0

; HOST PORT ADDRESS

;"\xFF",0,0,"4714",214,0,0

;

The new Zeiss-IP.dll uses a configuration file that has two main sections. The first section contains the machine configuration parameters, which you must configure for each machine. The parameters are listed here as well as in comments in the configuration file.

When you use a DSE probe, you must set ZeissWrist = 1 in the Option section of the Settings Editor application. For details, see "ZeissWrist" in the "Option" section of the PC-DMIS Settings Editor documentation.

The second section contains the actual protocol for different commands.

Do not change this section of the Configuration file without specific instructions from an interface programmer!

More:

Format of the [Config] Section of the Configuration File