LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Conversion to decimal string from I32 - coercion dot in case of array

Solved!
Go to solution

Probably the answer is trivial, but I do not get this 🙂 If we have the same data types, why a coercion dot appears for arrays?

 

coercion_dot1.png

 

 

Message 1 of 8
(5,326 Views)

Interesting, i haven't thought about it before, but it does! Not only on I32, but on all arrays! My first thought was that it changed to some other data type, but no number format works, and an array of variants breaks. Maybe it coerces to an Array pointer or something?

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 2 of 8
(5,316 Views)

The conversion works. But when I see a coercion dot plus I do not know why, it makes me a tiny bit worried 🙂 So very interested what the red dot means in such cases...

0 Kudos
Message 3 of 8
(5,310 Views)

I remember this being brought up sometime in the past.  Perhaps it was during a beta.  Don't remember if a CAR came out of it.



There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 8
(5,287 Views)
Solution
Accepted by topic author Blokk

Hi!

 

the behaviour is filed as CAR 152788 'Coercion Dot appears when wiring Integer Array to Number To Decimal String.vi' and is not yet fixed.

 

Best regards,

Christoph

Staff Applications Engineer
National Instruments
Certified LabVIEW Developer (CLD), Certified LabVIEW Embedded Systems Developer (CLED)


Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved
Message 5 of 8
(5,247 Views)

Hi Christoph,

 

so that problem most have a very very low priority as the coercion dot was already shown in LV2009(SP1)…

(That's the oldest LV version I have in use right now.)

😄

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 6 of 8
(5,242 Views)

Hi Gerd,

 

I can neither confirm or deny that Smiley Very Happy

Understandably that is not most pressing issue.

 

Best regards,

Christoph

Staff Applications Engineer
National Instruments
Certified LabVIEW Developer (CLD), Certified LabVIEW Embedded Systems Developer (CLED)


Don't forget Kudos for Good Answers, and Mark a solution if your problem is solved
0 Kudos
Message 7 of 8
(5,233 Views)

@Christoph_D wrote:

Hi Gerd,

 

I can neither confirm or deny that Smiley Very Happy

Understandably that is not most pressing issue.

 

Best regards,

Christoph


Do not worry! I have found a temporary workaround:

 

mask1mod.jpg

Message 8 of 8
(5,228 Views)