absyntax/absyntax.def
changeset 619 f8c9ac5c529a
parent 592 99a284cec1f2
child 672 dee28c5bdc73
--- a/absyntax/absyntax.def	Wed Aug 01 09:05:25 2012 +0100
+++ b/absyntax/absyntax.def	Wed Aug 01 10:31:14 2012 +0100
@@ -466,8 +466,13 @@
 /*  record_variable '.' field_selector */
 /*  WARNING: input and/or output variables of function blocks
  *           may be accessed as fields of a structured variable!
- *           Code handling a structured_variable_c must take
- *           this into account!
+ *           Code handling a structured_variable_c must take this into account!
+ *           (i.e. that a FB instance may be accessed as a structured variable)!
+ *
+ *  WARNING: Status bit (.X) and activation time (.T) of STEPS in SFC diagrams
+ *           may be accessed as fields of a structured variable!
+ *           Code handling a structured_variable_c must take this into account 
+ *           (i.e. that an SFC STEP may be accessed as a structured variable)!
  */
 SYM_REF2(structured_variable_c, record_variable, field_selector)