This basic tutorial demonstrates how to capture a live ultrasound video stream with LabVIEW using Xono2L. The screenshots in this tutorial are based on the demo VI included as part of this repository.
DLL API functions are imported into LabVIEW using the Call Library Function Node
s.
For this you will first need to let each such node know the path to your local copy of the Xono2L DLL.
Then you will need to specify the input and output argument types.
Finally you will need to connect them to LabVIEW input and output nodes of appropriate types.
The sections below illustrate how to do all of this using the demo VI provided. This animated image illustrates what to expect after completing all these steps:
Import the start_acquisition
API function:
Set its input and output parameters:
Import the stop_acquisition
API function:
Set its input and output parameters:
Import the is_acquiring
API function:
Set its input and output parameters:
Import the get_data
API function:
Set its input and output parameters: