overrange

Purpose:

Log range violation occurrences as set by ai_transfer. Start ‘overrange’ in the go.scp startup script prior to launching of ‘ai_transfer’

Enter:

overrange

Where:

N/A

Example:

overrange &
Reporting of errors and sending of email will be limited to one occurrence per day.

Email is sent to the address located in the “user_email” string variable, which is usually defined in /specs/engine_specs.NNN

Notes:

The following type violations are logged:

– when channels go beyond upper or lower calibration limits

– when channels go beyond upper or lower calibration limits for 30 seconds

– when excursions exceed 20

– when channels reach maximum A/D count

The log file will be stored as /data/RangeViolationLog.YYMMDD.

An email will be sent to email defined by quality_email variable on the first occurrence of a range violation for a channel per day.

The log file will look similar to this:

date                channel label  raw_value eng_value min_range max_range  
 
05/15/2003 15:20:00 133     rail_p 5053[mv]  101[psi]  0[psi]    100[psi]  
05/15/2003 15:20:30 133     rail_p 5153[mv]  105[psi]  0[psi]    100[psi]  
05/15/2003 15:21:33 133     rail_p 5100[mv]  121[psi]  0[psi]    100[psi]  
05/15/2003 15:30:59 133     rail_p 10000[mv] 200[psi]  0[psi]    100[psi]  
05/15/2003 15:40:07 133     rail_p 10000[mv] 200[psi]  0[psi]    100[psi]

 

See Also:

ai_transfer