Topic
[KB144]How to Increase the Number of Symbols in SCADA BASIC Programs and SCADA BASIC limitations
Applies to:
PcVue all versions. |
||||||||||||||||
|
||||||||||||||||
Summary:
This article explains how to modify the limit of the number of symbols in SCADA BASIC programs. |
||||||||||||||||
|
||||||||||||||||
Details:
SCADA BASIC uses PcVue internal resources called Symbols. Each program that is loaded needs such Symbols. (For more information, see the SCADA BASIC programming manual.) An application might need more than the default setting for the maximum number of Symbols. To increase the maximum for number of Symbols in SCADA BASIC programs, type the following line above the main function: SYS MAXSYMBOLES = x; where x is the new Symbol number. (The default value is 600.)
The symbols defined in PcVue’s Scada Basic include: SUB: subroutine FUNCTION: function DIM: data type defines TABLE: array type CHAR: STR type CONST: constant type IDENT: an identifier using alphabet, underscore, point and dollar symbol, e.g. a program/script global or local variable, a PcVue’s variable and so on For information : SCADA Basic Limitations
|
||||||||||||||||
|
||||||||||||||||
|
Created on: 05 Nov 2010 Last update: 13 May 2024