11-05-2014 03:28 PM
I have been searching, yet struggling with what is probably pretty simple to do. I am writing data to a csv but my data is not coming out the way I need it to look in the spreadsheet once its been written. Each of the channel's data from the front panel need to be in their own Column. Please see attached csv for what I'm aiming to accomplish in a finished program. As of right now, I can write to the csv file but the data and fields are not in their proper columns/rows. Can someone get me jump started on this please? I'm very new and green in Labview. This is my first program. Thank you.
Solved! Go to Solution.
11-05-2014 03:36 PM
Wire "T" in to "transpose?"
11-06-2014 06:30 AM
Well, that was easy! Ill try not to ask any more questions with obvious answers.
11-06-2014 06:46 AM
It is recommended to turn on context help (ctrl+H) so you can get a brief description of stuff you mouse over. You can get detailed information by clicking on "details".
For example, you would have seen the terminal for "transpose" in the context window. Curious to see what it did, you would have clicked on "details". That would have shown you what "transpose" does.
I hate it that Microsoft trains you to ignore help files because they write them so poorly.
11-06-2014 06:51 AM
Hey, that came across a little bluntly. It wasn't intended to demean you in any way. I apologize if that's the way you took it.
11-06-2014 06:55 AM
Thanks. Done. Helps for sure, but I still wouldn't have known what "transpose" does unless I tried it. Helps if I know what "transpose" means to begin with. 😉 Now I know.
11-06-2014 08:20 PM - edited 11-06-2014 08:20 PM
It's supposed to be a common programming term, but the only reason I knew what it meant was because I happened to read the help file for "transpose 2d array". 😉