network.PeriodicTask.update
fails to update periodic RPDO
#519
Labels
network.PeriodicTask.update
fails to update periodic RPDO
#519
I believe I've found a bug when attempting to update a periodic RPDO whose values I'm setting.
The logic of
network.PeriodicTask.update
attempts to check if the data are new by checking the argument it's been passed against the existing value in thepdo.Map
. However,pdo.Map.update
is passingnetwork.PeriodicTask.update
the same value. If the task does not have themodify_data
attribute, then the fact thatnew_data != old_data
is trivially false means that the data are never updated.The text was updated successfully, but these errors were encountered: