ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

NI FPGA C++ API QUESTION

Hi community,
For those who have had experience with C++ API of LabView, how did you implement functionality in C/C++ that are not supported in LabView C++ API?
for example, unbundle by name, read from cluster, and etc.
I appreciate any help. Thanks.
0 Kudos
Message 1 of 4
(1,932 Views)

(edited)

 

Cluster interfacing is supported in a newer version of the C API.  Which version are you using?

 


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 2 of 4
(1,893 Views)

which version is it availble?

 

I'm using 19.0 version of general FPGA C++ API.

0 Kudos
Message 3 of 4
(1,861 Views)

Check release notes on 19.0: https://www.ni.com/pdf/manuals/377957a.html#New

 

Clusters are supported.

 


Certified LabVIEW Architect, Certified Professional Instructor
ALE Consultants

Introduction to LabVIEW FPGA for RF, Radar, and Electronic Warfare Applications
0 Kudos
Message 4 of 4
(1,856 Views)