LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Taille Maxi FiFo ??

Quelle est la taille maxi acceptable par une FIFO ??

Lorsque je crée une fifo de type I16A (tableaux I16), que je fixe le nombre d'élément dans chaque tableau (elements in array) à 65536 et nombre de tableaux (size) à 30, j'obtiens l'erreur suivante :

error -2201

Raison(s) possible(s) :

LabVIEW: (Hex 0xFFFFF767) The specified name already exists and is of a different size or type.

Note : si j'ai 32768 au lieu de 65536 pour le nb d'éléments dans tableau, alors çà passe.
Eddy DUCHENE
12 F Chemin de Boutary
69300 CALUIRE ET CUIRE

educhene@laposte.net
0 Kudos
Message 1 of 2
(2,627 Views)
Pardon le reponse en anglais, je n'ecrise pas bien en francais.
Maximum FIFO size should only be limited by the amount of memory available. For 30 arrays of 65536 elements of I16, the memory used would be about 4MB.
The error message says you already have a FIFO created with that name and its array size must have been set to 32768. Try using a different name with 65536 elements and 30 arrays and see if you still get the same error.
- tbob

Inventor of the WORM Global
0 Kudos
Message 2 of 2
(2,627 Views)