Skip to content

Commit

Permalink
Merge pull request #19 from simatic-ax/fix-list-delete
Browse files Browse the repository at this point in the history
fix: reset list items to 0 for write multi
  • Loading branch information
ThKindler authored Jul 5, 2024
2 parents c35ee51 + 170879e commit bdaeade
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Blocks/Drives/classWriteDriveParams.st
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ NAMESPACE Simatic.Ax.LAcycCom
dataset[z].Rvalue := real#0.0;
end_FOR;

statCountOfElements := 0;

End_Method

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

0 comments on commit bdaeade

Please sign in to comment.