02-14-2006 08:36 AM
I am using Teststand 3.5 and I am about to create a Labview VI that will measure the gain response of a receiver. This VI will output it as an 2D-Array and I would like to save it to my access result database, to be able to use that data for displaying a graph in my excel report.
I am new to teststand and I already know how to add a 2D-array to a report but don't really know how to add this information to the database. I read the provided manuals and searched the forums but didn't find anything that was really helpful. AFAIK I can add numerics and strings to the database just by adding a string value or numeric limit test but when it comes to arrays (especially 2D), I have no idea how to do that. I only know (or guess) that I have to add a new table to my database, edit the schema and the Database.seq.
I appreciate any help!
Stephan
02-16-2006 08:34 AM
10-19-2010 11:15 AM
Hi All,
thanks to this topic we managed to write binary data into our database. But unfortunately we want to move this to another database that is unable to handle binary Objects.
The data is a simple list of doubles (an oscilloscope waveform). How do we adjust the Schema-Columns/Parameters tab in database options to write a list of doubles into the database? I miss the option array of double in the type field.
Looking forward to any response.
David