将PollLevelType类型改为int类型
This commit is contained in:
@@ -260,7 +260,7 @@ public class ExcelService : IExcelService
|
||||
|
||||
variable.OpcUaNodeId = "";
|
||||
variable.Protocol = ProtocolType.S7;
|
||||
variable.PollLevel = PollLevelType.ThirtySeconds;
|
||||
variable.PollLevel = 30000; // ThirtySeconds
|
||||
variableDatas.Add(variable);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user