« Back to Product

Documentation

UMG_Calculate

Require: IP-Symcon >= 4.3

 float UMG_Calculate (int $InstanceID, float $Value) 

Parameters

InstanceID

ID of the Instance

Value

In die Formel einzusetzender Wert

Returns

Result of the calculation.

Description

Calculates the return of the formula for the value Value and returns it.

Example

//Funktion in der Konfiguration: $Value/10\n$ausgabe = UMG_Calculate(12345, 50);\nvar_dump($ausgabe) //Ausgabe ist 5
Any questions?