« Back to Product

Documentation

UMR_Calculate

Require: IP-Symcon >= 4.3

 float UMR_Calculate (int $InstanceID, float $Value) 

Parameters

InstanceID

ID of the Instance

Value

Value to be inserted in the formula

Returns

Converted Value Value

Description

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

Example

//Function in the configuration: $Value/10\n$output = UMR_Calculate(12345, 50);\nvar_dump($output) //Output is 5
Any questions?