07-01-2010 11:53 PM - edited 07-01-2010 11:53 PM
Hello Jim,
Thanxs for your help so far. I need your help for the last time, with this I will accomplish my task. Iam trying to pull all the channel names and message ID from the *.dbc file to a 2-D array as required, but Iam facing a problem here. My output is coming in the form of a cluster array, Iam not understanding how to convert them to a 2-D array. Can you please make changes to my program, so that it will be in the desired 2-D form, as shown in the attached image..
Thank you
- Raghu
07-02-2010 12:11 AM
Jim,
Here is my *.dbc file which contains all the channel and message ID information you can try to feed to my VI and see what actually Iam getting in the output cluster array.
Thanxs
- Raghu.
07-02-2010 05:56 AM
@3096912533 wrote:
Jim,
Here is my *.dbc file which contains all the channel and message ID information you can try to feed to my VI and see what actually Iam getting in the output cluster array.
I can't feed this into your VI because you didn't include your sub-VIs.
Here's the solution to the last post. Please mark one of my posts as the solution to your problem.
07-02-2010 10:49 PM
Thanks Jim, Iam able to split the cluster data in to a 2-D array and successfully inserted in to my main program.
- Raghu