OSCAT Forum

network.lib => Codesys 2 => Thema gestartet von: moumie am 09. September 2015, 12:19:36

Titel: Task entry 'FTP_CLIENT_DEMO;' must be a program or a global function block insta
Beitrag von: moumie am 09. September 2015, 12:19:36
I am new to oscat.  :-[
I try to run the demo program for FTP.
I have exported the FTP demo and import it in my new progarm.
I have added the required library.
But I keep getting the following error:

Error 3554:  Task Configuration (3) : Task entry 'FTP_CLIENT_DEMO;' must be a program or a global function block instance.

Thanks

[gelöscht durch Administrator]
Titel: Re: Task entry 'FTP_CLIENT_DEMO;' must be a program or a global function block insta
Beitrag von: Blauprinz am 11. November 2015, 21:10:17
Hello,
at first check your task configuration.
Is your task free running or cyclical? you have to put your demo program in the task.
next controlling whether your demo program is excluded from translating (right click on the Demo PRG)... usually green shown function blocks, functions or PRG's are excluded from translating... ???

Good Luck