boolean S7_WriteReal (int $InstanceID, float $Value)
InstanceID | ID of the device to be switched |
Value | 64bit floating point value according to IEEE754 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Set the address with the ID InstanceID to Value
S7_WriteReal(12345, 23.5);