Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading Sartorius scale via serial, error 1073807253

It seems you are in setup mode.
what scale are you using?

look at this site for a documentation:  http://www.sartorius-mechatronics.com/index.php?id=6262

greetings from the Netherlands
Message 21 of 24
(2,343 Views)

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

0 Kudos
Message 22 of 24
(2,086 Views)

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.

greetings from the Netherlands
Message 23 of 24
(2,053 Views)

Many-many thanks indeed, Albert!

 

greetings,

Gema

0 Kudos
Message 24 of 24
(2,040 Views)