ni.com is currently experiencing unexpected issues.
Some services may be unavailable at this time.
04-30-2019 04:37 AM
Hello,
I'm working with the Keithley 6517b electrometer and wanted to use the LabView driver. However while testing the example "Acquire measurement" the error queue produced the attached errors.
Doing measurements with a selfmade LabView VI works..
Does somebody have an idea?
Thanks a lot.
Regards,
Jonas
Solved! Go to Solution.
04-30-2019 04:46 AM
Hi Jonas,
Does somebody have an idea?
Yes: it's your fault! 😄
You are using a German (?) Windows using German regional settings with a comma as decimal separator.
Almost all device drivers from NI rely on using a point as decimal separator - as well as 99.9% of all external DAQ devices I have seen so far.
So you get an error when you try to scan strings expecting the "wrong" decimal separator…
Solutions:
04-30-2019 05:39 AM
Thanks a lot..
That didn't cross my mind. Dumb 😄
Regards
Jonas
05-02-2019 06:53 AM
Hi JonasO,
on top of GerdW's answer, this may be useful as well: Localization Codes in LabVIEW.
Regards,