09-10-2012 04:14 AM
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
09-10-2012 04:31 AM
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.
09-10-2012 04:56 AM
may using reentreent vi cause any memory allocation problem.How much memory it will take?
09-10-2012 06:29 AM
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.