24.01.2015 Views

PLC Programming

  • No tags were found...

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Appendix J: Compiler Errors and Warnings<br />

Modify the task configuration so that each task has a different priority.<br />

3571<br />

"The library 'SysLibCallback' is not included in the project! System events can not be<br />

generated."<br />

In order to create event tasks, the SysLibCallback.lib is needed. Link this library to the project in the<br />

library manager or modify the task configuration (task attributs) in that way that there is no task<br />

triggered by an event.<br />

3600<br />

"Implicit variables not found!"<br />

Use command ‚Rebuild all’. If nevertheless you get the error message again please contact the <strong>PLC</strong><br />

manufacturer.<br />

3601<br />

3610<br />

3611<br />

3612<br />

" is a reserved variable name"<br />

The given variable is declared in the project, although it is reserved for the codegenerator. Rename<br />

the variable.<br />

" '' not supported"<br />

The given feature is not supported by the current version of the programming system.<br />

"The given compile directory '' is invalid"<br />

There is an invalid directory given in the ‚Project’ ‚Options’ ‚Directories’ for the Compile files.<br />

"Maximum number of POUs () exceeded! Compile is aborted."<br />

Too many POUs and data types are used in the project. Modify the maximum number of POUs in the<br />

Target Settings / Memory Layout.<br />

3613<br />

"Build canceled"<br />

The compile process was cancelled by the user.<br />

3614<br />

"Project must contain a POU named '' (main routine) or a taskconfiguration"<br />

Create an init POU of type Program (e.g. <strong>PLC</strong>_PRG) or set up a task configuration.<br />

3615<br />

" (main routine) must be of type program"<br />

A init POU (e.g. <strong>PLC</strong>_PRG) is used in the project which is not of type Program.<br />

3616<br />

"Programs musn't be implemented in external libraries"<br />

The project which should be saved as an external library contains a program. This will not be<br />

available, when the library will be used.<br />

CoDeSys V2.3 10-111

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!