11-08-2007 06:31 AM
01-15-2010 05:04 AM
Hi Albert,
The file you attached is proven an instant solution to my problem 🙂 I can use it readily, many thanks! Mean while I want to have a continuous reading/recording of the measured weights in time basis, but unfortunately I'm not a fluent LabVIEW user. Therefore, could you suggest me the way to modify the file so I can achieve the goal? Many, many thanks in advance.
Kind regards,
Gema
01-17-2010 01:22 PM
Hi Gema
The way to do this is to read the start time with Get Date/Time In Seconds (e.g before youget in a while loop)
Feed this in a while loop and ech time you read the balance also read the new time and subtract the start time.
Put the values each in a 1D array and combine these in an xy -graph
Afterwards you can put them in a file. attached is a word document I wrote a long time ago.
At that time we did ot have the Get Date/Time in seconds so I had another solution.
01-18-2010 04:28 AM
Many-many thanks indeed, Albert!
greetings,
Gema