LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

using reentreent vi in RT

Can i use reentreent vi in RT (PXI) coding the RT loop ratwe is 1 sec.Instead of using multiple copies, i am using reenteent vi in RT coding.will it cause any problem in my loop rate

0 Kudos
Message 1 of 4
(2,301 Views)

Hi shan,

            Upto my knowledge Multiple instances of reentrant VIs can execute in parallel without interfering with each other.So loop rates does'nt affected.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 2 of 4
(2,297 Views)

may using reentreent vi cause any memory allocation problem.How much memory it will take?

 

0 Kudos
Message 3 of 4
(2,292 Views)

Hi shan,

             Re-entrant VI's take up more memory.I think By enabling shared clones,will give you the benefit of reentrancy at a smaller cost in memory and resources.

             Look at Tools >>> Profile >>> Performance and Memory for memory usage.

 

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Thanks as kudos only:)
0 Kudos
Message 4 of 4
(2,280 Views)