Lenze PLC Designer PLC Designer (R2-x) Manual de usuario Pagina 584

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 844
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 583
L-force | PLC Designer
Compiler Errors and Warnings
582 DMS 3.2 EN 02/2011 TD29
3202
"Stack overrun with nested string/array/structure function calls"
A nested function call CONCAT(x, f(i)) is used. This can lead to data loss. Divide up the
call into two expressions.
3203
"Expression too complex (too many used adress registers)."
Divide up the assignment in several expressions.
3204
"A jump exceeds 32k Bytes"
Jump distances may not be bigger than 32767 bytes.
3205
"Internal Error: Too many constant strings"
In a POU there at the most 3000 string constants may be used.
3206
"Function block data exceeds maximal size"
A function block may produce maximum 32767 Bytes of code.
3207
"Array optimization"
The optimization of the array accesses failed because during index calculation a
function has been called.
3208
"Conversion not implemented yet"
A conversion function is used, which is not implemented for the actual code
generator.
Vista de pagina 583
1 2 ... 579 580 581 582 583 584 585 586 587 588 589 ... 843 844

Comentarios a estos manuales

Sin comentarios