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?
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