|
@@ -1732,7 +1732,7 @@ namespace IMCS.CCS.Services
|
|
|
{
|
|
|
if (!string.IsNullOrEmpty(actionAddress.Address) && !string.IsNullOrEmpty(actionAddress.Value))
|
|
|
{
|
|
|
- string operateResult = "";
|
|
|
+ string operateResult = "";
|
|
|
if (actionAddress.AddressType.Equals(TagValueReadTypeEnum.BOOL.ToString()))
|
|
|
{
|
|
|
operateResult = s7.ReadBool(actionAddress.Address).Content.ToString();
|