From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Actor Framework Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Actor Framework and DAQmx via HAL

would there be any examples on the typical use of actor framework with DAQmx via a HAL.

0 Kudos
Message 1 of 2
(4,869 Views)

Weirdly, yes. 🙂

For the AF as a HAL, first of all, you might want to check out the project template "Evaporative Cooler" that ships with LabVIEW (File >> Create Project...). After you've looked at that example, then I think this will be much more tackleable:

https://decibel.ni.com/content/docs/DOC-32506

This is the LabVIEW code that Eli uses to demonstrates HALs. You need to download this support library first: https://decibel.ni.com/content/docs/DOC-21441

And then you can review the rest of the code. THIS IS THE MOST COMPLETE SHIPPING EXAMPLE OF A HAL/MAL setup in LabVIEW that I know of.

http://www.ni.com/webcast/3431/en/

This is a 46-minute webcast about LV OOP and HALs that goes with the above code.

Message 2 of 2
(4,450 Views)