I am using TestStand 3.5, and the IVI step types to query DMM's and Oscopes. I am then logging that data to a SQL Server 2005 database. The problem comes when I have values that are above the range of the equipment, and they return a NaN. TestStand then tries to write this to the database, but the database does not accept or understand a NaN, the equivalent in SQL being a NULL. Has anybody been able to address this NaN -> NULL issue, or any ideas on how to deal with it.
Along the same lines LabVIEW has the concept of +Inf and -Inf, I ask the same question does anybody know how to deal with this in a SQL database.