Hi, I try to read some system data layer. If I try to read a type STRING or BOOL, I can read data in PLC with function DL_ReadNode without problem. For exampIe: if declare Value as type Bool and I can read: system/resources/network/interfaces/XF10/ipForwarding if I declare Value as type STRING, I canb read: system/resources/network/interfaces/XF10/mode But If I try to read OBJECT: system/resources/network/interfaces/XF10/addresses DL_ReadNode return me always ACCES_ERROR(4). In this example how I must declare Value to read: system/resources/network/interfaces/XF10/addresses with DL_ReadNode function? Thanks.
... View more