Hi:
I am connecting a New Era Pump Systems automatic syringe pump, Model NE-1000, to a Labview 8.2 station via an RS-232 connection. The syringe pump is fully functional in Hyper Terminal with the following parameters: baud rate - 9600, data bytes - 8, stop bit - 1, parity - none, handshaking - none. I am connecting the pump to Labview through the Instrument I/O Assistant since ni.com does not currently offer drivers for this model pump.
When I Query and Parse in the Instrument I/O Assistant using timeout 3,000 and termination character \r, Labview will send the command to the pump (for example, VOL for volume dispensed) and the pump will return the correct values in the Byte index/Binary representation/ASCII representation box. However, the "timeout expires before operation completed," which means I cannot then parse the data. This also happens when I use timeout of upto to 300,000. After 300,000, the Labview program crashes.
Does anyone recognize this problem and know how to fix it?
Thanks.