SendString255
SendString sends a character string to the interface that corresponds to the input variable TxBuffer (of type ComBuffer).
Inputs
VAR_INPUT
SendString : STRING(255);
END_VAR
Name | Type | Description |
---|---|---|
SendString | STRING (255) | The character string to be sent. |
Inputs/outputs
VAR_IN_OUT
TxBuffer : ComBuffer;
END_VAR
Name | Type | Description |
---|---|---|
TxBuffer | Send data buffer that corresponds to the interface used. |
Outputs
VAR_OUTPUT
Busy : BOOL;
Error : ComError_t;
END_VAR
Name | Type | Description |
---|---|---|
Busy | BOOL | For as long as the output The output Busy does not become TRUE, if the data could already be sent with the first call.
|
Error | If a fault occurs, |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4012 | PC or CX (ARM, x86, x64) | Tc2_SerialCom |