Difference between revisions of "Global Object Values"

From Control Solutions IoTServer Documentation
Jump to navigation Jump to search
(Created page with "“status” indicates the status of the data object as follows, given as a character string: “Normal” = activity producing data for this object is proceeding normally “...")
 
Line 1: Line 1:
 
“status” indicates the status of the data object as follows, given as a character string:
 
“status” indicates the status of the data object as follows, given as a character string:
“Normal” = activity producing data for this object is proceeding normally
+
 
“Default” = as a result of some error, the object has assumed its default value
+
* “Normal” = activity producing data for this object is proceeding normally
“Database-Value” = object is persistent and value was retrieved from values database
+
* “Default” = as a result of some error, the object has assumed its default value
“Inactive” = object is not configured
+
* “Database-Value” = object is persistent and value was retrieved from values database
“Stale” = refresh time exceeded since last update
+
* “Inactive” = object is not configured
“Zero-Uninitialized” = object is configured but not yet processing data
+
* “Stale” = refresh time exceeded since last update
“Overridden” = normal data activity has been overridden
+
* “Zero-Uninitialized” = object is configured but not yet processing data
“Source Fault” = a communication client has reported an error in attempting to provide data
+
* “Overridden” = normal data activity has been overridden
“Unknown” = a fault code not recognized by the Json API is present
+
* “Source Fault” = a communication client has reported an error in attempting to provide data
 +
* “Unknown” = a fault code not recognized by the Json API is present

Revision as of 22:43, 22 April 2019

“status” indicates the status of the data object as follows, given as a character string:

  • “Normal” = activity producing data for this object is proceeding normally
  • “Default” = as a result of some error, the object has assumed its default value
  • “Database-Value” = object is persistent and value was retrieved from values database
  • “Inactive” = object is not configured
  • “Stale” = refresh time exceeded since last update
  • “Zero-Uninitialized” = object is configured but not yet processing data
  • “Overridden” = normal data activity has been overridden
  • “Source Fault” = a communication client has reported an error in attempting to provide data
  • “Unknown” = a fault code not recognized by the Json API is present