Only vectors of the same length

From MotoHawk
Jump to navigationJump to search

The error in the build log file is: "..\motohawk_data_lib.tlc Line: 2726 Column: 82 Only vectors of the same length as the existing vector value can be asigned using the [] notation"


This error can occur if vectors used with MotoHawk are column vectors not row vectors (ex. lookup tables with breakpoints as column vectors, inputs to datastorage blocks). The fix is to replace column vectors with row vectors.

Model explorer could be used to search the model by library name for MotoHawk_ Data _xxx and PreLookup blocks, or by Property value, vector_style, = column.