Interface PlcConnectionManager

    • Method Detail

      • getConnection

        PlcConnection getConnection​(String url,
                                    PlcAuthentication authentication)
                             throws PlcConnectionException
        Connects to a PLC using the given plc connection string using given authentication credentials.
        Parameters:
        url - plc connection string.
        authentication - authentication credentials.
        Returns:
        PlcConnection object.
        Throws:
        PlcConnectionException - an exception if the connection attempt failed.