09-19-2016 12:58 AM
Hi there, I encountered some problem while trying to write to a spreadsheet file. But when I tried to open the file, nothing was written there. Would appreciate your help,thanks.
09-19-2016 01:09 AM - edited 09-19-2016 01:13 AM
Share Actual Vi/Snippet instead of Image.
Did you got any error?
Are you sure data is being generated before writing to a file (can probe and check)
09-19-2016 01:11 AM
Hi, sorry about that. Here's the VI.
09-19-2016 01:14 AM
09-19-2016 01:19 AM
I checked piece of your code by feeding inputs of my own, it works fine.
Make sure about your data, whether any data is being transfered to input node of Spreadsheet VI.
09-19-2016 01:28 AM
Now that I tried creating a new file in a new location and there's this pop-out. However, I'm sure that I've saved it to the correct location.
09-19-2016 01:49 AM
09-19-2016 02:01 AM
You dont need to create a file, Write to spreadsheet file will create new file by default, if the file is not present
09-19-2016 02:02 AM
Hi,
where exactly do you have your VI running? Which target system do you use?
Is it by any chance a RT target (like cRIO, myRIO)? You know those are "stand alone" computers on their own with NO access to your PCs harddrive?
09-19-2016 02:23 AM
Hi PalanivelT, I've tried all the suggestions, everything seems fine, but, still not able to read into spreadsheet file. I've also tried changing my input data to random number, still nothing is write in.