EasyManua.ls Logo

ABB PGC2000 - PEAK END TIME Function; PEAK HEIGHT Function; PEAK RAW AREA Function; PEAK START AMPLITUDE Function

ABB PGC2000
400 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
2000-OSM, F1 10-23
PEAK END TIME Function
Description: Returns the end time for the peak.
Syntax: PK_END_TIME(peak%)
Comments: peak% is the peak number (1 to N_PEAKS).
Example: 0010 FOR I = 1 TO N_PEAKS
0020 LPRINT PK_END_TIME(I)
0030 NEXT I
Prints the time of each peak’s end.
PEAK HEIGHT Function
Description: Returns the peak’s height at crest.
Syntax: PK_HEIGHT(peak%)
Comments: peak% is the peak number (1 to N_PEAKS).
Example: 0010 FOR I = 1 TO N_PEAKS
0020 LPRINT PK_HEIGHT(I)
0030 NEXT I
Prints the corrected height of each peak.
PEAK RAW AREA Function
Description: Returns the peak’s raw area.
Syntax: PK_RAW_AREA(peak%)
Comments: peak% is the peak number (1 to N_PEAKS).
Example: 0010 FOR I = 1 TO N_PEAKS
0020 LPRINT PK_RAW_AREA(I)
0030 NEXT I
Prints the uncorrected area of each peak.
PEAK START AMPLITUDE Function
Description: Returns the peak’s starting amplitude.
Syntax: PK_START_AMP(peak%)
Comments: peak% is the peak number (1 to N_PEAKS).
Example: 0010 FOR I = 1 TO N_PEAKS
0020 LPRINT PK_START_AMP(I)
0030 NEXT I
Prints the amplitude at the start of each peak.
PEAK START TIME Function
Description: Returns the start time for the peak.
Syntax: PK_START_TIME(peak%)
Comments: peak% is the peak number (1 to N_PEAKS).
Example: 0010 FOR I = 1 TO N_PEAKS
0020 LPRINT PK_START_TIME(I)
0030 NEXT I
Prints the time at the start of each peak.
POST ANALYSIS ERROR ALARM Function
Description: Returns the state of GCC Post-Analysis Error Alarms.
Syntax: POSTAN_ERROR_ALARM
Example: 0010 IF POSTAN_ERROR_ALARM GOTO 100

Table of Contents

Related product manuals