‎08-18-2009 06:19 AM
Solved! Go to Solution.
‎08-18-2009 06:31 AM
hellolv wrote:
Is there any way I can replace them with a data server?
What do you mean by this? I dont know such anything in LV. All I know is VI Server.
You can use SRs to reduce the no. of locals (or even eliminate it).
Or, post your code & we may try to help you out in a better way.
‎08-18-2009 06:49 AM
‎08-18-2009
06:52 AM
- last edited on
‎06-18-2025
08:39 PM
by
Content Cleaner
It's a shift register.
Norbert
‎08-18-2009 06:58 AM
‎08-18-2009 07:05 AM
hellolv wrote:
What are SR's?
Not to undermine your knowledge or make you fun of, just curious...
Do you not really know what SR means colloquially after some years of LV programming... ?!
‎08-18-2009 07:09 AM
This can be achieved by Queues.
What is your overall architecture?
‎08-18-2009 07:19 AM - edited ‎08-18-2009 07:21 AM
Sometimes, when writing applications very fast (such as in the lab hunkered over a machine in 95% humidity) I might pepper the code with local variables like you have done, but 95% of them will get replaced with Shift Registers, Notifiers, or Queues when I get 15 minutes to clean up the code.
Read up on Producer / Consumer archetecture.
‎08-18-2009 08:21 AM
‎08-18-2009 08:22 AM