This commit is contained in:
17860779768
2023-03-31 11:06:56 +08:00
parent 03a74cc536
commit 940b9c9160
43 changed files with 2304 additions and 3838 deletions

View File

@ -193,7 +193,6 @@ namespace XKRS.Device.MelsecPLC
{
try
{
var result = melsecMc.Write(address, writeValue);
if (result.IsSuccess)
{