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've realized that the TPDO message construction function (COTPdoTx) doesn't adjust the size of each object to the size indicated in PDO mapping object (0x1A00). I think it would be convinient if there is an option to adjust the size of object as defined in the mapping object. So, I was wondering if it's not implemented because CiA standard doesn't allow to adjust object size when a object is mapped to TPDO or any other reason.
What do you think about passing the value of pdosz as width parameter in COObjGetSize() function call in COTPdoTx()?
Then, user can implement an object which has different object size when it's mapped on TPDO.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi,
I've realized that the TPDO message construction function (
COTPdoTx
) doesn't adjust the size of each object to the size indicated in PDO mapping object (0x1A00). I think it would be convinient if there is an option to adjust the size of object as defined in the mapping object. So, I was wondering if it's not implemented because CiA standard doesn't allow to adjust object size when a object is mapped to TPDO or any other reason.What do you think about passing the value of
pdosz
aswidth
parameter inCOObjGetSize()
function call inCOTPdoTx()
?Then, user can implement an object which has different object size when it's mapped on TPDO.
Thank you.
The text was updated successfully, but these errors were encountered: