-
Notifications
You must be signed in to change notification settings - Fork 448
Open
Description
`
for (int i = 0; i < plcVarConfigModels.Count; i++)
{
Globals.ReadDic.Add(plcVarConfigModels[i].plcAddress, Enum.Parse<DataTypeEnum>(plcVarConfigModels[i].varType, true));
}
IoTClient.Result<Dictionary<string, object>> result1 = Globals.SiemensClient.BatchRead(Globals.ReadDic);
`
断点调试 Globals.ReadDic的值
断点调试 result1.value的值
Metadata
Metadata
Assignees
Labels
No labels