What you mean by "monitor DCI"? DCI has a value by itself, you don't need another DCI to monitor it. I think you was asking about network service objects...
Best regards,
Victor
Best regards,
Victor
We really need your input in this questionnaire
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
Вообще Alarm Viewer скоро будет новый.
int64($1) / GetDCIValue($node, FindDCIByName($node, "System.Memory.Physical.Total")) * 100
sub main()
{
total = GetDCIValue($node, FindDCIByName($node, "System.Memory.Physical.Total"));
return $1 / total * 100;
}
$1 / GetDCIValue($node, FindDCIByName($node, "System.Memory.Physical.Total")) * 100