boolean S7_WriteInteger (int $InstanceID, int $Value)
InstanceID | ID of the device to be switched |
Value | -2147483648 bis 2147483647 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Set the address with the ID InstanceID to Value
S7_WriteInteger(12345, -123);