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
I'm unable to map any sub index of a RECORD object to either a Tx or Rx PDO.
It either selects a random entry that doesn't even have PDO permissions, or it adds an unknown blank entry. Sometimes it also gets stuck on the dropdown after I press enter with no way to continue without closing and opening the device.
All other object types seem to work as expected. I'm currently running version 0.8-125-g85dfd8e
The text was updated successfully, but these errors were encountered:
The issue seems to be known about.
In DevicePDOView2.cs in method Vcc_ValueChangedEvent there is a comment
//warning if the subindex is still hex the converter will not know about it
//we may need to append 0x to keep it correct
I can confirm that all my subindexes in my RECORD are marked as hex in the 2nd value of "bits".
When would this not be the case and what is the reason for not appending 0x?
When I do append "0x" in the "UpdatePDOinfo" method then the PDOs map as I would expect.
I'm unable to map any sub index of a RECORD object to either a Tx or Rx PDO.
It either selects a random entry that doesn't even have PDO permissions, or it adds an unknown blank entry. Sometimes it also gets stuck on the dropdown after I press enter with no way to continue without closing and opening the device.
All other object types seem to work as expected. I'm currently running version 0.8-125-g85dfd8e
The text was updated successfully, but these errors were encountered: