Data type not supported for CANopen input

Hi,
I have connected a CANopen slave to an X20IF1072 interface, but one of the SDOs has a signal of datatype USINT24 which is not supported; I need to use this signal, what solutions do I have?

Thanks

Hello,

CANopen does support ARRAYS and STRING thus it should be able to access them by CANopenSDOReadData() and CANopenSDOWriteData().

But well, it should not be possible to bind this to a PDO, as this is limited to 8 bytes.

Regards,