Vai al contenuto

Problems in using PID function block

Home Forum Programmazione IEC 61131 (LogicLab) Problems in using PID function block

Stai visualizzando 3 post - dal 1 a 3 (di 3 totali)
  • Autore
    Post
  • #36017
    Asier
    Partecipante

    I am trying to use a PID control in Netsyst controller, but when I compile my project, LogicLab output this error:

    Code generation …
    Preprocessing EmbeddedElements completed.

    FT_INT(16) – error A4097: SYSTIMER => Object not found
    FT_DERIV(13) – error A4097: SYSTIMER => Object not found

    #39603
    Sergio Bertana
    Amministratore del forum

    The error reports that the external variable SYSTIMER is not present in the target (This variable is probably used by the PID FB). Which FB are you using ?

    It seems that you are not using our PIDMng function block (Manual abstract). You can download the project reported in this topic and modify the target to Netlog. The project can be tested also on the PC simulator.

    The SYSTIMER is reported in capital letters because you have not selected the Case sensivity (As we suggest) in the Project -> Option menu (Screenshot).

    #39606
    Asier
    Partecipante

    Thank you very much. I select another PID FB, It´s working…

Stai visualizzando 3 post - dal 1 a 3 (di 3 totali)
  • Devi essere connesso per rispondere a questo topic.