There is an array limit in cicode of 64kb
but the real limit is a client/server data transfer buffer which is
set to 12,288 bytes. This allows for around 1000 event trend
samples or 6000 periodic trend samples. Event samples are 12 bytes
and periodic are 2 bytes, with about 200 bytes used for a header.
In version 5.31 this data transfer buffer limitation is removed
(but there is still a 64 kb limit on the cicode array). Instead
large data transfers will be automatically broken into smaller
packets to send across the client/server interface, and then
reassembled at the other end.
|