LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP/IP Tettex 2293 remote controll

Hi everyone, 

 

I ´m working in a project to integrate the function of "Remote Controll" from winding tester equipament "Tettex 2293". According to datasheet it´s possíble using a TCP/IP protocol. In attached there are a example of remote programming. Anyone have already worked with the communication with this equipament?

 

 

 

Programming example.pngProtocol tettex 2293.png

0 Kudos
Message 1 of 3
(259 Views)

Try to take this piece of the code — Re: Interfacing APS 7050 AC power supply to LabVIEW through Ethernet  as "getting started", then replace port number and ip address as well as the commands according to your doc. Check and replace termination character (you will need to add <CR><LF>) and if your device don't send back any feedback or echo, then remove following Read operations after writing.

 

Screenshot 2024-05-03 13.23.36.png

0 Kudos
Message 2 of 3
(242 Views)

Hi Andrey, 

Now I got the equipament and finally try this solution.

Rodolfo_Matos_0-1718108711506.png

In my Vi, I try to get the equipament identification string.

Rodolfo_Matos_1-1718108794125.png

 

There are no errors. I ping the equipament in CMD and the communication with the PC is OK. 

There are no errors with the Vi. But there are no return.

 

 

0 Kudos
Message 3 of 3
(141 Views)