AdvancedHMI Software

General Category => Support Questions => Topic started by: Taka_Y on April 06, 2018, 01:25:27 AM

Title: chartBySampling Lacking
Post by: Taka_Y on April 06, 2018, 01:25:27 AM
Hello,

Regarding the chartBySampling, Charts are missing for the duration it moved to another page. see attached pic
use on v399yBeta7.

Do you have any solution?

Best regards,
Title: Re: chartBySampling Lacking
Post by: Archie on April 06, 2018, 01:57:56 AM
On the code behind the default form is a code snippet that stops subscriptions when the form is hidden. This prevents unnecessary communications from slowly everything down. If you want a hidden form to continue updating, you can comment out that code.
Title: Re: chartBySampling Lacking
Post by: Taka_Y on April 06, 2018, 04:28:15 AM
Is that work code editor necessary??
Title: Re: chartBySampling Lacking
Post by: Taka_Y on April 06, 2018, 09:59:25 PM
Hello,
You mean erase xxx.snippet in microsoft visual studio folder??
Please forgive me for ignorance.
Title: Re: chartBySampling Lacking
Post by: Phrog30 on April 06, 2018, 10:23:07 PM
He's referring to the code in the form. Open the form and hit F7. There is code the stops the driver when hidden. He's saying comment out that code. That code is well documented so it should be obvious.
Title: Re: chartBySampling Lacking
Post by: Taka_Y on April 07, 2018, 08:34:42 PM
I got it!
Thank you very much everyone.