Re: What LabVIEW does internally while coercion dots appears in block

2004-05-20 Thread Greg McKaskle
> Here i want to add something. If i connect a integer to float terminal > LabVIEW allocates the memory twice a times unless if i do a proper > conversion. As per your s/n it should not allocate a memory for array > conversion too. Pls Let me know if it is wrong. Assuming you are asking, the answe

Re: What LabVIEW does internally while coercion dots appears in block

2004-05-20 Thread subbu
Thanks Greg. Here i want to add something. If i connect a integer to float terminal LabVIEW allocates the memory twice a times unless if i do a proper conversion. As per your s/n it should not allocate a memory for array conversion too. Pls Let me know if it is wrong.

Re: What LabVIEW does internally while coercion dots appears in block

2004-05-20 Thread Greg McKaskle
> What LabVIEW does internally while coercion dots appears in block > diagram? The coercion dot indicates a datatype change is taking place. In some cases, it takes little or no time. A coercion from an unsigned to a signed integer is essentially free since the same amount of code w

What LabVIEW does internally while coercion dots appears in block diagram?

2004-05-19 Thread subbu
What LabVIEW does internally while coercion dots appears in block diagram?