Process Data assignment not possible

Hello, I’m trying to program a Temposonic Profinet Sensor in PLCnE 2019.9 but it is not possible to assign the Process data variables. I have tried it with the program variables as IN/OUT Port and also as Global variables but it does not work, Do you have any clue? Best regards. Angel. Captura Captura1 Captura2

Hello Angel, can you please expand the window showing “Standard Telegram 81 Output” so that it displays the Datatype as well?

Can you try attaching the Variable at the “AXC F2152 → PLCnext → Datalist” Column kind regards,
Oliver.

Hello Olver, as you know it is solved using USINT datatypes instead of word. TYPE

TEMPO_PN_IN: ARRAY[0..11] OF USINT;
TEMPO_PN_OUT: ARRAY[0..3] OF USINT;

END_TYPE Best regards.