It says that line 470 in OPCDACOM would be the next to run for the error [System.ArgumentOutOfRangeException' occurred in mscorlib.dll] Line 469 and 470 shown below.
If m_OPCTopic IsNot Nothing AndAlso Not String.IsNullOrEmpty(m_OPCTopic) Then
PLCAddressR = PLCAddress.Substring(m_OPCTopic.Length + 2)
It says that line 480 in OPCDACOM would be the next to run for the error [MfgControl.AdvancedHMI.Drivers.Common.PLCDriverException' occurred in AdvancedHMIDrivers.dll] Line 478, 479, and 480 shown below.
Catch ex As Exception
Throw New MfgControl.AdvancedHMI.Drivers.Common.PLCDriverException(ex.Message)
End Try