06-22-2013 01:28 PM
Hello!
I'm pretty new to Labview and i'm trying to simulate a CAN- controller area network message of 130 bits. The problem is the digital waveform (and the digital pattern), which displays only 32 bits. Can someone give me an idea on how to join several waveforms? or how to split the strings and then join them in one continous waveform?
thank you
06-22-2013 01:32 PM
here is what i made so far
06-22-2013 04:03 PM
I suspect your digital waveform only has 32 bits because "Scan From String" is returning a 32-bit integer, discarding the rest of your data.
I'm not what you need your application to do, but you might try to:
06-23-2013 02:12 AM
Thanks for the hints
I'm going to work on this today.
I'm trying to display a long binary code as a digital waveform. The code(1010101010101110) has to be very long and has to be gathered from 13 different strings or numeric controls.
I will try and use numeric controls