09-16-2014 09:36 AM
Hello and good day
I'm actually doing research for my project.
my problem is that. can labview operate with picoscope 5442B?
if can. can someone teach me how to write the program since i'm new in this scope
thanks 😄
09-16-2014 09:53 AM
Labview can communicate with many devices, the key is identifying what info you need to make the program. Provided the manufacturer doesn't already provide VIs, you'll need to make your own. For this you'll need the following information to start.
Does the picoscope use GPIB (what's the device address?)? RS232 (buad rate, terminating characters, stop bit, parity?)? USB ?
What commands would you need to send (usually short string messages)? Check the user manual of the scope for this info.
09-16-2014 09:59 AM
pjr1121. can i get your email for futher discussion?
09-16-2014 10:32 AM
09-16-2014 10:40 AM
is it named 'picoscope 6'?
09-16-2014 10:46 AM - edited 09-16-2014 10:46 AM
a quick look through the manufacturer's website shows that you want the Softwar Development Kit (SDK) located here. http://www.picotech.com/software.html
It contains labview examples along with DLL wrappers (the subvi's you will be using to construct a functional program)