I'm building an interface for a controller that has 7 inputs.. The FCAN Rx block seems hard-coded to output a uint8(8), a vector of uint8 integers of size 8. Is there a way to override the length? And the type? For example, if we need uint16 instead of unit8 to represent the inputs? Or two uint8 bytes to represent each value? The MBDT only includes examples with type uint8 and vector size 8. It is not clear from the examples if other sizes and types are possible, and if so, how. Thanks
