Task entry 'FTP_CLIENT_DEMO;' must be a program or a global function block insta

Begonnen von moumie, 09. September 2015, 12:19:36

Vorheriges Thema - Nächstes Thema

0 Mitglieder und 1 Gast betrachten dieses Thema.

moumie

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]

Blauprinz

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