HYPER Lab (Customer) asked a question.

How to communicate with a LakeShore 336 Temperature controller using the P2K series

According to the Lakeshore Manual from section 6.4:

 

The Ethernet interface provides a means of connecting the Model 336 to an Ethernet

based computer network. Ethernet networks provide the ability to communicate

across large distances, often using existing equipment (the internet, pre-existing

local networks). The Ethernet interface of the Model 336 provides the ability to use

TCP socket connections (section 6.4.3) to send commands and queries to the instrument

using the common command set detailed in section 6.6.

 

I know how to set the Lakeshore's static IP address, and what TCP port number it is (7777). I also know that it expects a query to look like :

Untitled picture

 

So far I've set a static IP on the P2K so that it's on the same network as the Lakeshore, and connected them both via switch. I have tried programming many different rungs on the P2K side and have gotten nowhere. I'm not even sure that I'm properly sending any messages, and if I am, if they are being returned.

 

How should I program the P2K to work with this device?

Thanks for the help!