The Pico SCPI labTool (PST) allows you to connect your PC to equipment to control and monitor all sorts of things. It runs on a Raspberry Pico.In this post: functionality, and how to use SCPI or LabVIEW to program the device.
Click here to read a det...
This lesson will introduce you to the LabVIEW programming environment and show you have to write your first LabVIEW program.
www.youtube.com/watch
Problems viewing? Try Chrome or FireFox
Take Quiz 1
In LabVIEW, you often use while loops with a stop button. The process will keep running and looping until you press the button. It then triggers the exit condition and the loop stops.Here is an example from my Digilent DAQ driver:
The button is insi...
I'm writing a flow to automate long-term temperature measurement. In this blog, I'm adapting the predefined LabVIEW process from the previous post. The precision is improved by adding reference junction compensation.
amend...
LabVIEW has a mechanism called Polymorphic VI. It's a block that can assume several predefined behaviours. Showing it is easier than explaining. In this post, I explain a polymorphic block that can configure 3 very different t...
I'm writing a flow to automate long-term temperature measurement. In this blog, I'm reviewing the predefined LabVIEW process.In the next posts I improve the precision by adding reference junction measurement.
amended example fl...
I'm writing a flow to automate long-term temperature measurement. The start is simple: I'll set up as SCPI script that can set up meter and scan card with a thermocouple, then perform a measurement. For the time being, I'll run it...