ArrayDimensions are not updated with Write

Questions regarding the use of the ANSI C SDK for Server or Client development or integration into customer products ...

Moderator: uasdkc

Post Reply
cacamille3
Hero Member
Hero Member
Posts: 73
Joined: 15 Feb 2012, 21:43

ArrayDimensions are not updated with Write

Post by cacamille3 »

Hi,

I am using ANSI C SDK UA Sample Server 1.7.0
When writing on a Array Node, the ArrayDimensions Value does not get updated.

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: ArrayDimensions are not updated with Write

Post by Support Team »

Hello cacamille3,

the ArrayDimensions describe the capability of the value, not the current size, so writing arrays smaller than ArrayDimensions will not change them. Writing bigger arrays should not be possible; we will address this issue in the next version of the AnsiC SDK.
Best regards
Unified Automation Support Team

cacamille3
Hero Member
Hero Member
Posts: 73
Joined: 15 Feb 2012, 21:43

Re: ArrayDimensions are not updated with Write

Post by cacamille3 »

Hi,

Great. It also happens with Unified Automation UA .NET SDK Bundle 2.5.5

Regards.
Camille

Post Reply