FB_RRCScom

This function block is required for communication with the RRCS server
![]() | This function block should only be instantiated and not called implicitly! |
The IP address and port of the RRCS server must be specified in the variable declaration:
VAR
fbRRCScom: FB_RRCScom(ipAddr_Server:= '192.168.42.59', ipPort_Server:=8193)
END_VAR
Outputs
VAR_OUTPUT
eCommState : E_CommState;
nStatusCode : UINT
sResponse : STRING(..)
_pfbSB : POINTER
END_VAR
Name | Type | Description |
---|---|---|
eCommState | E_CommState | The state of the function block. |
nStatusCode | UINT | Servers deliver the status code as a response to every HTTP request. |
sResponse | STRING(..) | String with the unprocessed response from the RRCS server. |
_pfbSB | POINTER | Only for internal use |