LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Question on Coersion

Why is there a coersion dot in the attached example?  I'm using XP-Pro and LV 8.20
0 Kudos
Message 1 of 5
(2,999 Views)
You use two different typedefs, although the low-level data types are the same, is the cluster itself not the same. The names of the sgl's are different.

Ton
Free Code Capture Tool! Version 2.1.3 with comments, web-upload, back-save and snippets!
Nederlandse LabVIEW user groep www.lvug.nl
My LabVIEW Ideas

LabVIEW, programming like it should be!
Message 2 of 5
(2,994 Views)

It's not clear why type definitions will cause a coersion.  I appreciate your response and I'll fix the type def issue.  Sorry for the long reply.  I was on vacation.

Thanks,

Dave J.

0 Kudos
Message 3 of 5
(2,941 Views)

The coercion dot is ther to bring to your attention that that LV has done some guessing about how the data in one typedef matches up with the other.

Contrary to popular belief, not all coercion dots are a sign of a data copy or duplication. They are a sign that there MAY be a data copy.

Ben

Message Edited by Ben on 12-12-2006 02:54 PM

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 4 of 5
(2,924 Views)

After I wrote and posted

"

Contrary to popular belief, not all coercion dots are a sign of a data copy or duplication. They are a sign that there MAY be a data copy.

"

it occured to me that I should include a warning to those that have not passed the CLAD or CLD exams. In that case, froget what I said. Smiley Wink

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 5 of 5
(2,888 Views)