-
Try out the new Jake: AI Coding Assistant for LabVIEW (beta)!
Get answers to questions about LabVIEW and discuss your code.
IG Flex Channel Examples by Illuminated G - Toolkit for LabVIEW Download
Version | 1.0.0.1 |
Released | Mar 01, 2022 |
Publisher | Illuminated G |
License | MIT |
LabVIEW Version | LabVIEW>=20.0 |
Operating System | Windows, Mac, and Linux |
Dependencies | illuminatedg_lib_flexchannels |
Project links | Homepage Repository |
Description
Provides more real-world usage of the Flex Channel template with multiple data types and demonstrates the multiple reader endpoint types. The examples can be found by clicking the Examples button in the package info from VIPM after installing.
The current demo is a somewhat of an Actor-Oriented DAQ Test Panel that leverages the Flex Channel template instead of Actor Framework as the communication mechanism. The top level UI utilizes a nested actor to manage the UI and manage the other two actors: a function generation actor and a DAQmx output actor. The generation and output actors are completely independent of each other but the channel layout allows the generation data to be previewed by a lossy endpoint in the UI as well as send lossless data directly to the output actor.