IND-COMMS-SDK: I&M5 support

Part Number: IND-COMMS-SDK

Tool/software:

Hi all,

When looking at the IO Link Profinet Integration Specification Edition 2 there is a mapping given that includes I&M5 data.
I compared it to Table 298 of IEC CD 61158-5-10 V2.45 (Data elements of Read I&M5 Data) and to me it looks like the IO Link integration spec maps the device data to IM5 data in Asset Management Format (AMFormat).

In the file pn_app_iod_cfg.h  of the IND_COMMS_SDK 9.02.0.15  Profinet example there are the macro switches for Asset Management Record and I&M5 support. If I need to provide I&M5 data in AMFormat, would I need the PN_API_IOD_INCLUDE_AMR switch set to 1 in addition to the PN_API_IOD_INCLUDE_IM5? Or are these two unrelated?

Kind Regards

Philip Kees

  • Hello Philip,

    thanks for your message. We will look into this and provide you with feedback.

    Kind regards,
    Kamil

  • Hi Philip,

    Hope you had a nice holiday!

    PN_API_IOD_INCLUDE_AMR enables Asset Management Record handling for IM data and devices that have components outside the Profinet address space.
    This optional feature is not represented by our default demo app, and the stack library we provide is pre-compiled with PN_API_IOD_INCLUDE_AMR feature disabled.
    Therefore, if you need this feature, you will have to implement it within your application as a handler for record index 0xF880. Additionally, you might also need to contact us again to provide you with a customized stack library that has this feature enabled.

    Thank you.
    Kind regards,
    Kamil