Product Alert #21
Version 3.01 Software - Model 6301A/B
Errors in "Display Scheme Info"
7 April 1995
Symptom
When a scheme is created with a scan rate of 5 minutes the 'Display Scheme Info' option on the control panel shows negative or large numbers.
Problem
PDLINFO.CCF dated on or before 30 November 1994 at 3:01am.
Correction
Download the
Version 3 Update.
This problem has been corrected in software versions 3.02 and later.
Alternative Correction
Using a text editor change PDLINFO.CCF as follows:
Line 75 should be changed from...
sr = atoi(getstr("SCAN")) / 128.0
to...
sr = ((unsigned) atoi(getstr("SCAN"))) / 128.0
|