Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Property defined in unsupported variable block

Properties only allow for variable blocks of type VAR.

Errouneus code example:

FUNCTION foo
    PROPERTY_GET bar: DINT
        VAR         /* ... */   END_VAR
        VAR_INPUT   /* ... */   END_VAR // Invalid
    END_PROPERTY
END_FUNCTION