Since 5.3 it is possible to display texts longer than 63 characters in Additional Text.
We check the implementation internally and provide a response.
... View more
One tip for using OpconMemcpy. The best if you give the size from the destination not from source. Example: OpconMemCpy(ADR(Destination),ADR(Source),SIZE_OF(Destination)) With this you have never a exception in OpconMemCpy.
... View more
whitout change the lib, you can not change the len from this constant. But i dont know Keyence laser supportet more then 50 characters. As the lib was create, limit was 50 for variable value.
... View more