LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Labview real-time limits

Hi, recently i relized that my compact fieldpoint module has realtime on it. Currently ive written my program to use the regular fieldpoint i/o's and read vi's. My question is, if i modify my labview code to use a realtime target, will it fit on the rt module?? The labview program is quite large and uses a good bit of ram, when in use. I Just want to know the limitations of realtime and is it suitable for all applications. No matter how large or what its controlling.

0 Kudos
Message 1 of 2
(2,154 Views)

A quick and dirty LV app will run on the RT target provided all of the required resources are available (NO DB if no DB toolkits etc).

 

But if the app has to run forever then you have to look at the momory useage becuase a RT app requires physical memory and if the app bumps it memory useage up and down expecting virtual memory to kick-in, then the app is not a good candidate for the FP target,,, unless you don't mind it crashing periodically.

 

RT apps should establish their memory useage when they start and remain steady from there on.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 2 of 2
(2,151 Views)