07-02-2009 02:51 PM
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.
07-02-2009 04:04 PM
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.
03-08-2011 11:59 AM
Is there anybody that can convert this labview 5.0 file to labview 8.5?
Thanks