LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

arcnet cluster

Hello Guys,

 

I'm trying to receive data from Arcnet. But when I try to receive it shows me up the following message: MemoryManager.cpp error 406. I know that the size of the file that I've received is higher than 256 bytes. I checked the RxData.vi and realized that the maximum size of the cluster is 256 elements. Is it possible I double this value? How can I do that? I need to receive 480 bytes in each packet. I hope somebody helps me on that.

 

Thanks

 

Kito

 

P.S. I use Labview 8.5.

0 Kudos
Message 1 of 3
(2,790 Views)

The problem is that you are using the Array to cluster function to size your cluster, and you can only make it as large as 256 elements.  You need to create a cluster constant that has as many elements as you need.

 

See this recent thread where the poster was having problems trying to create a supersize cluster.

0 Kudos
Message 2 of 3
(2,779 Views)

Is there anybody that can convert this labview 5.0 file to labview 8.5?

 

Thanks

0 Kudos
Message 3 of 3
(2,575 Views)