Tool/software:

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.
Tool/software:
Hi Yashaswini,
yes, to get an attribute you can use the EI_API_CIP_getAttr_<attribute type> APIs, a similar one also exist for writing to an attribute EI_API_CIP_setAttr_<attribute type>.
Please refer to the API reference found under your SDK installation folder.
(C:/ti/ind_comms_sdk_am243x_09_02_00_08/docs/am243x/ethernetip_adapter/modules.html)
What is exactly your question here, do you have trouble setting/getting attribute number 0x308? (by the way, in your code you are accessing attributes 0x308, 0x309, ..., 0x30C in the for loop, not just 0x308).
Of course, you must have created the attributes before accessing them, which I assume you have done.
Best regards
Pourya