개정판 0846c6ee
issue #000: opc가 1개 이상일 때 걸림
Change-Id: I310ebf333efc914e9ed0db85f1bb33eefd567c37
DTI_PID/ID2PSN/PSN.cs | ||
---|---|---|
369 | 369 |
{ |
370 | 370 |
Group toGroup = toDocument.Groups.Find(x => x.Items.Find(y => y.UID == toOPCUID) != null); |
371 | 371 |
DataRow[] toRows = opcDT.Select(string.Format("ToOPCUID = '{0}'", toGroup.Items.First().UID)); |
372 |
if (toRows.Length != 1) |
|
372 |
//1대1 매칭이 아닐때 걸림 (2개 이상일 때) |
|
373 |
if (toRows.Length > 1) |
|
373 | 374 |
{ |
374 | 375 |
throw new Exception("OPC error(multi connect)"); |
375 | 376 |
} |
내보내기 Unified diff