How to read out SENT protocol data by Labview

Post your LabVIEW discussions here
Post Reply
Wilson Lee
Newbie
Posts: 0
Joined: Fri Nov 29, 2019 1:05 am

How to read out SENT protocol data by Labview

Post by Wilson Lee »

I use Pico2204A to measure the product with output of SENT protocol. And now I want to use Labview to read out the analysis data of SENT protocol. How can I program to do so? Is there any example or instruction for it? Please advised. Thanks!

AndrewA
PICO STAFF
PICO STAFF
Posts: 407
Joined: Tue Oct 21, 2014 3:07 pm

Re: How to read out SENT protocol data by Labview

Post by AndrewA »

Hi,
For the 2204A you need to use the examples here- https://github.com/picotech/picosdk-ni-labview-examples/tree/master/ps2000

Please read our full LabVIEW instructions here-
https://github.com/picotech/picosdk-ni-labview-examples/blob/master/README.md

Note our API/SDK does not provide any measurement or serial decoding features. These are only features of PicoScope 6 software.
You will need to use your own code or 3rd party tools/libraries to do serial decoding. Some measurement functions can be found in LabVIEW.
Regards Andrew
Technical Specialist

Post Reply