Variable grid
The variable grid is a tabular representation of global or local variables within
Micro800
programs.Each controller and
Micro800
program contains an instance of a variable grid for its global and local variables.- The global variable gird contains system variables, I/O variables, and user-defined global variables. Global variables are project-wide.
- The local variable gird contains variables that are specific to a local program.
Use the variable grid to:
- View and manage global or local variables.
- Open the cross-reference browser to find all references to a variable in aMicro800project.
- Open Quick declaration to batch-create variables.
Provide Feedback