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