LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Plot constellation diagram error

Help me plot an IQ constellation graph. I don't know how to fix a data typing error. The modulator data is output to the HOST VI in a while loop.

0 Kudos
Message 1 of 6
(258 Views)

Hi Bezenchuk,

 

the error message is quite clear: the cluster datatypes don't match!

 

You try to wire a cluster containing FXP data to a VI that expects a (standard) waveform datatype (with array of DBL samples).

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 6
(213 Views)

You're right, but due to my lack of experience, I don't know exactly how to fix this. Can you suggest a block that would work for my purpose?

0 Kudos
Message 3 of 6
(203 Views)

Hi Bezenchuk,

 

please don't ask for "HOW", ask for "WHAT" instead!

 

WHAT do you want to achieve? Which data do you acquire and what do you want to do with it?

 

(Right now you just ask "HOW do I connect this cluster to that cluster input?"...)

 

Remember: we cannot edit/debug/run images with LabVIEW!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(198 Views)

I need to build a constellation, which requires eliminating a data type mismatch. To do this, I need to create a cluster containing complex numbers. This only leads to a broken wire. I only see int and uint (for example, "U16 to IQ data") to IQ conversion blocks, so I'm asking how to implement this. 

 

Here's a simplified version of my code.

0 Kudos
Message 5 of 6
(179 Views)

Hi Bezenchuk,

 


@BEZENCHUK wrote:

I need to build a constellation, which requires eliminating a data type mismatch. To do this, I need to create a cluster containing complex numbers.


Yes, you can (easily) plot complex numbers on XY graphs…

 


@BEZENCHUK wrote:

 This only leads to a broken wire. I only see int and uint (for example, "U16 to IQ data") to IQ conversion blocks


Where does your data come from?

Which datatype do your sample have?

Why can't you convert from one numeric datatype to a different datatype?

Where do those "IQ conversion blocks" come from? (Which module/toolkit do you use?)

 


@BEZENCHUK wrote:

Here's a simplified version of my code.


Unfortunately I'm limited to LV2019 right now.

Please attach a downconverted version of your VI…

Best regards,
GerdW


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