LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error-1073807339 occured at VISA read in hotplate.vi

I made 2 programs one for a hotplate with connection rs232 and the other a potentiostat with gbip. they give between 0-15 readings and then out put an error message

 

error-1073807339 occured at VISA read in hotplate.vi

 

VISA: (HEX 0xbfff0015) timeout expired before operation complete

0 Kudos
Message 1 of 2
(2,130 Views)

You are trying to read the port when there is nothing there to read.

Are you reading faster the the devices can talk?

Do you have to request more data? (a write command)

 

Try...

  • Check for bytes at port before reading.
  • Program a longer time out.
  • Ignore the timeout and loop around and try again.
  • resend the request for data command
  • ?
Omar
0 Kudos
Message 2 of 2
(2,120 Views)