LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Recording/application runs slowly, when the computer is locked

Hi everyone


We have developed a application to receive the signal for temperature, vibration etc. from PLC and display the data on the graph. At the same time the test time is also recorded. The basic structure is the producer&consumer. The data transmission for the signal is through notifier.


The software runs quite well, but when we lock the computer, after a few hours the graph disappears (the time on graph is much slower than the test time because of an unclear delay; the recording for the test time works correctly). Our question is, why the problem happens only when the computer is locked.


Can you please help me? I

 

Thank you so much!

0 Kudos
Message 1 of 3
(1,994 Views)

Hi Paul,

 


@SilasofPaul wrote:

We have developed a application to receive the signal for temperature, vibration etc. from PLC and display the data on the graph. At the same time the test time is also recorded. The basic structure is the producer&consumer. The data transmission for the signal is through notifier.


The software runs quite well, but when we lock the computer, after a few hours the graph disappears (the time on graph is much slower than the test time because of an unclear delay; the recording for the test time works correctly). Our question is, why the problem happens only when the computer is locked.


Can you please help me?


Well, we could help a lot better when you would attach your VI(s)/project…

 

The term "after a few hours" often refers to a memory problem due to evergrowing arrays: are you sure you avoided this problem?

How/why do you need notifiers to transfer signals? Are there any timeouts involved in transferring signal data?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(1,987 Views)

@SilasofPaul wrote:

We have developed a application to receive the signal for temperature, vibration etc. from PLC and display the data on the graph. At the same time the test time is also recorded. The basic structure is the producer&consumer. The data transmission for the signal is through notifier.


How are you communicating with the PLC?  There are several "power saving features" Windows will seemingly randomly enact, including things like turning off USB hubs.  My first thought would be one of these "features" is slowing things down on you.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(1,971 Views)