LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Test PC performance for certain LabView program

Hello, 

 

I am interesting in how to check minimum PC performance for certain LabView program?

 

Thanks 

0 Kudos
Message 1 of 7
(2,587 Views)

Hi Laza22,

 

if you intend to monitor your CPU usage you can use this VI:

Monitoring CPU usage on Windows from LabVIEW

https://decibel.ni.com/content/docs/DOC-3728

 

Or did you mean you need some minimum specifications for your self created VIs?

 

Regards

0 Kudos
Message 2 of 7
(2,575 Views)

Hello EduardGross, 

 

Thanks for response. 

 

I need a way to find out the minimum PC specifications for self created VIs.

 

Best regards

0 Kudos
Message 3 of 7
(2,571 Views)

Sorry, posted in wrong topic 😉

0 Kudos
Message 4 of 7
(2,568 Views)

I would say to look up the requirements for the RunTime Engine.  If you think you need more processing power, increase your requirements some.


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 5 of 7
(2,549 Views)

Yes, but I am interested in, Is there a way to get this information more precisely? 

 

Thanks

0 Kudos
Message 6 of 7
(2,543 Views)
Hi, Take a look at this: http://en.wikipedia.org/wiki/System_requirements When I create programs I set the requirements equal to the Run-Time Engine requirements. Sometimes I create some functionality that requires specific hardware or software. I then just add those to the other requirements. If you need to find out what a computer need to run your program, I guess you have to test it out on a high-end and a low-end computer and check for a difference.
Regards,
Even
_________________________________
Certified LabVIEW Associate Developer

Automated Test Developer
Topro AS
Norway
Message 7 of 7
(2,536 Views)