Hello all,
is anybody know what is the maximum buffer size that PcVue can create ? In PcVue help, it says it's 128 ko but Atys makes some test and they can read 166 ko files.
Thanks in advance
Loik, what buffer are you talking about? They are so many in PcVue...
I talk about the buffer created by SCADA BASIC program.
First, we must know which version they are using, if they use a specific scada basic verb, have you made tests about that ?
N.B : for ALLOC_BUFFER, in PcVue help it is written that the unit of "N" is "Bytes" and not "kB", that's to say if you want to use 166 Kb you have to write ALLOC_BUFFER(166000).
I've tested BUFTOFILE and FILETOBUF verb and it seems like there isn't a limit for buffers created by them.
I read a 804 kO files and put it in an other file without any problem.
For ALLOC_BUFFER, the maximum size is 131 kO.
Loik, I recommend you create a documentation SPR to not losing this information.


