07-28-2010 07:51 AM
I have an array that I built going into a write to spreadsheet and although the first column comes out allright, the next three are all zeros? Could this be because they are such small numbers? and if so How do I remedy this. Here is my VI
Solved! Go to Solution.
07-28-2010 07:57 AM
the subvis are missing. Can you upload the subvis too?
07-28-2010 07:57 AM
Read the help for the function and change the format input.
07-28-2010 07:58 AM
Hey Pazmush
I'm trying to open your VI to see whats going on, but missing some sub VIs, can you attach them for me?
07-28-2010 07:59 AM
@Pazmush wrote:
I have an array that I built going into a write to spreadsheet and although the first column comes out allright, the next three are all zeros? Could this be because they are such small numbers? and if so How do I remedy this. Here is my VI
1) press crtl-h to open the help window.
2) Float over the write to spreadsheet function.
3) Observe input at the top labled "format".
4) Right click on SS function and choose show help.
5) Read explanation about the format input.
6) Change the format input by creating a constant and editing same for your needs.
If the format is not the issue. create a probe for that data and check to see what your real data is. It just may be zero.
Ben
07-28-2010 09:41 AM
here you are
07-28-2010 09:48 AM
never mind, ben is the winner! I am a fool!