From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write /read ini cluster limits / ogtk

Solved!
Go to solution

Hello,

 

Some one kows what is the limit with  "write  read ini cluster " from ogtk

 

i tried with array of cluster and it works well, but with with  composite cluster that report an error.  

 

i create a composed cluster definie in vi attached , it reach to write and file seems to be well defined

 

but i don't succeed to read it after it send me error message.

 

best regards

 

important to read file "palier" palier.txt have to be rename in palier.cpt  else you can create one using write palier.vi

 

path is code in hard so you have to change path to your proper path in read palier.vi

 

Tinnitus

 

 

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
Download All
0 Kudos
Message 1 of 6
(3,554 Views)

i forgot error mess:

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 2 of 6
(3,549 Views)

Try replacing the timestamp with a double.

This might help, or use a string that stores the timestamp.


Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 3 of 6
(3,520 Views)

thanks, that seems to solve the probleme, i make some tries

 

with string and double conversion and i will close the post,

 

or in few words can you tell me advantages/inconveniens between both ?

 

regards

 

Tinnitus

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 4 of 6
(3,507 Views)
Solution
Accepted by topic author tinnitus

It depends on the level of accuracy you need. I think the string is your best option.

 

Ton

Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
0 Kudos
Message 5 of 6
(3,490 Views)

hello TCPlomp,

 

You think using double , I can lose resolution,   for this application 1s rsolution is needed

 

but it will be interresting to know how double conversion limit  timestamp resolution

 

 

best regards 

 

Tinnitus

 

 

 

 

CLAD / Labview 2011, Win Xp
------------------------------------------------------
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail

Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte
0 Kudos
Message 6 of 6
(3,485 Views)