RPC Manager Properties
Part of Setup.INI, in your installation folder.
This property is not part of the Application Configuration dialog.
The following Setup.INI properties are documented within the RPC Manager chapter .
RPCBufferLength - This is the maximum TCP/IP buffer length to use for RX and TX buffers.
RPCConnectPort - The TCP/IP port that RPC Manager tries to connect to.
RPCMaxPacketSize - Specifies the maximum size of an encoded remote procedure call before the call will be fragmented over a number of transmissions.
RPCMaxStartDelay - Controls startup behavior if the workstation name is not valid.
RPCPingInterval - Specifies the time that a socket can have no data transmitted before a "ping’ packet will be sent to all the receiving end to determine that the socket it still good.
RPCReconnectTime - Specifies the seconds to wait for data on a socket before disconnecting the socket.
RPCResendDelay - Specifies the time to wait for an acknowledgment after sending a packet before resending the packet
RPCSktConnectAttemptMax - Specifies the number of attempts to open a socket before it is declared to be closed.
RPCSktResendAttempts - Specifies the maximum number of attempts to send an RPC packet.
RPCServerPort - The TCP/IP port that RPC Manager "listens" on.
RPCSocketDeadTime - Specifies the number of seconds that a session will remain alive with no socket connection.
RPCSocketResendAttempts - Specifies the number of packet re-sends that will occur without acknowledgment, before the socket is closed.
RPCTrace- Set to a non-zero value to log all RPC activity to the disk file "RPCTRACE.TXT", in the VTScada installation directory.
RPCUseBuffered - When non-zero this will cause RPC to read the TCP/IP IP and Name once only from the low-level socket stream and cache this information.