07-16-2012 07:11 AM
In my logic, I want to create the control and indicator in run application.
Please help me.
Is it possible with Labview.
07-16-2012 07:22 AM
Hi Dynamiccontrol,
This is not possible in LabVIEW. You have play on displaying/hidding existing controls...
07-16-2012 08:57 AM
There is possible and there is easy. As zyl7 said, you cannot create a normal control during run-time, since this changes the actual code and would require a recompile of tha application, which you cannot do at run-time. However, as zyl7 hinted, there are several workarounds (in order of ease-of-creation):
07-16-2012 09:13 AM
In addition to DFGray, you can also use VIT to create controls/indicators of anydata type dynamically. Need to also develop extra logic to position them properly.
07-16-2012 12:18 PM
Refer to my reply 12 here for a quick example on one of the possibilities to do this.
08-24-2012 12:03 AM
It is possible,
You can use scripting tool for the same. it will help you to create controll or indicator