update lettura in blocco di byte... committo!

This commit is contained in:
Samuele E. Locatelli
2017-11-28 18:20:33 +01:00
parent f85bc50c81
commit fa2470b11e
+2
View File
@@ -52,6 +52,8 @@ namespace Test_S7
txtOut.Text += string.Format("-------------------------------------------{0}", Environment.NewLine);
txtOut.Text += string.Format("{0}{0}{0}",Environment.NewLine);
// legge 10 byte della DB1.DBX0.0... DBX10.0
plc.ReadBytes(DataType.DataBlock, 1, 0, 10);
}
}
}