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.
  1. OPTIONAL: Set Properties (InterfaceIP, EndPointMapperPort, Annotation)

  2. Call Init()

  3. Register IRPCProvider (up to 8) –> See IRPCProvider Interface for documentation of “how to offer a rpc”

  4. Error occurred: Abort() and continue with step 1.)

The CLServer offers a couple of RPC from the scratch. See RemoteProcedureCalls.

Properties:

Methods:

Structure: