From 11:00 PM CDT Friday, Nov 8 - 2:30 PM CDT Saturday, Nov 9, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

sbrio-9607

Hello,

 

I'm not sure if this topic belongs but if not perhaps an admin can move to more appropriate section.

 

I'm learning the sbrio-9607 and am curious if anyone has experienced the 9607 freezing up when too much data is stored? I'm having this issue and we are having to re-boot the rio each time. Is there a way to setup a schedule if you will to drop/purge data or set up a first in/last out to keep the data size reduced?

 

Thanks in advance for you assistance.

0 Kudos
Message 1 of 3
(461 Views)

Hi DJE,

 


@DJEtech wrote:

I'm learning the sbrio-9607 and am curious if anyone has experienced the 9607 freezing up when too much data is stored? I'm having this issue and we are having to re-boot the rio each time. Is there a way to setup a schedule if you will to drop/purge data or set up a first in/last out to keep the data size reduced?


It seems you don't handle the sbRIO like it should be handled…

 

The sbRIO is a realtime target and should be programmed with "realtime" behaviour in mind!

One of those is to initialize memory allocations at application start and not to increase the allocated memory over time in a realtime software: each memory allocation will hurt the realtime behaviour of your application!

 

So when your application collects data in ever-growing arrays then it is programmed against basic "realtime" software recommendations…

Best regards,
GerdW


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

Thank you! I'll look into the settings.

0 Kudos
Message 3 of 3
(390 Views)