LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

control the flow rate of a Merck-Hitachi L-6200A HPLC pump

Solved!
Go to solution

Hello,

 

I am trying to control the flow rate of a Merck-Hitachi L-6200A HPLC pump. I already found a VI in this forum in the post listed below:

 

http://forums.ni.com/t5/LabVIEW/HPLC-pump-feedback-control/td-p/1612428

 

I set the pump switches according to the manual as well as I have switched the pump to remote mode. Also I adjusted the settings of my COM port in the windows system manager according to pump and LabView settings. The problem is, that the pump won't react do any signal sent from the computer. I used "free serial port monitor" to ensure that a string is sent througt the COM port. Does anyone have any idea what might be the problem here? I'd really appreciate some help. Thank you all in advance,

 

Greetings,

Hendrik

 

 

0 Kudos
Message 1 of 5
(3,824 Views)

Have you taken LabVIEW out of the picture by using something like Hyperterminal to communicate to your deivce and made sure you have the right type of serial cable?

Message 2 of 5
(3,822 Views)
Solution
Accepted by topic author dubbehendrik

Hey,

 

thank you for the answer. This was indeed the hint in the right direction. I used RealTerm to try to send a signal to the pump. The problem was apparently the type of string I sent to the pump. In the abovementioned discussion the space string was sent as "\s" but apparently it can directly be sent as " ". Yeah, it's always the little details... Thank you anyway for your help.

 

Greetings,

Hendrik

0 Kudos
Message 3 of 5
(3,790 Views)

dubbehendrik wrote:The problem was apparently the type of string I sent to the pump. In the abovementioned discussion the space string was sent as "\s" but apparently it can directly be sent as " ".

 

Hi,

 

It is not the type of string, but how the string is displayed.  \s  and the space character " " are the same thing.  It is mentioned in the response by johnsold in the link you had in your first post. http://forums.ni.com/t5/LabVIEW/HPLC-pump-feedback-control/td-p/1612428

0 Kudos
Message 4 of 5
(3,778 Views)

I'm really not a total Labview pro ;-). Sorry for the sloppy formulation.

0 Kudos
Message 5 of 5
(3,771 Views)