boolean S7_WriteBit (int $InstanceID, boolean $Value)
InstanceID | ID of the device to be switched |
Value | TRUE for On, FALSE for Off |
If the command succeeds, it returns TRUE, otherwise FALSE.
Set the address with the ID InstanceID to value status
S7_WriteBit(12345, true); //Turn on device