EasyManua.ls Logo

ABB PGC2000 - LENGTH of CORRELATION FACTOR TABLE Function; LENGTH of PERCENT off TABLE Function; LENGTH of STRING Function; LENGTH of TEMPERATURE TABLE 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...
10-18 2000-OSM, F1
Syntax: INT(fp!)
Comments: fp! is a floating point expression.
Example: 0010 I = INT(A!)
Converts the value of floating point variable A! to an integer and assigns it to
integer variable I.
LENGTH OF CORRELATION FACTOR TABLE Function
Description: Returns the number of entries in the specified Sim Dis Correlation Factor
Table (Sim Dis analyzers only).
Syntax: LEN_FACT_TBL(table%)
Comments: table% is the specified Sim Dis Correlation Factor Table (1-25).
Example: 0010 N = LEN_FACT_TBL(1)
0020 DIM FACT!(N)
0030 GET_FACT_TBL(FACT!,1)
Variable N gets the number of entries in the Sim Dis Correlation Factor
Table; array FACT! is dimensioned with as many elements as entries in the
table; the table is read into the array.
LENGTH OF PERCENT OFF TABLE Function
Description: Returns the length of the percent off column of one of the eight Time vs.
Boiling Point Tables (Sim Dis analyzers only).
Syntax: LEN_POFF_TBL(table%)
Comments: table% is the table number (1-8).
Example: 0010 N = LEN_POFF_TBL(1)
Gets the length of the Percent Off Table.
LENGTH OF STRING Function
Description: Returns the number of characters in a string.
Syntax: LEN(string$)
Comments string$ is any string expression.
Example: 0010 A$ = 1234567890
0020 N = LEN(A$)
Variable N gets the number of characters (10) in string variable A$.
LENGTH OF TEMPERATURE TABLE Function
Description: Returns the length of the temperature column of one of the eight Time vs.
Boiling Point Tables (Sim Dis analyzers only).
Syntax: LEN_TEMP_TBL(table%)
Comments: table% is the table number (1-8).
Example: 0010 N = LEN_TEMP_TBL(1)
Gets the length of the Temperature Table.
LENGTH OF TIME VS. BOILING POINT TABLE Function
Description: Returns the length of one of the eight Time vs. Boiling Point Tables (Sim Dis
analyzers only).
Syntax: LEN_TVSBP_TBL(table%)
Comments: table% is the table number (1-8).
Example: 0010 N = LEN_TVSBP_TBL(1)
Gets the length of the Time vs. Boiling Point Table.

Table of Contents

Related product manuals