LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Driver needed for Adam Equipment balance

Hi all,
 
I was wondering if anyone has or can develope driver for Adam Equipment balance model AFP-L&LC SERIES.
 
The software we are using is: Labview software version 8.2
 
Please contact me at: v.w@rabeco.se
 
0 Kudos
Message 1 of 7
(3,414 Views)
Looking at the user manual of one of the scales (not sure what model you are using) you will need to use the serial VI's in Instrument I/O, and read the values that come in.  THe format is 1254.07 g<CR><LF>

<CR> = carriage return, <LF> = line feed.

You can then parse this using the string vis to get your required data.

Kenny

0 Kudos
Message 2 of 7
(3,395 Views)
Hi Kenny,
 
Sorry but I'm totally new at this. Would it be possible to go a bit more step by step? What do I do with teh serial I/O?
0 Kudos
Message 3 of 7
(3,376 Views)
I attached a screen shot of a vi I made real quick.
 
Basically you are going to configure your serial port using the Configure Port vi in Instrument I/O> Serial, check to see if there are any bytes at the port, if there are, read the bytes, and then parse the sting using the MAtch pattern and string to number conversion.
 
You will have to decide how you want to save the data and what to do with the data. 
 
Good Luck

Message Edited by Kenny K on 05-14-2007 08:49 AM

Kenny

0 Kudos
Message 4 of 7
(3,372 Views)
Hi Kenny,
 
Thank you for all your help. I think we can go from there.
 
By the way, have you saved that sample? If so, would you mind sending it to v.w@rabeco.se?
 
Thank you.
 
/Jom
0 Kudos
Message 5 of 7
(3,364 Views)

I do have it saved, but it is saved in LV ver 8.2.1.

Here it is.

Kenny

0 Kudos
Message 6 of 7
(3,361 Views)
Great thanks Kenny. 😃
 
/Jom
0 Kudos
Message 7 of 7
(3,357 Views)