LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

burster 9163

Solved!
Go to solution

Hi,

 

I would like to know if anyone knows how to measure values from a burster 9163 using labview 8.2.

I have tried to find samples but I wasn't lucky.

 

Thanks

0 Kudos
Message 1 of 13
(4,410 Views)
Will this thread help you? Post back.
0 Kudos
Message 2 of 13
(4,395 Views)

Hi,

 

I have tried to  read the values using "Visa" but it is not working. It allways says that an error ocurred.

I am attaching the error and the Vi.

 

Regards

Download All
0 Kudos
Message 3 of 13
(4,344 Views)

Hi,

 

I did like it tells in that link, however it reads zero bytes.

I attached the picture.

 

Best regards,

 

Ricardo

0 Kudos
Message 5 of 13
(4,325 Views)

see this

 

Also why have you used such a huge delay?

0 Kudos
Message 6 of 13
(4,304 Views)

Have you tried using something like Hyperterminal to see if you get data coming in that way?

 

Are you sure about your baud rate, data bits, stop bits, and parity parity setting?

 

Are you sure you are using the right kind of table, whether it is a straight through or a null modem?

 

Is any kind of hardware handshaking required?

 

Do you need to send any command to it to initialize communication?

0 Kudos
Message 7 of 13
(4,300 Views)

The serial port initialization should not be in a case structure. Why would you ever run the VI without configuring the serial port first?

 

There are numeous instrument drivers for Burster devices in IDNET.  My suggestion is to find a driver for an instrument that most closely matches yours and see if you can modify the code. You may also want to consider getting their "DigiVision" software. If it communicates over the serial port then you could use something like PortMon to see what commands are being sent.

0 Kudos
Message 8 of 13
(4,292 Views)

thanks.

 

the huge delay was only to see if with more time it could read...

0 Kudos
Message 9 of 13
(4,257 Views)

 

With the Digivision software  it works prefectly.  And from there the baud rate, data bits,..., is given.

 

 

 

0 Kudos
Message 10 of 13
(4,256 Views)