This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM2434: How to modify the EI_API_CIP_getAttr_uint?

Part Number: AM2434

Hi Exerpts,

I am asking for my customer here.

They use EIP Demo for develop the same function as MD500_EIP. They found that we only can sent the five I/O data, they want to sent more I/O data.

-This is normal run with five I/O data, errCode is 0,

-This is modify run with more I/O data, errCode is 0x3802050C,

EI_API_CIP_eERR_ATTRIBUTE_INVALID_TYPE  = 0x3802050C,   /*!< Attribute type is invalid. */

Do you know how to modify this support need here? Thanks.