You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I Connect to Opc Server, I get Client.Status is Connected But How I Check connection quality between Opc Server And Lg Plc In C# Code after Connect to Opc Server. I use below sample code:
public static DaClient client = new DaClient(new Uri("opcda://localhost/LGIS.LGEOPC"));
...
client.Connect();
...
if (PLCCommon.client.Status == OpcStatus.Connected)
{
// Connect To Opc Server is Ok.
}
...
if (OpcQualityConnectToPlc==Good)
{
// Connect To Lg PLc is Ok.
}
The text was updated successfully, but these errors were encountered:
When I Connect to Opc Server, I get Client.Status is Connected But How I Check connection quality between Opc Server And Lg Plc In C# Code after Connect to Opc Server. I use below sample code:
The text was updated successfully, but these errors were encountered: