Documentation
S7_WriteChar
Require: IP-Symcon >= 4.4
boolean S7_WriteChar (int $InstanceID, int $Value)
Parameters
InstanceID | ID of the device to be switched |
Value | -128 to 127 |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
This function was named __S7_WriteShortInt__ up to and including Version 4.3
Set the address with the ID InstanceID to Value
Example
S7_WriteChar(12345, -123);