|
@@ -134,8 +134,8 @@ public abstract class ProtocolProxyBase : IProtocolProxy
|
|
|
var item = Items[propertyName] as PlcItem<T>;
|
|
|
var res = item.Value;
|
|
|
var channel = Ltc.GetChannel();
|
|
|
- if (channel != null)
|
|
|
- World.OnInternalLog(channel, $"获取{Device.Code}.{ProtocolType.Name}.{propertyName} 值:{res}");
|
|
|
+ //if (channel != null)
|
|
|
+ // World.OnInternalLog(channel, $"获取{Device.Code}.{ProtocolType.Name}.{propertyName} 值:{res}");
|
|
|
return res;
|
|
|
}
|
|
|
|