Calibrating For Different Shaped Monitors

FAQs for older versions of Irricad.
Post Reply
User avatar
jovivier
Site Admin
Posts: 919
Joined: Thu Mar 12, 2009 2:57 pm
Company: Lincoln Agritech Ltd, IRRICAD Software
City / Town: Lincoln
Location: Canterbury, New Zealand
Contact:

Calibrating For Different Shaped Monitors

Post by jovivier »

Most displays, especially CRT's, are not perfectly calibrated for their onscreen sizes. This error is generally inconsequential and can be ignored. There are, however, some cases where the vertical and horizontal errors can be different enough that there is noticeable distortion on the screen: for example, circles appear as ellipses. One common problem is with LCD displays larger than 17". The software drivers for the display can incorrectly report the monitor’s dimensions and a horizontal/vertical aspect mismatch occurs.

IRRICAD can compensate for these errors with two entries in the VCADD.INI file. If you installed IRRICAD to the default path, the VCADD.INI file is located in the install folder e.g.,

C:\Program Files\AEI Software\IRRICAD Pro 9\

When you first open the INI file you will see the following. The first two entries are for monitor corrections, the last two for solving memory conflicts:

Code: Select all

[VCDefaults]
HorzCorr = 1
VertCorr = 1
NTSize = 
NTBase =
In general, only one entry is required to compensate for the aspect error, but both can be used to calibrate the onscreen dimensions. The procedure to correct an aspect problem is the simpler approach.

To correct an aspect problem, do the following:
  1. Start IRRICAD and draw a square, then do a “Zoom All”.
  2. Use a ruler to measure the onscreen height and width of the square.
  3. Divide the height by the width.
  4. Exit IRRICAD.
  5. Edit the VCADD.INI file with any text editor and change the value from "1":
    [VCDefaults]
    HorzCorr = answer from step 3
    For example:
    [VCDefaults]
    HorzCorr=1.065
  6. Save the VCADD.INI file and restart IRRICAD.
You do not have the required permissions to view the files attached to this post.
Post Reply