Documentation
AC_SetGraphStatus
Require: IP-Symcon >= 3.0
boolean AC_SetGraphStatus (int $InstanceID, int $VariableID, boolean $Active)
Parameters
InstanceID | ID for the archive |
VariableID | ID of the variable to be queried |
Active | True if the display of the variable is to be activated in the visualization, otherwise False. |
Returns
True if successful, otherwise False
Description
This function changes the property for visualizing the variable with the ID VariableID to Active.
Example
// Sets the property of the "test variable" for visualization to true
AC_SetGraphStatus(39147 /*[Archive]*/, 53716 /*[TestVariable]*/, true);