08-10-2006 09:18 PM
08-10-2006 10:43 PM
08-10-2006 11:03 PM
08-10-2006 11:22 PM
08-11-2006 12:40 AM
thanks dev,
its true that im new to labview,
im not doing any large appications as of now.
the reason y i asked about large applications is that while reading through the discussion forums i learned that sequences are not a good style of coding thaty i asked it.
presently iam doing only basic designs and have no plans for large applications in this early stage
with regards
vijay
08-11-2006 12:42 AM
thanks ton,
its true that im new to labview,
im not doing any large appications as of now.
the reason y i asked about large applications is that while reading through the discussion forums i learned that sequences are not a good style of coding thaty i asked it.
presently iam doing only basic designs and have no plans for large applications in this early stage
with regards
vijay
08-11-2006 02:55 AM
Well Vijay,
Sequence or no sequence, the funda of getting the time elapsed in execution of program would be to query and note 'tick count' at the beginning , query tick count at the end and subtract tick count at end from tick count at beginning
08-11-2006 11:51 AM
Hi Vijay,
Just as devchander pointed out, the idea is to take a timestamp at beginning and and the end of the running program and calculate the time difference. I have attached a sample code [Timing Template (data dep).vi ] that serves as a template for calculating LabVIEW execution time. This example can also be found in c:\program files\National Instruments\ LabVIEW X.Y \ Examples\ General \ structs.llb
Tunde.
08-11-2006 12:35 PM
Off Topic,
but I knew it was just a matter of time until devchander would respond to one of chander's posts!
08-14-2006 05:47 AM
thanks for the reply
i couldnt reply soon because of weekend
with regards
vijay