Jump to content

BartDW

Members
  • Posts

    4
  • Joined

  • Last visited

    Never

BartDW's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Well here is the new code from my problem , changed a bit in it and well putted some comments in it too. Also, Labview is indeed a bit new for me, i'm started using it from september:). My whole thesis is about that, programming a full vibrationtable for testing air filter. Still i hope to learn more and i also will "try" to help ppl here. Still i'm not a vet like you guys, but i hope i will be one in some years:) Regards Bart Download File:post-5037-1147959132.llb
  2. hey again , Well Louis :worship: i have great news, yes yes i have found out how i could write the data away like i wanted too:). And yes, there is a bit off your advice in the coding , I cant thank you enough for it. And if you want to see the code, let me know and i will put it on my space. Regards Bart PS: I'm SOOOOO HAPPY
  3. Hey, Louis thanks for the reply, still there i have some questions about it. First off all, if the the ON vi is in the loop the program isnt replacing all the data tho, its more like appending to it, cause you need to choose replace if you want to start writing it away, after you said 'oke replace it' then the data will be written away to the spreadsheet. And its also for like, if you change something in the header then the data will be update. Then oke i understand that the header vi needs to be placed outside the loop, but then there will be the problem like, how can i manage to make my data like header data ... header2 data ... etc... cause normally i would use a concateneted string so that i can have like the header and then after that the data, but then the header and the data will always be written away. If there was a way to generate that header just 1 time and the data stream all the time, then i maybe can work. You can see that i still have problem with this ... Regards and many thanks Bart
  4. Hey, Well i have a question about writing away some data to a spreadsheet file. Well this is the thing: I have on my front panel a Table, so there are some columns and rows in it. Some off the data needs to be written to a spreadsheet file, for being a header off the file, after that header needs to come some data, data that i get from tests that i'm doing(like temp, vibration, etc...) So you what is now the problem? This is really hard to explain but i will try anyways:). The tests that are running generates lots off data, so that data will be writted away in 5-10mins, still not a reall problem and not that hard to program. The thing is that the data needs to be attached to a header from the table. Like in 1 row you get Temp 1. I take that Temp 1 and after that i need the data. If i want to write away other data from Temp 3 (attached to Row 3) then i need to have a header and after that header all the data from temp 3 in like 5-10 mins (the time i want to write away the data). This is what i cant get. What i can get is like all the headers from the table and all the data after it but not like i want it, not like Header Data data data Header2 data data data .... I tried alot to get the thing done but it never works, i made alot off changes here and there, made subs and all...still the only thing i can get is: Header Header2 Data data ... or header header2 header header2 data header header2 or header data header2 data (the last one is almost it, still i only get 1 data and its getting replaced in 5-10mins with new data and that also something i dont want, i need more data after it) Still if you ppl want to try to help me out, i have attached the program that i made (its a simple one and if it works it will be implented into my other program) Regards Bart Download File:post-2-1147815591.llb
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.