LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview slows down / hangs

Solved!
Go to solution

Dear Sir,

 

We are developing an application in Labview 2012 in which data is read from MODBUS TCP/IP port. These data bits (about 100 bits) configured as boolean indicators are processed to generate events on value change. When multiple such events are generated, the response time of Labview's user interface slows down to a great extent or hangs sometimes.

 

Do you think this is because of multiple event execution?

If yes, is there any solution to this issue?

 

Our PC has 8GB RAM and core i5 processor with Windows 7 Ultimate 32 bit OS. Whether upgrading the OS to Windows 7 ultimate 64 bit can help resolve this problem?

 

Thanks,

Regards,

khmlv

0 Kudos
Message 1 of 4
(2,869 Views)
Solution
Accepted by topic author khmlv

Did you miss out event structure unchecking the Lock Panel?

http://digital.ni.com/public.nsf/allkb/D979D150E9FC253C86256BC7006F3E22

-Ideally the processing inside event strucutre should be such that it should be processed before any next event happens.

-The above could be my guessing, if you post the code/snippet it would explain the problem bit more clearly.

Thanks
uday
Message 2 of 4
(2,865 Views)

Dear Uday,

Thanks for your prompt reply.

You probably guessed it right ! 🙂 We feel this should solve our problem.

Just out of curiosity, do you think by upgrading Windows OS to 64 bit from 32 bit can help to improve Labview performance because of efficeint utilization of RAM (I guess)? 

Thanks again.

Regards,

khmlv

0 Kudos
Message 3 of 4
(2,773 Views)
Solution
Accepted by topic author khmlv

It only helps if you have LabVIEW 64bit. More info : http://digital.ni.com/public.nsf/allkb/71E9408E6DEAD76C8625760B006B6F98

Thanks
uday
0 Kudos
Message 4 of 4
(2,770 Views)