01-17-2025 03:56 AM
hello every one,
I have a problem,
I want to create a 2D array who display my 2 cluster of my CAN protocol
I give you my program and I use PCAN drivers in my program
drivers :
https://lavag.org/topic/15784-cr-pcan-driver_lv2009/#comment-95558
Solved! Go to Solution.
01-17-2025 04:10 AM
Hi letesego,
@letesego wrote:
I have a problem,
I want to create a 2D array who display my 2 cluster of my CAN protocol
Which problem do you have?
Which 2 clusters do you want to process?
Why should there be a 2D array (for display purposes)?
Can you provide a simplified VI with just those 2 clusters and the expected resulting array?
01-17-2025 04:25 AM
Hi GerdW
I want to create 2D array indicator who included my data in my 2 cluster so read and write output
the goal it's when a new data was read or write, the data was integrate in the array.
I hope you understand my problem
letesego
01-17-2025 04:29 AM
01-17-2025 04:35 AM - edited 01-17-2025 04:35 AM
Hi letesego,
@letesego wrote:
I hope you understand my problem
The image in message #4 helped more than your text…
Suggestion:
01-17-2025 04:57 AM
01-17-2025 06:03 AM - edited 01-17-2025 06:04 AM
Hi letesego,
@letesego wrote:
that not solve my problem I want add the new data in a other column and keep the old data
Please define how to "add new data to a different column": how should the result look like?
My example keeps ALL data, regardless of "new" or "old", so please again: define how the result should look like!
Btw. there's no need to hide your message in a spoiler tag…
01-17-2025 06:31 AM
01-17-2025 07:55 AM
Hi letesego,
so you want to place ONLY the data arrays of write/read CAN cluster into your 2D array!?
Why don't you write so?
Simple solution:
01-20-2025 02:09 AM
Hi GerdW
That was my best try but that not work
I'm testing many thing like use for loop
I think I haven't a good used with array
Could you help me a last time ?
Best regards
letesego