Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Counting the duration of a certain computer operation with Labview

Status
Not open for further replies.

k1_zav

Junior Member level 2
Junior Member level 2
Joined
Mar 13, 2005
Messages
23
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Activity points
1,460
I want to count the duration of a certain job of computer with Labview:

I have a loop in my program(Labview program) and I want to know how much it takes to be done for one iteration.
please tell me exactly what should I do?
would u help me?
 

Re: Labview Again

Try to use Tick Count (from Time & Dialog menu), put it inside your loop and wire to external numeric indicator.
Execute your loop only once, read the ndicator, then execute your loop for the second time (again only once) and read the indicator again ..
read2-read1= elapsed ms ..
Regards,
IanP
 

    k1_zav

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top