Skip to content

Commit bdaeade

Browse files
authored
Merge pull request #19 from simatic-ax/fix-list-delete
fix: reset list items to 0 for write multi
2 parents c35ee51 + 170879e commit bdaeade

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Blocks/Drives/classWriteDriveParams.st

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,8 @@ NAMESPACE Simatic.Ax.LAcycCom
620620
dataset[z].Rvalue := real#0.0;
621621
end_FOR;
622622

623+
statCountOfElements := 0;
624+
623625
End_Method
624626

625627
Method public AddatasetItem : int //Rückgabewert = anzahl der Listeneinträge

0 commit comments

Comments
 (0)