How to map array of UINT8 in structured data

Is it possible to map arrays of UINT8 in structured data? How can this be done?

I tried something like:

static const AD_StructDataType appl_e2_vars[] =
{
/* Index: 48 / { “PressureString”, ABP_UINT8, 16, APPL_READ_MAP_WRITE_ACCESS_DESC, 0, { { &anybusData.e2_vars.PressureString, NULL } } },
/
Index: 49 */ { “MassString”, ABP_UINT8, 16, APPL_READ_MAP_WRITE_ACCESS_DESC, 0, { { &anybusData.e2_vars.MassString, NULL } } }
}

But that gives a ModuleDiffBlock when I test it with the Profinet Master Simulator
( subslot 1 : state 0x9100 - subslot 1 : state Wrong submodule )

Best regards,

Danny

It looks like you already have a ticket open with the Anybus team, and they are going to be the best resource for this question.

Topic closed due to inactivity.

Hi,

Please can you share the solution to this issue?
I’m experimenting a problem which seems very similar.

Thank you!