Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

interfacing fresenius vial syringe pump with rs 232

I am trying to read data from fresenius vial pilot C syringe pump. Getting following error in read operation:

"Timeout expired before operation completed". I have checked the baud rate, parity etc and also the rs 232 cable. Where can be the problem?

0 Kudos
Message 1 of 8
(6,388 Views)
You could be sending the wrong command or incorrect termination character(s). What does the manual say? What is the exact string that you are sending? Where is the manual? Does it work with a program such as putty or in MAX?
0 Kudos
Message 2 of 8
(6,387 Views)

Manual is attached. I am not able to read through MAX also.

0 Kudos
Message 3 of 8
(6,378 Views)
Since you have not answered my question about the exact string you are sending, I can only guess that that you are not sending the correct commands in hex format. Use an U8 array and the Byte Array to String function and calculate the check sum correctly.
0 Kudos
Message 4 of 8
(6,376 Views)

I am also trying to use attached program. Put nothing coming in read display.

0 Kudos
Message 5 of 8
(6,375 Views)

I am using following string to write:

[02h]\s3PR;1F4014\s[03h]

0 Kudos
Message 6 of 8
(6,368 Views)

First of all I need to change to PC mode. For this I am sending through MAX:

 

02 33 4D4F3B32 C3 03

 

entire command is in hex format

 

and I am getting error "Time out expired before operation completed".

 

RS232 protocol is attached.

 

regards,

 

Manu

0 Kudos
Message 7 of 8
(6,205 Views)

First of all I need to change to PC mode. For this I am sending through MAX:

 

02 33 4D4F3B32 C3 03

 

entire command is in hex format

 

and I am getting error "Time out expired before operation completed".

Please help.

 

RS232 protocol is attached.

 

regards,

 

Manu

0 Kudos
Message 8 of 8
(6,204 Views)