LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"How to make a graph 2D with binary file

Hi
I have a binary file and I want to put the data in the table (with 500 columms an n line) and make a graph 2D intensity.
Have you an examble for build a table with a fixe number columns.
Thank's
0 Kudos
Message 1 of 3
(2,930 Views)
you can try this vi.





"jean-Leost" a ?crit dans le message news:
506500000008000000A84A0000-1021771306000@exchange.ni.com...
> Hi
> I have a binary file and I want to put the data in the table (with 500
> columms an n line) and make a graph 2D intensity.
> Have you an examble for build a table with a fixe number columns.
> Thank's



[Attachment binary.vi, see below]
0 Kudos
Message 2 of 3
(2,930 Views)
Merci pour votre réponse.
Je commence avec labView et j'essaye de lire un fichier .bin
Chaque point de mon fichier est codé sur 16bits (I16)signé.
Pour chaque ligne, j'ai 501 points et j'ai n ligne.
En me servant d'exemple, j'essaye d'ouvrir le fichier de placer le contenu ds un tableau de 501 colonnes et n ligne (donc tester le EOF) du fichier et d'afficher le tout sur un graph 2D avec gradient de couleur pour l'intensité de chaque point. (Fréquence en X, Distance en Y et Amplitude en "couleur").
Mon probléme est de remplir le tableau.
Si vous avez un exemple qui se rapproche...
Je suis preneur.
Merci.
Jean
0 Kudos
Message 3 of 3
(2,930 Views)