05-11-2012 11:08 PM
05-12-2012 01:32 AM
@Norbert_B wrote:
Can you look into MAX and find out which version of the Database Connectivity Toolkit you have?
What is MAX?
05-12-2012 03:12 AM - edited 05-12-2012 03:16 AM
iCat wrote:
Since I'm a LabVIEW beginner, I don't know what that even means.
Oh, sorry I hadn't realized... I was just suggesting you could intergrate this snippet in your code in order to check that the type of data contained in your variant is an I32 or something else.
Is it you who made that code you posted or have you inherited it from someone else?
MAX is "Measurment & Automation Explorer" an exe that you can use to check your NI Hardware and NI Drivers.
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
05-13-2012 07:28 PM
@Andrey Dmitriev wrote:
@iCat wrote:
The value is 25, but if the VI converts it to I32, the returned value is 0.
Try to use Database Variant To Data instead of Variant To Data:
I tried DB Variant To Data, and my VI now converts null variants to 0.
Before using it, null variants were the cause of errors.
It's marked as solved.