« Back to Product

Documentation

MA2_WriteValue

Require: IP-Symcon >= 4.0

 boolean MA2_WriteValue (int $InstanceID, string $Ident, variant $Value) 

Parameters

InstanceID

ID of the Instance

Ident

Ident of the variable

Value

Value of the variable

Returns

If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.

Description

Writes the Value Value into the variable with the Ident Ident in the Möhlenhoff Alpha 2 with the InstanceID InstanceID.

Example

MA2_WriteValue(12345 , "HEATAREA1_T_TARGET", 23.3);
Any questions?