LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

C28x IQmath Library for LabVIEW

My colleagues are using Texas Instruments TMS320C28x IQmath Library to convert HEX values into actual value.

 

They program in C/C+, I would like to do the same with LabVIEW for my own testing purposes.

 

Does LabVIEW have a library similar to this or this can be implemented somehow?

0 Kudos
Message 1 of 3
(106 Views)

If you have the C dll, you can call it in LV to do the same conversion. From just the term it looks like some logic that TI used and only TI can provide an equivalent in LabVIEW (or at least explain the logic to implement in LV).

 

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 3
(99 Views)

Hi Dawn,

 


@FaIlingDawn wrote:

My colleagues are using Library to convert HEX values into actual value.


  • Which "HEX values" do you need to convert? How are those values represented/formatted in your data?
  • What is the "real value" of a "HEX value"??? Why is there a difference?

@FaIlingDawn wrote:

Does LabVIEW have a library similar to this or this can be implemented somehow?


Probably yes.

But you need to provide more information about your input data and the expected output data…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(60 Views)