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.



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?



How Does the Waveform Chart Allocate Memory in LabVIEW?

2004-05-17 Thread subbu
I am not understanding the Memory allocation concept in chart. When it
will be happened? If it is in run time, I am getting the exception
before running the application itself. Can you help me on this?



Re: Is it possible to set the current value as default while VI is running?

2004-05-11 Thread subbu
Thanks Ed

Here i want to add something.
Rightnow i am doing the same thing what you said in your mail. I agree
with your statement.
But i am seeing some properties  in property node which talks about
make current value default. From this how will i do that?
Is it possible to do with VI server?



Is it possible to set the current value as default while VI is running?

2004-05-11 Thread subbu
I have one numeric control in frontpanel. I am dynamically changing
the value of that control. Once if i quit the program and if i opened
again what ever value i entered before quitting the VI, it should
appear as a default value. Is it possible to set the current value as
default while VI is running? Note: I don't want use another VI to make
this value as default.