Hi,
I am interfacing a weighing scale to LabVIEW through VISA serial.
When weight is placed on the weighing scale ,it generates the string "[xxxxx]" where 'xxxxx' is the weight in grams.
The simple serial read VI that I have attached can read & display the weight very easily.
But I also need to count the number of readings with date/time stamp for recording & report generation.
I tried event based programming without success.
Any pointers please ?