Technical data
rolllib.tlc Error Messages
C-9
8-- Unable to declare roll variable p_
name
 for 
Type
 block 
Name
(LibDeclareRollVariables) The variable rollVars contains <param>/p 
(declare parameter 
p), but p is not a valid block parameter.
9-- Unable to roll RWork for 
Type
 block 
Name
. RWork must be defined
(LibDeclareRollVariables) The variable rollVars contains RWork (declare all 
real-work), but the block does not have any real-work to declare.
10-- Unable to declare roll variable rw_
name
 for 
Type
 block 
Name
(LibDeclareRollVariables) The variable rollVars contains <rwork>/r 
(declare real-work 
r), but r is not a valid real-work name.
11-- Unable to roll IWork for 
Type
 block 
Name
. IWork must be defined
(LibDeclareRollVariables) The variable rollVars contains IWork (declare all 
integer-work), but the block does not have any integer-work to declare.
12-- Unable to declare roll variable iw_
name
 for 
Type
 block 
Name
(LibDeclareRollVariables) The variable rollVars contains <iwork>/i 
(declare integer-work 
i), but i is not a valid integer-work name.
13-- Unable to roll PWork for 
Type
 block 
Name
. PWork must be defined
(LibDeclareRollVariables) The variable rollVars contains PWork (declare all 
pointer-work), but the block does not have any pointer-work to declare.
14-- Unable to declare roll variable pw_
name
 for 
Type
 block 
Name
(LibDeclareRollVariables) The variable rollVars contains <pwork>/p 
(declare pointer-work 
p), but p is not a valid pointer-work name.
15-- There are no modes to roll in 
Type
 block: 
Name
(LibDeclareRollVariables) The variable rollVars contains Mode (declare 
block modes), but the block does not have a modes vector to declare.










