01-24-2013 08:42 AM
I am trying to transmitt a CAN ID with some data using the attached vi.
The ID and period work fine...but no matter what data I transmitt (ie. 10 10 10 FF FF FF 1 10)...all I get in the 'out MsgToTx' is 00 00 00 00 00 00 00 00
Can anybody please help?
Solved! Go to Solution.
01-24-2013 11:08 AM
Did you look at what you're doing here? You're getting the length of the DATA array, but completely ignoring the data in it.
I'm not sure what you were trying to achieve with the Min & Max function, but it looks like you could simplify and correct this VI by using "Reshape Array" instead of initializing an array and using array subset.