Jeff:
The ocx test is a very bad way to measure your pulse frequency. It
uses a method where it says to the system, start counting, wait one
second and then stop counting. What is the total?
The problem here is it asks the APPLICATION system to time the one
second. One second in the app system can vary a wide margin depending
on system load and several other factors.
In the program , on the diags page, the DRIVER is told to measure
one second via the number of clock cycles send to the CPU chip, so if
your running a 700Mhz system, the driver will count the number of
interrupt cycles which occur over the period of 700,000,000 clock
cycles. This is much more accurate and is the best indicator of
actual pulse timing. The OCX test , while a good quick test, has no
meaning in the context of your pulse speed. (Remember, it was written
before Mach2 was, so its technology is somewhat behind.)
Thanks,
Art