You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for loading DCF configuration to remote node (#427)
Handle PDO-related objects through the associated methods in the PdoBase class when initializing a RemoteNode from an ObjectDictionary with provided values (DCF file usually). This avoids the locally cached mapping information to get out of sync with the PDO configuration parameters, and thus eliminates the need to read back those same objects.
The PdoBase.read() method must honor DCF-provided values for this purpose. It previously only respected the OD default values when called with from_od=True.
Co-authored-by: André Colomb <[email protected]>
0 commit comments