Search found 6 matches

by mikaellindgren
Wed Feb 14, 2018 4:44 pm
Forum: LabVIEW
Topic: How to read out which range is set?
Replies: 2
Views: 4072

How to read out which range is set?

Is there a way to read out what the current range setting is?
by mikaellindgren
Sun Jan 28, 2018 10:29 am
Forum: LabVIEW
Topic: Labview import shared library
Replies: 6
Views: 17257

Re: Labview import shared library

LV(64-bit) complains about a missing header file: stdint.h see attachment.
LV Import shared library-1.pdf
(84.35 KiB) Downloaded 1063 times
Several such files are available on C: but I do not know which to use? Why is it not supplied by Pico in the SDK?
by mikaellindgren
Sat Jan 27, 2018 4:34 pm
Forum: LabVIEW
Topic: Load pssettings from LabView
Replies: 1
Views: 3268

Load pssettings from LabView

How to load a .pssettings file into my PS3206D programmatically from LabView?
by mikaellindgren
Sat Jan 27, 2018 4:15 pm
Forum: LabVIEW
Topic: Bandwidth limit 20 MHz
Replies: 5
Views: 11300

Re: Bandwidth limit 20 MHz

I need to set the bandwidth limit to 20 MHz from LabView but the ps3000aSetChannel does not include this option?
by mikaellindgren
Sat Jan 27, 2018 3:41 pm
Forum: LabVIEW
Topic: Labview import shared library
Replies: 6
Views: 17257

Re: Labview import shared library

Thanks, I found it. However, I get this reply from LV: The shared library contains 74 function(s). But no function is found and recognized in the header file. The following function(s) cannot be wrapped. If you want to import these functions, please review the warning messages next to the functions ...
by mikaellindgren
Fri Jan 26, 2018 4:42 pm
Forum: LabVIEW
Topic: Labview import shared library
Replies: 6
Views: 17257

Labview import shared library

LabView recommends to import the dll-file: (from help file) Importing Functions from a Shared Library File Use the Import Shared Library wizard to create or update a LabVIEW project library of wrapper VIs for functions in a Windows .dll file When I try this I need the header-file (*.h) also. I use t...