Owner's manual
F-10 Appendix F - Variables Grouped by Fluidmove Activity
F.6 Configuration Change Notification
The SECS/GEM host will be notified when the operator modifies a configuration variable on the equipment. Associated data variables will contain the
variable ID of the changed parameter, the new and the old values.
There are two categories of configuration parameters: strings and integers.
When a string configuration parameter has been modified, data variable “ConfigParmChanged” will be set to the variable ID of the changed parameter.
Data variable “ConfigParmStringNew” will be set to the new parameter, data variable “ConfigParmStringOld” will be set to the old value of the parameter
and collection event “ce_ConfigParmChangedString” will be triggered.
When an integer configuration parameter has been modified, data variable “ConfigParmChanged” will be set to the variable ID of the changed parameter.
Data variable “ConfigParmIntNew” will be set to the new parameter, data variable “ConfigParmIntOld” will be set to the old value of the parameter and
collection event “ce_ConfigParmChangedInt” will be triggered.
New Collection Events
Table F.6-1 Configuration Change Notification - New Collection Events
Collection Event Name CEID
Related Data
Variables
Description
ce_ConfigParmChangedString 3638
450
451
453
Event triggered when operator changes a “string” type configuration
parameter
ce_ConfigParmChangedInt 3639
450
452
454
Event triggered when operator changes an “integer” type configuration
parameter