예제 #1
0
 public void AddUdtHandler(string dataType, ConvertToLogixTagValueFunction convertToLogixTagValue)
 {
     _tagValueConverters.Add(dataType, convertToLogixTagValue);
 }
예제 #2
0
 public void AddUdtHandler(string dataType, ConvertToLogixTagValueFunction convertToLogixTagValue)
 {
     throw new NotImplementedException("Not needed for Beckhoff");
 }
예제 #3
0
 public void AddUdtHandler(string dataType, ConvertToLogixTagValueFunction convertToLogixTagValue)
 {
 }