On each timer tick the dswriter sends 4 datatypes: 3 attributes and 1 array. The problem is that, in the dsreader, the contents of the array is plotted 4 times on every timer tick. It seems like the ON_DATA_UPDATED event is triggered one time for each datatype(?). I have tried to run a test in the ON_DATA_UPDATED case to plot only if the datatype is an array, but the test always returns true. It seems like testing is useless since all the datatypes are on the server everytime ON_DATA_UPDATED is triggered(?).
What can I do to plot the array only one time?
thanks and regards,
Roy Ivar Moe