LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 2010 Improved(Optimization) Execute, Operate and Transfer Data in that one?

I created a VI, use the LabVIEW 8.6.1(For Mac).


LabVIEW8.6.1 and LabVIEW 2010-1.png

                                             图1  LabVIEW 8.6.1(For Mac) (U8)

 

Using LabVIEW 8.6.1 (For Mac) own <Profile Performance and Memory> tools, see the memory usage as 3M, 6 data blocks.

 

See the figure below.

 

LabVIEW8.6.1 and LabVIEW 2010-2.png

                      图2  <Profile Performance and Memory> tools——LabVIEW 8.6.1 (For Mac)

 

Information from NI told us that the data a VI consists of three parts.

 

LabVIEW8.6.1 and LabVIEW 2010-3.png

            图3 Panel and Diagram Data

 

 

Then, use the LabVIEW 2010 (For Mac) created a code the same VI.

 

LabVIEW8.6.1 and LabVIEW 2010-4.png

                                      图4  LabVIEW 2010(For Mac) (U8)

 

Using LabVIEW 2010  (For Mac) own <Profile Performance and Memory> tools, see the memory usage as 2M, 4 data blocks.

 

See the figure below.


LabVIEW8.6.1 and LabVIEW 2010-5.png

                         图2  <Profile Performance and Memory> tools——LabVIEW 2010 (For Mac)

 

Question:

 

LabVIEW 2010 Improved Execute, Operate and Transfer Data in that one?


LabVIEW8.6.1 and LabVIEW 2010-6.png

I'm sorry, my English sucks. Please Use simple sentence reply.



" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 1 of 10
(3,614 Views)

I don't think this example tells us much about real-world memory use, because the entire code is folded into a constant.

 

Clearly, the new compiler can eliminate extra data copies more efficiently under these special conditions.

Message 2 of 10
(3,610 Views)

What does "IM" mean in your flowcharts?

 

This really should have been posted to the LabVIEW forum rather than Breakpoint, which is intended for off topic discussions.

Message 3 of 10
(3,609 Views)

 


@Ravens Fan wrote:

What does "IM" mean in your flowcharts?


1MB? 😄

 

Message 4 of 10
(3,606 Views)

 


altenbach 已写:

 


@Ravens Fan wrote:

What does "IM" mean in your flowcharts?


1MB? 😄

 


altenbach is right!

 

1MBSmiley Tongue

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 5 of 10
(3,602 Views)

 


Ravens Fan 已写:

What does "IM" mean in your flowcharts?

 

This really should have been posted to the LabVIEW forum rather than Breakpoint, which is intended for off topic discussions.


I'm sorry, the wrong place!

However, how to move it?

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 6 of 10
(3,601 Views)

 


jwdz wrote:

However, how to move it?


I asked the moderator to move the thread.

 

0 Kudos
Message 7 of 10
(3,598 Views)
This concept from here.

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 8 of 10
(3,597 Views)

 


altenbach 已写:

I don't think this example tells us much about real-world memory use, because the entire code is folded into a constant.

 

Clearly, the new compiler can eliminate extra data copies more efficiently under these special conditions.


 

I See:

 

LabVIEW uses inplaceness to determine when to reuse memory and whether to make copies for each output terminal. When LabVIEW does not copy data from an input to an output, the data of the input and output is in-place.( LabVIEW 2010 Help )

 

Thanks!

 

 

" 一天到晚游泳的鱼"

labview@263.net

我的个人网站:LabVIEW——北方客栈 http://www.labview365.com
欢迎加入《LabVIEW编程思想》组——http://decibel.ni.com/content/groups/thinking-in-labview
0 Kudos
Message 9 of 10
(3,594 Views)

@jwdz wrote:

 


altenbach 已写:

 


@Ravens Fan wrote:

What does "IM" mean in your flowcharts?


1MB? 😄

 


altenbach is right!

 

1MBSmiley Tongue


Okay.  That makes sense.  It just looked like a letter I to me rather than the number 1.

0 Kudos
Message 10 of 10
(3,576 Views)