L-force | plc designer – Lenze PLC Designer PLC Designer (R2-x) User Manual

Page 282

Advertising
background image

L-force | PLC Designer

Editors in PLC Designer

280

DMS 3.2 EN 02/2011 TD29



The variables local and in2 also should not be displayed:

{library public}(* this is for all *) {library private} (*
this is not for all *)

{library public}

FUNCTION afun : BOOL

VAR_INPUT

in: BOOL;

END_VAR

{library private}

VAR

local: BOOL;

END_VAR

{library public}

VAR_INPUT

in2: BOOL;

{library private}

in3: BOOL;

{library public}

END_VAR

Advertising