Autor Thema: Task entry 'FTP_CLIENT_DEMO;' must be a program or a global function block insta  (Gelesen 6759 mal)

0 Mitglieder und 1 Gast betrachten dieses Thema.

Offline moumie

  • Newbie
  • *
  • Beiträge: 7
    • Profil anzeigen
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]

Offline Blauprinz

  • Newbie
  • *
  • Beiträge: 40
    • Profil anzeigen
    • E-Mail
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