dumpit
Purpose:
-
Display a table of all active CyFlex variables optionally filtered by a string in the label.
Enter:
-
dumpit [string]
Where:
-
string
Optional. Specify a string that must be in the label of the CyFlex variable to be listed. There is no default string.
Example:
-
dumpit mnf
The above command displays a list of all the CyFlex variables that contain the string ‘mnf’ in a scrollable screen.dumpit
The above command displays a table of all active CyFlex variables in a scrollable screen.
Notes:
-
The dumpit command displays a table of active CyFlex variables if no string is entered.
The format of the output is:
index label alias (optional) value units history tolerance status where:index index in the shared memory area containing the variable label label of the CyFlex variable alias if the label has another name, this is the other name (currently only for ANALOG and DIGITAL inputs) value current value units units keyword history the flag indication if the variable should be in history data tolerance the value by which the variable must change before saving in history data status the limit status of the variable The display is organized in blocks for types like Analog Inputs, Frequency Inputs, etc.
Use PageUp/PageDown to scroll, Esc twice to exit, and F1 for help.
For CyFlex Logical Variables, True Event and False Event names are displayed.