11-20-2013 04:35 AM
Hi,
I use "DoClick" Method to Trigger an Entry Point thr´ a Boolean Control.
The DoClick hangs Labview for my Sequence file. (with many VI's Database connectivity...)
The doclick functions without problem for example Teststand Seq files from NI .
Also my Seq file works perfectly with the Entry point Activex Buttons on Simple UI
any suggestions!!
11-20-2013 09:12 AM
What are you doing in your DoClick method?
-Doug
11-20-2013 09:28 AM
Hi,
I just instatiate the DoClick method
like in the png file.
and as mentioned it works for all seq files (example & otjer simple ones)
11-20-2013 12:35 PM
Hey akshay2008,
I don't think your png attachment got added to the forum post. Could you try adding it again?
11-20-2013 01:07 PM
Thanks fpr the response Daniel
I will put that tomorrow as soon as i am in Office
its 8 PM in Germany now!
regards
akshay
11-21-2013 02:58 AM
attachment
01-09-2014 02:45 AM
hi there
the issue with doclick is still there
has anyone faced similar issues
01-09-2014 02:48 AM
@akshay2008 wrote:
[...]The DoClick hangs Labview for my Sequence file. (with many VI's Database connectivity...)
[...]
WHat does that mean? Do the LV modules fail to run? What does TS during that time?
What are your settings for the LV adapter in TS?
Does this happen with the UI running as source code only or even if it is running as EXE?
Norbert
01-10-2014 07:18 AM
thanku all,
well the issue was sloved
I changed the Load option for the seq file to "load dynamically"
previously it was "preload when execution begins"