![]() |
This is a proof of concept for Squidstat integration into LabVIEW. It is not feature complete, but should include enough to get started using our Squidstats in LabVIEW.
Note: Control via LabVIEW is still in beta. We cannot guarantee the accuracy or stability of the system while using it. If you see any issues or if you would like to request that we implement a missing feature, please create a new discussion on our GitHub Discussions page. We currently only support Windows for this beta release.
git checkout LabVIEW-beta
My Computer
and navigate to Add->Folder (Auto-populating)...
SquidstatLibrary/windows/LabVIEW-beta
directory in the API and select it..vi
located at LabVIEW-beta/Demo/Demo.vi
. Here you will find an example of handling AC and DC data. Our API utilizes LabVIEW User Events to facilitate the transfer of data into the rest of the system.Squidstat/SquidstatEventLoop.vi
for an example of the polling loop that creates these events. You can copy this loop where desired and remove the event structures. For future releases, this may become simplified.SquidstatLibrary/windows/LabVIEW-beta/SquidstatPalette.mnu
. This can be done via Tools->Advanced->Edit Palette Set...