Error description 320-0017
Error message
Configuration and PLC program incompatible
Cause of error
A PLC program has been selected that is not compatible with the configuration of the machine.
Necessary prerequisites for the successful operation of the PLC program:
- PLC programs that operate with the numerical memory interface API 1.0 (TNC flag interface) can only control one operating mode group, one NC channel, and one spindle.
- PLC programs that use the symbolic memory interface API 3 must create the API data structures in the number suitable for the configuration.
- The correct values for the system parameters AXIS_COUNT and SPINDLE_COUNT must be defined in the configuration file of the PLC compiler.
- PLC programs must define a sufficiently large memory image. All permanently assigned, non-volatile, or absolutely addressed flags must fall within the memory image.
- PLC programs have to define all markers to which configuration data are to be assigned at the start of the PLC program.
- Pay attention to any other, previously issued warnings.
Error correction
- Check the machine configuration
- Check the configuration file of the PLC compiler for correct values
- Use a suitable PLC program
- Inform your service agency