CLServer (FB)¶
FUNCTION_BLOCK CLServer EXTENDS CLCommunicator
Server offers RPC to the network.
How to use the CLServer:
CLServer instances need to be called cyclically.
- OPTIONAL: Set Properties (InterfaceIP, EndPointMapperPort, Annotation) 
- Call Init() 
- Register IRPCProvider (up to 8) –> See IRPCProvider Interface for documentation of “how to offer a rpc” 
- Error occurred: Abort() and continue with step 1.) 
The CLServer offers a couple of RPC from the scratch. See RemoteProcedureCalls.
Properties:
Methods:
Structure:
